<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>Storm Code &#187; PHP</title> <atom:link href="http://www.stormcode.net/category/php/feed/" rel="self" type="application/rss+xml" /><link>http://www.stormcode.net</link> <description>Boston Web Design, PHP Web Development, Search Engine Optimization, SEO</description> <lastBuildDate>Tue, 20 Dec 2011 18:47:57 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.2.1</generator> <item><title>5 Must Have WordPress Plugins</title><link>http://www.stormcode.net/marketing/5-must-have-wordpress-plugins/</link> <comments>http://www.stormcode.net/marketing/5-must-have-wordpress-plugins/#comments</comments> <pubDate>Mon, 12 Dec 2011 00:44:23 +0000</pubDate> <dc:creator>Brendan</dc:creator> <category><![CDATA[CSS]]></category> <category><![CDATA[HTML]]></category> <category><![CDATA[Marketing]]></category> <category><![CDATA[PHP]]></category> <category><![CDATA[SEO]]></category> <category><![CDATA[Web Design]]></category><guid
isPermaLink="false">http://www.stormcode.net/?p=331</guid> <description><![CDATA[There are thousands of WordPress Plugins available on the web. Here is a list of must have plugins for everyone who has a WordPress Site or Blog.]]></description> <content:encoded><![CDATA[<p>There are thousands of WordPress Plugins available on the web.  Here is a list of must have plugins for everyone who has a WordPress Site or Blog.</p><h2><a
href="http://contactform7.com/" rel=nofollow" title="Wordpress Contact Form 7 Plugin">Contact Form 7</a></h2><p>Contact Form 7 is an easy to use AJAX contact form.  It has a variety of options, but begineers will have no problem setting up a contact form on whatever page they choose.  There are advanced options that include redirecting to a thank you page, and more.  This plugin is ideal for inserting a contact form into a page or post.  It used to be possible to integrate the Contact Form into the sidebar, using actual PHP code, but ever since they moved to AJAX, I haven&#8217;t attempted this.</p><h2><a
href="http://wordpress.org/extend/plugins/similar-posts/" title="Wordpress Similiar Posts Plugin" rel="nofollow">Similar Posts</a></h2><p>If you are using WordPress as a CMS for your website, and you don&#8217;t have much, or any, dynamic content, you can skip this plugin.  If you have dynamic content in the way of posts, articles, etc, then this plugin makes it pretty easy to integrate &#8216;similiar posts&#8217; anywhere on your post page.  I recommend adding it to the bottom of the post page, that&#8217;s where people expect it.</p><p><strong>Warning</strong>: This plugin requires you to edit your template.  It&#8217;s not a major edit, but if you switch templates you will need to reintegrate the plugin.  You&#8217;ll need a bit more understanding of WordPress / HTML to properlly integrate this plugin.</p><h2><a
href="http://wordpress.org/extend/plugins/google-sitemap-generator/" title="Wordpress Google Sitemap Generator Plugin" rel="nofollow">Google Sitemap Generator</a></h2><p>Ah, this plugin is great.  Updating a sitemap everytime you create a new page or post is a huge hassle and no one wants to do it daily.  This plugin stops you having to.  Once installed you start by generating your first sitemap. (<strong>Warning</strong>: You have to already have a sitemap.xml and sitemap.xml.gz file on your server.  If you dont, connect via FTP and upload two text files with those names).</p><p>The sitemap will contain all your posts and pages (unless you tell it to ignore some).  A huge time saver and it will automatically regenerate your Sitemap when you add new posts and pages.</p><h2><a
href="http://www.w3-edge.com/wordpress-plugins/w3-total-cache/" title="Wordpress W3 Total Cache Plugin" rel="nofollow">W3 Total Cache</a></h2><p>Everyone debates what the better plugin for caching is.  WP Super Cache or W3 Total Cache.  They have similiar functionality, but W3 is newer and more advanced.  W3 does a lot of things well, such as Minfying Javascript, CSS and HTML.  It gives you a good deal of control over browser-side caching, and it&#8217;s easy to setup and use if you aren&#8217;t an expert.</p><p>Depending on your Hosting enviroment, you may need to use FTP to change the permissions on some files, or manually edit them, but the plugin gives easy to follow instructions on how to do that and there are tons of tutorials out there if you get stuck.</p><h2><a
href="http://semperfiwebdesign.com/" title="Wordpress All in One SEO Plugin" rel="nofollow">All in One SEO</a></h2><p>The best all around SEO plugin.  Install this on every WordPress site you have, it only takes a few seconds and adds a good deal of functionality and immediate SEO benefit to your website.</p><p>You can customize page titles, post titles and more.  It&#8217;s a must have for every website.  Seriously.</p> ]]></content:encoded> <wfw:commentRss>http://www.stormcode.net/marketing/5-must-have-wordpress-plugins/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Google Page Speed Optimization &#8211; GZIP</title><link>http://www.stormcode.net/php/google-page-speed-optimization-gzip/</link> <comments>http://www.stormcode.net/php/google-page-speed-optimization-gzip/#comments</comments> <pubDate>Sun, 11 Dec 2011 21:11:59 +0000</pubDate> <dc:creator>Brendan</dc:creator> <category><![CDATA[CSS]]></category> <category><![CDATA[HTML]]></category> <category><![CDATA[PHP]]></category> <category><![CDATA[SEO]]></category> <category><![CDATA[Web Design]]></category><guid
isPermaLink="false">http://www.stormcode.net/?p=325</guid> <description><![CDATA[GZIP is a compression method that can be used to significantly reduce the size of web pages as well as XML, CSS and Javascript files. The end-user must be using a browser that supports GZIP compression (most everyone in the world currently is). Apache GZIP Compression Using Apache and HTACCESS is the best way to [...]]]></description> <content:encoded><![CDATA[<p>GZIP is a compression method that can be used to significantly reduce the size of web pages as well as XML, CSS and Javascript files.  The end-user must be using a browser that supports GZIP compression (most everyone in the world currently is).</p><h2>Apache GZIP Compression</h2><p>Using Apache and HTACCESS is the best way to <strong>compress</strong> your website pages.  You can use <a
href="http://httpd.apache.org/docs/2.0/mod/mod_deflate.html" rel="nofollow" title="Mod Deflate">mod_deflate</a> or <a
href="http://schroepl.net/projekte/mod_gzip/" rel="nofollow" title="Mod GZip">mod_gzip</a> to compress your web pages.  Deflate is a newer technology and may not be available on all servers.</p><p>It&#8217;s not only important to <strong>Gzip your web page</strong>, but also your JavaScript and CSS.  That&#8217;s why using Apache is the prefered method as opposed to PHP.</p><h3>Example of HTACCESS GZIP Compression</h3><p>Add the following code to your <strong>.htaccess</strong> file in your main website directory.  If you do not have an .htaccess file then you can create one.  Not all web hosting providers allow their clients to utilize .htaccess, especially on shared hosting servers, but you may be able to contact your hosting provider and ask them to enable this functionality for you.  A common location of .htaccess file is <strong>/home/accountname/public_html/.htaccess</strong></p><p>###################################<br
/> #         GZIP Setting            #<br
/> ###################################<br
/> #This will use the mod_deflate    #<br
/> #Apache Module to compress your   #<br
/> #Website pages including HTML, XML#<br
/> #CSS, and Javascript              #<br
/> ###################################<br
/> <ifmodule
mod_deflate.c><br
/> AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript<br
/> </ifmodule></p><h2>PHP GZIP Compression</h2><p>PHP can be used to compress your PHP website pages.  PHP is not as fast as using Apache and you don&#8217;t have the ability to GZIP javascript or CSS files,  unless you run them through a PHP script first.</p><h3>Example of PHP GZip</h3><p><?php<br
/> ob_start("ob_gzhandler");<br
/> ?></p><h3>Example of PHP GZip for Javascript and CSS</h3><p><?php<br
/> //File gzipcss.php<br
/> ob_start("ob_gzhandler");<br
/> $file = '/css/style.css';</p><p>$content = file_get_contents( $_SERVER['DOCUMENT_ROOT'] . $file );<br
/> echo $content;<br
/> ?></p><p>And then instead of linking to your CSS file in your HTML files, link to the gzipcss.php file.</p><h2>Expected Page Speed Increase</h2><p>Not only will compressing your webpages, CSS and Javascript make your website load significantly faster, it is considered a <strong>High Priority Page Speed Rule</strong> by Google.  I&#8217;ve seen it increase <strong>Google Page Speed</strong> rankings as much as 35 points.</p><h2>Testing</h2><p>If you aren&#8217;t sure if your website currently has a GZIP compression installed you can test it very simply with an <a
href="http://www.whatsmyip.org/http-compression-test/" title="HTTP Compression Test" rel="nofollow">HTTP Compression Test</a>.  You can test to see if your javascript and CSS are being GZIP&#8217;ed using <a
href="http://www.redbot.org" title="Red Bot" rel="nofollow">RedBot</a></p> ]]></content:encoded> <wfw:commentRss>http://www.stormcode.net/php/google-page-speed-optimization-gzip/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Web Design and SEO for Small Businesses</title><link>http://www.stormcode.net/marketing/web-design-and-seo-for-small-businesse/</link> <comments>http://www.stormcode.net/marketing/web-design-and-seo-for-small-businesse/#comments</comments> <pubDate>Fri, 02 Apr 2010 20:08:16 +0000</pubDate> <dc:creator>Brendan</dc:creator> <category><![CDATA[CSS]]></category> <category><![CDATA[Marketing]]></category> <category><![CDATA[MySQL]]></category> <category><![CDATA[PHP]]></category> <category><![CDATA[Web Design]]></category><guid
isPermaLink="false">http://www.stormcode.net/?p=240</guid> <description><![CDATA[In this day and age it is not just the large enterprise level businesses that need websites. Small businesses need websites as well. Even the very smallest of businesses can reap the benefits of a well designed and well implemented website. A website can help you grow you business in ways that you may not [...]]]></description> <content:encoded><![CDATA[<p>In this day and age it is not just the large enterprise level businesses that need websites.  Small businesses need websites as well.  Even the very smallest of businesses can reap the benefits of a well designed and well implemented website.</p><p>A website can help you grow you business in ways that you may not even be aware of.  A website is a giant business card that search engines hand out for you.  That is why search engine optimization is so very important for a small business.</p><p>It&#8217;s great to be able to point existing or potential clients to your website.  It&#8217;s even better to put your website on your business card.  However, it&#8217;s not enough to just have a web designed, informative website.  You need people to be able to find it on their own.</p><p>That&#8217;s why Search Engine Optimization is such a buzz word these days.  You want your website to appear on every search engine, and that in and of itself is easy.  It&#8217;s getting your website to appear on the first page that is going to really start to generate leads.</p><p>Search Engine Optimization is a complex and time consuming process, and it can end up being very expensive if you do not choose the right company.  At Storm Code, we pride ourselves on being able to boost your search engine rankings, regardless of what your budget is.</p><p>With selective choices for keywords, and targeted location based SEO, you can rank higher on search engines in the specific areas of the country that you do business.</p><p>If you are interested in Search Engine Optimization, packages start at $199.  Contact us for more details.</p> ]]></content:encoded> <wfw:commentRss>http://www.stormcode.net/marketing/web-design-and-seo-for-small-businesse/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Why a Blog is Great Marketing</title><link>http://www.stormcode.net/marketing/why-a-blog-is-great-marketing/</link> <comments>http://www.stormcode.net/marketing/why-a-blog-is-great-marketing/#comments</comments> <pubDate>Mon, 11 May 2009 21:18:06 +0000</pubDate> <dc:creator>Brendan</dc:creator> <category><![CDATA[Marketing]]></category> <category><![CDATA[MySQL]]></category> <category><![CDATA[PHP]]></category> <category><![CDATA[SEO]]></category> <category><![CDATA[Web Design]]></category><guid
isPermaLink="false">http://www.stormcode.net/?p=134</guid> <description><![CDATA[Many people wonder what a Blog can really do for their business. The answer to this question depends on what your website needs. A well written blog gives your website a more professional feel. An informative blog can drive hits to your website. A blog that is updated often will keep people coming back to [...]]]></description> <content:encoded><![CDATA[<p>Many people wonder what a Blog can really do for their business. The answer to this question depends on what your website needs. A well written blog gives your website a more professional feel. An informative blog can drive hits to your website. A blog that is updated often will keep people coming back to your website and offer new visitors fresh, up to date content. A properly integrated blog can help save money by allowing you to control the content on your site without needing to pay for the services of a web developer. Keyword rich blog posts can dramatically help your search engine optimization.</p><p>A Blog gives your site dynamic content. Content that you, the owner of the website, can control. There are many different kinds of blogging software that can be integrated into your existing website. WordPress is our Blogging software of choice. It has an easy to use interface, numerous plug-ins and is constantly being updated and extended.</p><p>Armed with a Blog powered by WordPress you no longer need to pay a web developer when you want to add content to your website. If you need to update information, fix a spelling mistake, add new content, change a picture, or any other situation in which information on your website needs to be added, updated or deleted, the power is in your hands.</p><p>Once you have your Blog integrated with your website you can begin to write the content. Informative and up to date information in your blog posts is a great way to get people coming back to your website over and over. They may even send the link to your website to friends, or others they know would be interested in the information posted on your blog. This gives you even more chances to convert these visitors into leads and clients.<br
/> Most Blogging software (such as WordPress) is designed to be very search engine friendly, and easily installed and configured plug-ins can be added to make it even more so. Links to your blog posts can be submitted to Digg.com and LotText.com, further increasing traffic to your website as well as your Search Engine Optimization.</p><p>There are some pitfalls to having a blog as well. If the blog is not setup properly, or properly integrated with your existing website, it can be hard to find, hurt your Search Engine Optimization, or appear unprofessional to potential clients visiting your site. The initial installation of Blogging software can be very difficult for anyone who is not tech-savvy.</p><p>If you do not already have a website and are looking for set one up around a blog, then WordPress can be used not only as a piece of Blogging software, but as a fully configurable content management system that can run your website. Each page, post, category, link and image, fully editable by you.<br
/> At Storm Code we install, setup, design and host numerous Blogs. If you have any questions, or would like to get a quote. Please contact us.</p> ]]></content:encoded> <wfw:commentRss>http://www.stormcode.net/marketing/why-a-blog-is-great-marketing/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Affordable Web Design</title><link>http://www.stormcode.net/marketing/affordable-web-design/</link> <comments>http://www.stormcode.net/marketing/affordable-web-design/#comments</comments> <pubDate>Fri, 13 Feb 2009 07:21:36 +0000</pubDate> <dc:creator>Brendan</dc:creator> <category><![CDATA[Marketing]]></category> <category><![CDATA[PHP]]></category> <category><![CDATA[Web Design]]></category><guid
isPermaLink="false">http://www.stormcode.net/?p=99</guid> <description><![CDATA[Affordable Web Design is a rare commodity these days.]]></description> <content:encoded><![CDATA[<p
style="font-style: normal; font-weight: normal;"><span
style="color: #000000;"><span
style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;"><span
style="font-size: x-small;"><span
style="background: #ffffff;">Affordable Web Design is a rare commodity these days.</p> ]]></content:encoded> <wfw:commentRss>http://www.stormcode.net/marketing/affordable-web-design/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Website Optimization: MySQL</title><link>http://www.stormcode.net/php/website-optimization-mysql/</link> <comments>http://www.stormcode.net/php/website-optimization-mysql/#comments</comments> <pubDate>Wed, 11 Feb 2009 02:17:53 +0000</pubDate> <dc:creator>Brendan</dc:creator> <category><![CDATA[MySQL]]></category> <category><![CDATA[PHP]]></category> <category><![CDATA[SEO]]></category> <category><![CDATA[Web Design]]></category><guid
isPermaLink="false">http://www.stormcode.net/?p=63</guid> <description><![CDATA[No one likes waiting. Not in line, not on hold, and certainly not for a web page to load. That&#8217;s why optimizing your website for speed is so important. Many things go into website optimization. In this article we will focus on how database queries can slow down your website if they are not done [...]]]></description> <content:encoded><![CDATA[<p>No one likes waiting. Not in line, not on hold, and certainly not for a web page to load. That&#8217;s why optimizing your website for speed is so important. Many things go into website optimization. In this article we will focus on how database queries can slow down your website if they are not done properly.</p><p>Bulky queries to your database can drastically slow down the speed of your website. This isn&#8217;t specific to MySQL, this problem is present in any website that is backed by a database. Normally when you go to a website, the web server serves you a page of HTML. That&#8217;s simple, small and quick. When you have a dynamic page done in PHP, ASP or JSP an extra step is added (this article assumes that PHP is the language being used). The web server must compile the code on the server and then serve the resulting page. When you have a dynamic page that queries a database, the server must compile the code, stop to query the database server, wait for a response, continue compiling the code, and then serve the page. Another added step.</p><p>The time it takes the server to serve up a page that requires one or more queries to the database server is negligible most of the time. Especially if the database server is hosted locally on your web server. However, with large, complicated queries, the time the web server must wait for the database server to run the query and return the result can go from negligible to intolerable.</p><p>This is mostly caused by poor structure in the queries made on the database. As a rule a query should never return more results then is needed, and should never return information that is not needed. This might seem like common sense, and indeed it is, but never the less, some developers do not take care when writing their SQL queries. The result is extended load times for the pages that use them.</p><p>Page load times can have a negative effect many things. First and foremost the patience of your visitor. Second and less well known is search engine optimization. Long load times can result in lower page ranks. Third and possibly even less well known is the effectiveness of your CPC (Cost per Click) advertisement campaigns. Google Adwords as well as many other online marketing tools take the load time of your landing page into account. Longer page load time can result in lower quality scores for your keywords.</p><p>Let us examine an example. You have a table in your database that holds information about various books. That information is as follows: Author Name, Purchase Price, Sale Price, Number of Copies in Stock, ISBN, Date Published, Publishing Company, Number of Pages, Blurb about the book.</p><p>On your home page you want to display a random book. The information about the book you want to display is: Author Name, Date Published, Blurb.</p><p>Some developers will take a shortcut when writing the query to the database and simply ask for all information about all the books that are stored in the table. Then they&#8217;ll pick a random book and the information they want about that book in their PHP code. This causes several things to happen. First, the query takes MUCH longer to execute because it has to return all the information about every book in the database. Second, the PHP code has to deal with the massive amount of information. Third, significant strain is put on both your web server and your database server. Fourth, the page takes much longer to load then it should. That is the fast way, not the right way.</p><p>Two things can be done right off the bat to optimize this query. First, instead of returning the entire tables worth of books, have the database server pick a book randomly and return only the information about that specific book. There is no need to use PHP to do something that the database server itself can do. Second, structure your SQL query so that you are asking for only the information you want. Author name, Date Published, Blurb. This significantly reduces the strain on your database server and increases the speed at which the query executes. It also increases the speed at which your PHP code can execute, as it is dealing with much less information. It also doesn&#8217;t have to randomize that information, or sift through it. It simply displays the result of the database query.</p><p>The example above may seem unrealistic, but it&#8217;s something we see time and time again when we take on new clients. Some developers charge such a small fee that if they took the time to develop your site properly they wouldn&#8217;t make any money. That is the proverbial catch.</p><p>There are many things that must be taken into account when your site is being developed for it to be as optimized as possible. Properly structured and thought out database queries are just the tip of the iceberg.</p> ]]></content:encoded> <wfw:commentRss>http://www.stormcode.net/php/website-optimization-mysql/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>PHP Code Optimization</title><link>http://www.stormcode.net/customer-service/php-code-optimization/</link> <comments>http://www.stormcode.net/customer-service/php-code-optimization/#comments</comments> <pubDate>Wed, 02 Apr 2008 22:17:15 +0000</pubDate> <dc:creator>Brendan</dc:creator> <category><![CDATA[Customer Service]]></category> <category><![CDATA[PHP]]></category> <category><![CDATA[Web Design]]></category><guid
isPermaLink="false">http://www.stormcode.net/?p=29</guid> <description><![CDATA[In the past ten years computers have become so powerful that small performance tweaks and good coding standards and practices are overlooked. The reason for this is because coders have very little reason to care about coding standards and practices these days. It used to be that if you wrote sloppy code or didn&#8217;t take [...]]]></description> <content:encoded><![CDATA[<p>In the past ten years computers have become so powerful that small performance tweaks and good coding standards and practices are overlooked.  The reason for this is because coders have very little reason to care about coding standards and practices these days.  It used to be that if you wrote sloppy code or didn&#8217;t take the time to optimize your code, you saw a drastic decrease in the performance of your program or script.  Now that computers are as powerful as they are, even sloppy unoptimized code performs at such a high speed the loss of performance is barely noticeable.</p><p>At least that is what someone who writes code like that will tell you.  At Storm Code we follow a best practices formula for writing optimized, performance driven code.  If you run a small website with just a few scripts that are not often used, then you would notice very little difference (if any) between optimized code and unoptimized code.  However, as your website grows in users and complexity the performance gap between unoptimized and optimized code grows larger quickly.</p></p><p >Several performance enhancing techniques can be used while coding.  One of these examples is the use of single quotes instead of double quotes.  An Example String using single quotes and double quotes in PHP:</p><p ><p >echo &#8216;Hello World!&#8217;;   // Single Quotes</p><p">echo “Hello World!”; // Double Quotes</p><p ><p>In PHP, when using double quotes the parser looks for variables and formating information inside the String while using single quotes tells the parser not to look for variables and formatting information.  Many coders use double quotes all the time for simplicity however this can cause a decrease in performance especially in large scripts that output a lot of information.  Double quotes should only be used when formatting or variable matching is needed.  This is one of many performance increasing best practices for PHP that Storm Code employs.</p><p ><p >The main thing to remember is that doing something right the first time will save you having to redo it again down the road.  Just because a website does not have a large user base or complex functionality right now, does not mean that it will not in the future and keeping performance and optimization in mind when coding, or hiring coders will not only save you money, but also headaches.</p> ]]></content:encoded> <wfw:commentRss>http://www.stormcode.net/customer-service/php-code-optimization/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>What can a database driven website do for you?</title><link>http://www.stormcode.net/marketing/what-can-a-database-driven-website-do-for-you/</link> <comments>http://www.stormcode.net/marketing/what-can-a-database-driven-website-do-for-you/#comments</comments> <pubDate>Fri, 22 Feb 2008 17:05:20 +0000</pubDate> <dc:creator>Brendan</dc:creator> <category><![CDATA[AJAX]]></category> <category><![CDATA[Marketing]]></category> <category><![CDATA[MySQL]]></category> <category><![CDATA[PHP]]></category><guid
isPermaLink="false">http://www.stormcode.net/?p=10</guid> <description><![CDATA[Some people hear the word Database and cringe at the complexity and cost of setting one up. There would have been cause for such a reaction ten, maybe even five years ago. Now however, in the age of MySQL, having Database support for a website is much less complex and time consuming. MySQL was first [...]]]></description> <content:encoded><![CDATA[<p>Some people hear the word Database and cringe at the complexity and cost of setting one up. There would have been cause for such a reaction ten, maybe even five years ago. Now however, in the age of MySQL, having Database support for a website is much less complex and time consuming.</p><p>MySQL was first released in 1995 and has since become one of the dominant web based database management systems (DMBS). PHP, Ruby on Rails, and ASP all support MySQL. Wikipedia runs on the MediaWiki software which is written in PHP and uses a MySQL database. MySQL is used for running many of the popular content management systems such as Joomla!, WordPress, and Drupal. For more information on MySQL history and documentation please visit <a
href="http://en.wikipedia.org/wiki/MySQL">Wikipedia</a></p><p>A database is integral for creating a dynamic website. Having a database supporting your website allows you to have features and functionality like user registration, blogs, statistics, content management, photo galleries, video galleries, searchable content, product tracking, e-commerce, and much more.</p><p>These days most web hosting providers (including Storm Code) offer MySQL as a standard feature of your web hosting package. Some providers offer unlimited MySQL databases, while others limit the number or size of the databases.</p><p>Creating a database is as simple as clicking a few buttons. The simplicity ends at that point though and the real work begins. Modeling out the Information Architecture of the Database takes both time and knowledge. A database must be normalized to prevent logical or structural problems, and normalization must be taken into account during the modeling phase of the database design. Normalization can be very tricky for an inexperienced designer and can cause severe problems and limitations in the future if not done correctly. For more information on Database Normalization read up at <a
href="http://en.wikipedia.org/wiki/Database_normalization">Wikipedia</a>.</p><p>At Storm Code we have a team of experienced designers that understand the pitfalls and production delays caused by bad database design and we know how to avoid them. We have experience designing databases in many areas including but not limited to Real Esate and Automotive sales. If you are interested in speaking with one of our Project Managers about your existing database or a new project please refer to our <a
href="?page_id=4">Contact</a> page.</p> ]]></content:encoded> <wfw:commentRss>http://www.stormcode.net/marketing/what-can-a-database-driven-website-do-for-you/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Why AJAX is right for You</title><link>http://www.stormcode.net/marketing/why-ajax-is-right-for-you/</link> <comments>http://www.stormcode.net/marketing/why-ajax-is-right-for-you/#comments</comments> <pubDate>Wed, 20 Feb 2008 02:49:34 +0000</pubDate> <dc:creator>Brendan</dc:creator> <category><![CDATA[AJAX]]></category> <category><![CDATA[Marketing]]></category> <category><![CDATA[PHP]]></category> <category><![CDATA[Web Design]]></category><guid
isPermaLink="false">http://www.stormcode.net/?p=9</guid> <description><![CDATA[AJAX stands for Asynchronous JavaScript and XML. It&#8217;s not a new technology, but a new way of using existing technology. When AJAX is properly used it allows normal web applications to function in a way more consistent with desktop applications. It allows the web application to pass or request information from the web server without [...]]]></description> <content:encoded><![CDATA[<p>AJAX stands for Asynchronous JavaScript and XML. It&#8217;s not a new technology, but a new way of using existing technology. When AJAX is properly used it allows normal web applications to function in a way more consistent with desktop applications. It allows the web application to pass or request information from the web server without reloading the entire page. This makes web applications faster and more dynamic.</p><p>Two examples of websites that rely heavily on AJAX are Google&#8217;s Gmail (www.gmail.com) and Facebook (www.facebook.com). Without AJAX, it wouldn&#8217;t be possible for Gmail to update your inbox at the rate it does and Facebook wouldn&#8217;t be able to list completions to your friend search before you hit search.</p><p>Not only does AJAX allow you to create more dynamic pages, but it saves on load time. Instead of sending a request to the web server and then displaying the page the server returns, AJAX allows you to make small requests from the web server and then use Javascript to display that information on the page without having to reload it.</p><p>Load time isn&#8217;t the only thing you save by not having to reload the entire page every time a users wants to interact, it also saves you bandwidth. If your website was created with AJAX in mind the reduction in bandwidth usage compared to the same site without AJAX support would be significant. There are no figures to offer on actual bandwidth saved as every website is different. However, if a web page that is five kilobytes is reloading itself every time a user has to send one kilobyte of information, and the page that is reloaded is the same with the addition of just a success or failure message based on the users input, you would be saving four kilobytes of bandwidth every single time a user enters said information. If you have a thousand users that all use that page a single time using AJAX would save you roughly four megabytes of bandwidth and save your users precious time.</p> ]]></content:encoded> <wfw:commentRss>http://www.stormcode.net/marketing/why-ajax-is-right-for-you/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Upgrading to PHP 5</title><link>http://www.stormcode.net/marketing/upgrading-to-php-5/</link> <comments>http://www.stormcode.net/marketing/upgrading-to-php-5/#comments</comments> <pubDate>Mon, 18 Feb 2008 01:58:48 +0000</pubDate> <dc:creator>Brendan</dc:creator> <category><![CDATA[Customer Service]]></category> <category><![CDATA[Marketing]]></category> <category><![CDATA[PHP]]></category><guid
isPermaLink="false">http://www.stormcode.net/?p=8</guid> <description><![CDATA[The biggest reason for upgrading from PHP4 to PHP5 is the end of life announcement made. As of December 2007 only critical security fixes will be made to PHP4. No support is being offered for PHP4 after August 2008. Now is the time to migrate from PHP4 to PHP5. You do not want to wait [...]]]></description> <content:encoded><![CDATA[<p>The biggest reason for upgrading from PHP4 to PHP5 is the end of life announcement made. As of December 2007 only critical security fixes will be made to PHP4. No support is being offered for PHP4 after August 2008.</p><p>Now is the time to migrate from PHP4 to PHP5. You do not want to wait until the last minute. As of right now you can migrate on your own terms, and take your time. The amount of difficulty in migrating from PHP4 to PHP5 will depend on your current code base. Some features enabled in PHP4 do not come enabled in PHP5 by default. Register Globals is one such feature.</p><p>PHP5 has the core functionality to support many of the new web technologies such as AJAX. Upgrading to PHP5 before August 2008 is a must. If you have a website that is still running PHP4, or you are not sure what version of PHP your website is running you need to find out. If you have access to your web server via FTP or a file manager do the following:</p><p>Open notepad (or equivalent text editor)</p><p>Enter the following code:</p><p>&lt;?php</p><p>phpinfo();</p><p>?&gt;</p><p>Save the file as phpinfo.php</p><p>Upload the file to your web server and execute it.</p><p>Displayed will be detailed information about your PHP build. You will see your current PHP version included with that information. If you are not using PHP5 and you wish to make the transition, please feel free to contact Storm Code and arrange for one of our project managers to take a look at your code base and give you an estimate on cost and time.</p> ]]></content:encoded> <wfw:commentRss>http://www.stormcode.net/marketing/upgrading-to-php-5/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Object Caching 614/662 objects using disk: basic

Served from: www.stormcode.net @ 2012-02-07 19:36:28 -->
