<?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>WebChicklet &#124; Just a Geek Girl &#187; Web Development</title>
	<atom:link href="http://www.webchicklet.com/category/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webchicklet.com</link>
	<description>Your geeky chicklet on the web</description>
	<lastBuildDate>Thu, 09 Sep 2010 17:19:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Transfer a Phpld Link Directory To New Host</title>
		<link>http://www.webchicklet.com/web-development/transfer-a-phpld-link-directory-to-new-host/</link>
		<comments>http://www.webchicklet.com/web-development/transfer-a-phpld-link-directory-to-new-host/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 16:54:40 +0000</pubDate>
		<dc:creator>webchicklet</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.webchicklet.com/?p=1460</guid>
		<description><![CDATA[Yesterday, I sold one of my PHP Link Directory script link directories, and in the deal I agreed to transfer the phpld directory and template files to the buyers server.  In my mind it seemed like a quick and easy task to transfer an existing PHPLD link directory to a new host.  I was right [...]


Related posts:<ol><li><a href='http://www.webchicklet.com/search-marketing/seo-tips-for-non-seo-web-designers/' rel='bookmark' title='Permanent Link: SEO Tips for Non-SEO Web Designers'>SEO Tips for Non-SEO Web Designers</a> <small>If you are a web designer but don’t know anything...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://www.webchicklet.com/web-development/transfer-a-phpld-link-directory-to-new-host/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "Transfer+a+Phpld+Link+Directory+To+New+Host";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p>Yesterday, I sold one of my PHP Link Directory script link directories, and in the deal I agreed to transfer the phpld directory and template files to the buyers server.  In my mind it seemed like a quick and easy task to transfer an existing PHPLD link directory to a new host.  I was right and wrong.</p>
<div><span id="more-1460"></span>If you do the steps in the correct order it is a quick and easy process.  If you do them in the wrong order (like this webchicklet did), well, you better get up and make another pot of coffee.  That being said, I figure I’m not the only one doing this kind of thing, so here’s a quick step by step guide on how to transfer ownership of a phpld link directory, including how to export the phpld sql link database, and import it into the new installation on the buyers side.</p>
<p>First off, things started off good as the buyer wanted to host the phpld directory at <a title="Hostmonster.com" href="http://www.webchicklet.com/go/hostmonster" target="_blank">Hostmonster</a>, the best web hosting service in my opinion, and the one where my phpld link directory was currently hosted.  So I was already comfortable with their very easy to use cpanel and file manager.</p>
<p>This assumes you’ve transferred the domain and have the hosting set up for the buyer.</p>
<p><strong>Step 1:  Export your current phpld link directory sql database to your computer.</strong></p>
<p>Open your hosts cpanel and select PHPMyAdmin in the Databases section.  Select the database your phpld link directory is using and you’ll see a screen like this (click on photo to enlarge):</p></div>
<div>
<a href="http://www.webchicklet.com/wp-content/uploads/2010/07/phpld_link_database_export1.jpg"><img class="alignnone size-medium wp-image-1461" title="phpld_link_database_export1" src="http://www.webchicklet.com/wp-content/uploads/2010/07/phpld_link_database_export1-350x195.jpg" alt="transfer a phpld directory to new host" width="350" height="195" /></a></p>
<p>Select the Export tab, it’ll default to sql file, and hit go to export and save the file to your computer.</p>
<p><strong>Step 2: Copy all files and directories in your current templates folder</strong></p>
<p>Using <a title="Ftp client" href="http://filezilla-project.org/" target="_blank">FileZilla</a>, or your ftp client of choice, log in to your current host and navigate to the directory your phpld installation resides.</p>
<p>Open the templates directory, and download the entire contents to a new folder on your computer.</p>
<p><strong>Step 3: Create new database on new (buyers) server</strong></p>
<p>Login to your buyers cpanel, or have him/her log into it if they are doing it themselves.  Open up MySQL Database Wizard and run through the easy steps of creating a new db name, a new database user/password, and grant all writing permissions.  Be sure to write down all these database names and user/passwords, as you’ll need them for the new phpld installation.</p>
<p><strong>Step 4: Import your saved database into new server’s database</strong></p>
<p>Now that you’ve created a new (and empty) phpld database, you’ll need to import the sql database that you saved from your old host.</p>
<p>Open phpMyAdmin in cpanel again (on the buyers/new host), select the database you just created, and select the Import tab on top.  Hit the Choose File button, and select the saveddbname.sql file you had exported earlier.</p>
<p>Hit Go, and barring any unforseen problems it should populate the new databse with all the users, links, emails, etc that were stored in the phpld link directory.</p>
<p><strong>Step 5: Download and install new PHPLD script on new server</strong></p>
<p>This one is easy, just upload all the script files/directories and follow the Phpld install instructions from the install.txt file included in the download.</p>
<p><strong>Step 6: Upload your saved template files to the new PHPLD installation</strong></p>
<p>Using FileZilla again, upload the template files to the template directory (overwriting the existing ones if you are using the FREE PHPLD version 2.x).  If you are using the paid version of PHPLD (version 4) you can just upload the templates into their own sub directory and then switch templates via phpld admin menu.</p>
<p>And there you have it, the phpld link directory should be up and running, looking exactly as it did on your old host/server, with all the links, featured links, partner links, etc. intact.  As usual, if you have any questions let me know in the comments below.</p></div>
<p>&copy;2010 <a href="http://www.webchicklet.com">WebChicklet | Just a Geek Girl</a>. All Rights Reserved.</p>.

<p>Related posts:<ol><li><a href='http://www.webchicklet.com/search-marketing/seo-tips-for-non-seo-web-designers/' rel='bookmark' title='Permanent Link: SEO Tips for Non-SEO Web Designers'>SEO Tips for Non-SEO Web Designers</a> <small>If you are a web designer but don’t know anything...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.webchicklet.com/web-development/transfer-a-phpld-link-directory-to-new-host/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Best Android App Development Books</title>
		<link>http://www.webchicklet.com/web-development/5-best-android-app-development-books/</link>
		<comments>http://www.webchicklet.com/web-development/5-best-android-app-development-books/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 18:50:37 +0000</pubDate>
		<dc:creator>webchicklet</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.webchicklet.com/?p=1228</guid>
		<description><![CDATA[With the recent launches of HTC Incredible and the HTC EVO, Android seems set to take over the smartphone operating system world. So developers looking to make some mad money on Android App Developent should be looking to beef up their Android development skills. The best way to learn is by reading, and following tutorials, [...]


Related posts:<ol><li><a href='http://www.webchicklet.com/web-development/best-iphone-app-development-books/' rel='bookmark' title='Permanent Link: 10 Best Iphone App Development Books'>10 Best Iphone App Development Books</a> <small>If you want the best iphone app development books, or...</small></li>
<li><a href='http://www.webchicklet.com/gadgets/barnes-and-noble-nook-worth-a-look/' rel='bookmark' title='Permanent Link: Barnes and Noble Nook Worth A Look'>Barnes and Noble Nook Worth A Look</a> <small>In the ever expanding ebook reader market, the Barnes and...</small></li>
<li><a href='http://www.webchicklet.com/computers/top-4-windows-7-reference-guides/' rel='bookmark' title='Permanent Link: Top 4 Windows 7 Reference Guides'>Top 4 Windows 7 Reference Guides</a> <small>If you&#8217;re as confused by the new Microsoft Windows 7...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://www.webchicklet.com/web-development/5-best-android-app-development-books/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "5+Best+Android+App+Development+Books";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p>With the recent launches of HTC Incredible and the HTC EVO, Android seems set to take over the smartphone operating system world.  So developers looking to make some mad money on Android App Developent should be looking to beef up their Android development skills.  The best way to learn is by reading, and following tutorials, so I&#8217;m going to outline the 5 best selling <strong>Android App Development books</strong>, guides, and tutorial<span id="more-1228"></span>s on Amazon.com.  For technical books, if it&#8217;s a best seller on Amazon, it&#8217;s required reading for you, the developer.</p>
<p>So if you&#8217;re looking to cash in on the Android App Marketplace, get shopping and get reading.  Or if you have a favorite friend or family member who has an Android device surgically attached to the palm of their hand, one of these books may be the perfect birthday gift.</p>
<p><a title="Android Development Book" href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2Fs%3Fie%3DUTF8%26sort%3Dsalesrank-ddi2%26ref_%3Dsr%5Fst%26keywords%3Dandroid%2520developer%26bbn%3D283155%26qid%3D1275930130%26rh%3Dn%253A283155%252Cn%253A%25211000%252Ck%253Aandroid%2520developer%26page%3D1&amp;tag=webchicklet-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=390957" target="_blank"><img class="alignright size-full wp-image-1229" title="android_application_development_book" src="http://www.webchicklet.com/wp-content/uploads/2010/06/android_application_development_book.jpg" alt="" width="241" height="254" /></a></p>
<p>1. <a title="Android Application Development" href="http://www.amazon.com/gp/product/0470565527?ie=UTF8&amp;tag=webchicklet-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0470565527" target="_blank">Professional Android 2 Application Development</a> (Wrox Programmer to Programmer) (Paperback)~ Reto Meier</p>
<p>This is the number one selling book on Android development, written by An Android authority.  It&#8217;s an up to date hands on guide on getting the most out of Android 2 development, and provides in depth info that is easy to digest.  With this best of breed book you will gain a solid foundation in Android development that will get you creating top Android apps in short order.  Like all good android development books, Professional Android 2 Application Development will include lessons in the following need to know topics</p>
<ul>
<li>Android application components</li>
<li>layouts and Views to produce compelling resolution independent user interfaces</li>
<li>Providers for sharing data</li>
<li>map-based applications and how to use location-based services such as GPS</li>
<li>background Services, Notifications, and Alarms</li>
<li>creating interactive home screen components</li>
<li>Bluetooth, telephony, and networking APIs info</li>
<li>Using camera and sensors including compass and accelerometers</li>
</ul>
<p>2.  <a title="Pro Android 2" href="http://www.amazon.com/gp/product/1430226595?ie=UTF8&amp;tag=webchicklet-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1430226595" target="_blank">Pro Android 2</a> (Paperback) ~ Sayed Hashimi, Satya Komatineni, Dave MacLean</p>
<p>This is an excellent book, however it may take a while to get it (1 to 3 months currently).  I can only assume they utilize a just in time delivery protocal, that waits for an order before cutting the trees, making the paper, and then printing the book, and then finally packing the book onto the pony express and shipping it cross country from Alaska.  But seriously, it is a great book well worth the wait.</p>
<p><em>Pro Android 2</em> gets you buiding real-world mobile applications using Google’s latest Android SDK in short order(not counting the delivery time).   The new edition means it fully covers Android 2,  and it offers the rare combination of expert insight and real sample applications that work.  I for one can&#8217;t learn from reading alone, it&#8217;s imperative that I see some working examples.</p>
<p>So, while it takes even longer to get than an HTC Droid Incredible from Verizon, it is an excellent resource for the budding Android developer.</p>
<p>3.  <a title="Android Wireless App Development" href="http://www.amazon.com/gp/product/0321627091?ie=UTF8&amp;tag=webchicklet-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0321627091" target="_blank">Android Wireless Application Development</a> (Paperback)~ Shane Conder, Lauren Darcey</p>
<p>This is a great book that will will get you to the Android marketplace in no time.  However, it does not cover Android 2.   That being said, I&#8217;m sure the author is working on it and it will be updated soon.</p>
<p>It&#8217;s got all the ingredients for a quality book: reliable info, sample code, and best practices needed to program, distribute and market popular and useful Android mobile apps.  Best of all,  the book comes with a CD-ROM containing all of the book’s code samples, as well as some open source tools for Android development.</p>
<p>4.  <a title="Pro Android Games" href="http://www.amazon.com/gp/product/1430226471?ie=UTF8&amp;tag=webchicklet-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1430226471" target="_blank">Pro Android Games</a> (Paperback) ~ Vladimir Silva</p>
<p>Want to create your own award winning gopher whacking game?  Well here&#8217;s the best book on the market to get you there quickly.  <em>Pro Android Games</em> will teach you how to build cool games from scratch on the latest Android platform. It also shows you how to port other classic freeware/shareware games like <em>Doom</em> and <em>Wolfenstein 3D</em> from C using the Java Native Interface (JNI) for Android.  This is a hands on guide with plenty of code examples to get you going!</p>
<p>5.  <a title="Android Programming Tutorials" href="http://www.amazon.com/gp/product/0981678033?ie=UTF8&amp;tag=chevysilve-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0981678033" target="_blank">Android Programming Tutorials</a>, 2nd Edition (Paperback)~ Mark Lawrence Murphy</p>
<p>This is my kind of book, one with plenty of hands on examples, which along with a pot of coffee, helps keep my eyes from defocusing.   From the author: &#8220;A<em>ndroid Programming Tutorials</em> is a collection of exercises that will have you build a pair of relatively sophisticated Android applications: a restaurant database and a Twitter client. The goal of the tutorials is to expose you to a wide range of Android capabilities in the context of a larger application, rather than standalone demonstrations like a programming guide might profile. &#8221;   When I read that, I immediately clicked add to cart.  This is how I learn most easily and quickly.  This book is a 5 star guide that every interested Android App Developer should own, and use frequently!</p>
<p>So there you have it, the 5 most important Android Development books you need to have.  I listed links to Amazon as they have the best prices in the world on pretty much everything, and most books ship free and fast (except number 2 as already noted).  So what are you waiting for?  Get on that Android wave while you still can.  As usual, be sure to let us know below if you come across any better Android Development books.</p>
<p>&copy;2010 <a href="http://www.webchicklet.com">WebChicklet | Just a Geek Girl</a>. All Rights Reserved.</p>.

<p>Related posts:<ol><li><a href='http://www.webchicklet.com/web-development/best-iphone-app-development-books/' rel='bookmark' title='Permanent Link: 10 Best Iphone App Development Books'>10 Best Iphone App Development Books</a> <small>If you want the best iphone app development books, or...</small></li>
<li><a href='http://www.webchicklet.com/gadgets/barnes-and-noble-nook-worth-a-look/' rel='bookmark' title='Permanent Link: Barnes and Noble Nook Worth A Look'>Barnes and Noble Nook Worth A Look</a> <small>In the ever expanding ebook reader market, the Barnes and...</small></li>
<li><a href='http://www.webchicklet.com/computers/top-4-windows-7-reference-guides/' rel='bookmark' title='Permanent Link: Top 4 Windows 7 Reference Guides'>Top 4 Windows 7 Reference Guides</a> <small>If you&#8217;re as confused by the new Microsoft Windows 7...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.webchicklet.com/web-development/5-best-android-app-development-books/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 Best Iphone App Development Books</title>
		<link>http://www.webchicklet.com/web-development/best-iphone-app-development-books/</link>
		<comments>http://www.webchicklet.com/web-development/best-iphone-app-development-books/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 16:29:45 +0000</pubDate>
		<dc:creator>webchicklet</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[app store]]></category>
		<category><![CDATA[iphone app]]></category>
		<category><![CDATA[iphone app development]]></category>
		<category><![CDATA[iphone app store]]></category>

		<guid isPermaLink="false">http://www.webchicklet.com/?p=912</guid>
		<description><![CDATA[If you want the best iphone app development books, or you have a geeky friend or loved one, then you should probably print a copy of this list. These are the most wished for books on Amazon. What does this mean for you?  It means there is probably a book or two on this list [...]


Related posts:<ol><li><a href='http://www.webchicklet.com/gadgets/apple-ipod-itouchs-get-faster-and-cheaper/' rel='bookmark' title='Permanent Link: Apple Ipod Itouchs get faster, and Cheaper'>Apple Ipod Itouchs get faster, and Cheaper</a> <small>Great news for the Apple Itouch buyer.  In anticipation of...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://www.webchicklet.com/web-development/best-iphone-app-development-books/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "10+Best+Iphone+App+Development+Books";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p>If you want the <strong>best iphone app development books</strong>, or you have a geeky friend or loved one, then you should probably print a copy of this list. These are the most wished for books on Amazon. What does this mean for you?  It means there is probably a book or two on this list that your closest iphone app geek friends would love to open on their next birthday or special event.  And your friend will love you for it, as <a title="Iphone Apps" href="http://www.applerepo.com/" target="_blank">Iphone apps</a> are the hottest trends in the  application market today.</p>
<p>Save yourself some time by using this as a shopping list. Your iphone app geek friends will love you for it.  I’ve included the star rating in case you’re trying to decide between two book s.</p>
<p>1.  <a href="http://www.amazon.com/gp/product/1430224592?ie=UTF8&#038;tag=webchicklet-20&#038;linkCode=as2&#038;camp=1789&#038;creative=9325&#038;creativeASIN=1430224592">Beginning iPhone 3 Development: Exploring the iPhone SDK</a><img src="http://www.assoc-amazon.com/e/ir?t=webchicklet-20&#038;l=as2&#038;o=1&#038;a=1430224592" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> by Dave Mark, Jeff LaMarche  4.5 out 5 stars</p>
<p>Are you a programmer looking for a new challenge, and are you excited by the potential massive riches, after your shiny new iphone app hits the Apple App Store&#8217;s Top 25?  Then this book is perfect for you as it is a great introduction to Iphone app development.  You&#8217;ll learn everything you need to know about developing your first cool new iphone and ipod touch app, and how to optimize your code to give the best user experience.</p>
<p>2.  <a title="More Iphone 3 Development" href="http://www.amazon.com/gp/product/143022505X?ie=UTF8&amp;tag=webchicklet-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=143022505X" target="_blank">More iPhone 3 Development: Tackling iPhone SDK 3 (Beginning)</a> by Dave Mark, Jeff LaMarche   5 out of 5 stars</p>
<p>This book carries on where book number one left off and digs deeper into the lastest Apple iphone SDK, and is a logical progression in your learnings.  You&#8217;ll learn about Core Data, and how to build larger apps, utilize a variety of networking mechanisms (such as Bluetooth), how to embed maps, and how to integrate a users ipod library into your apps!  How cool is that??</p>
<p>3.  <a title="Building Iphone Apps" href="http://www.amazon.com/gp/product/0596805780?ie=UTF8&amp;tag=webchicklet-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0596805780" target="_blank">Building iPhone Apps with HTML, CSS, and JavaScript: Making App Store Apps Without Objective-C or Cocoa</a> by Jonathan Stark   5 out of 5 stars</p>
<p>Here&#8217;s a 5 star book that gives great examples of how to create clean, effective web applications for the iPhone or iPod Touch.  It does a great job of covering HTML, CSS, JavaScript, and jQuery) giving you a quick and easy to understand explanation of how something works, without getting too wordy!  This webchicklet hates wordy, so two thumbs up!</p>
<p>4.  <a title="Iphone App Designers Guide" href="http://www.amazon.com/gp/product/0596154143?ie=UTF8&amp;tag=webchicklet-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0596154143" target="_blank">Programming Interactivity: A Designer&#8217;s Guide to Processing, Arduino, and Openframeworks</a> by Joshua Noble   4.5 out of 5 stars</p>
<p>This book will help you make cool stuff.  If you&#8217;re a budding designer or artist, this book will teach you to work with 2D and 3D graphics, sound, physical interaction, and electronic circuitry.  This book is more for the hardware/engineer geek in your life!</p>
<p>5.  <a title="Head First Iphone Development" href="http://www.amazon.com/gp/product/0596803540?ie=UTF8&amp;tag=webchicklet-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0596803540" target="_blank">Head First iPhone Development: A Learner&#8217;s Guide to Creating Objective-C Applications for the iPhone</a> by Dan Pilone, Tracey Pilone   4 out of 5 stars</p>
<p>Do you have an idea for the next number one iphone app?  Don&#8217;t know where to begin?  This book will get your first app running very quickly, as you learn to use ethe iphone SDK tools, including IB,  Xcode, and Objective C programming.  This book covers it all in visually rich format, giving you all the tools to create the next top 25 iphone app..</p>
<p>6.   <a title="Iphone Developers Cookbook" href="http://www.amazon.com/gp/product/0321659570?ie=UTF8&amp;tag=webchicklet-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0321659570" target="_blank">The iPhone Developer&#8217;s Cookbook: Building Applications with the iPhone 3.0 SDK (2nd Ed) </a>by Erica Sadun  5 out of 5 stars</p>
<p>This popular Iphone developers book is an essential resource for the newbie and the more advanced iphone and ipod touch app geek.  It has been completely revised and expanded to cover the Iphone 3.0 SDK.  It is a very useful book providing a ton of clear and concise examples illustrating important techniques to developing top iphone apps.</p>
<p>7. <a href="http://www.amazon.com/gp/product/0321544080?tag=gardtoolrevi-20"> </a><a title="Iphone SDK Development" href="http://www.amazon.com/gp/product/1934356255?ie=UTF8&amp;tag=webchicklet-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1934356255" target="_blank">iPhone SDK Development (The Pragmatic Programmers)</a> by Bill Dudney, Christopher Adamson  4.5 out of 5 stars</p>
<p>This book will help you learn new tools, new API&#8217;s (like the geolocation and motion sensing accelerometer, and others), and even a whole new programming language.  This book will help you succeed in the leading mobile platform, the Apple Iphone.</p>
<p>8. <a href="http://www.amazon.com/gp/product/0817432256?tag=gardtoolrevi-20"> </a><a title="Cocoa Touch for Iphone os 3" href="http://www.amazon.com/gp/product/0470481072?ie=UTF8&amp;tag=webchicklet-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0470481072" target="_blank">Cocoa Touch for iPhone OS 3 (Developer Reference)</a> by Jiva DeVoe  3.5 out of 5 stars</p>
<p>This is a good well rounded <strong>Iphone app guide</strong> that will definitely help you join the iphone app store gold rush, and get you there quickly!  Plenty of step by step tutorials and practical tips to get you creating great apps very quickly.</p>
<p>9.  <a title="Iphone App Cool Projects" href="http://www.amazon.com/gp/product/143022357X?ie=UTF8&amp;tag=webchicklet-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=143022357X" target="_blank">iPhone Cool Projects</a> by Gary Bennett and associates  4 out of 5 stars</p>
<p>This projects book is a great resource giving you great hands on experience to help you create blockbuster iphone apps that get noticed.  Chock full of excellent illustrations, code, and sample apps, that will get you on track quickly.</p>
<p>10. <a title="Iphone User Interface Design Projects" href="http://www.amazon.com/gp/product/1430223596?ie=UTF8&amp;tag=webchicklet-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1430223596" target="_blank">iPhone User Interface Design Projects</a> by Joachim Bondo</p>
<p>This very popular book gives a ton of practical advice and examples to help you create awesome apps with a eye popping user interface.   A great book to learn how to optimize your apps for the small screen size of the mobile markets.</p>
<p>I’m sure you’ll find something in this list that you or your <a title="best iphone apps" href="http://www.applerepo.com/" target="_blank">best iphone apps</a> loving geek friends will love. And who gets the credit?….you.  Just make sure your friends share some of the riches when they get to the top of the pile on the app store!</p>
<p><script type="text/javascript"><!--
amazon_ad_tag = "webchicklet-20"; amazon_ad_width = "300"; amazon_ad_height = "250"; amazon_ad_logo = "hide"; amazon_ad_link_target = "new"; amazon_ad_price = "retail"; amazon_ad_border = "hide"; amazon_color_border = "FFFFFF"; amazon_color_link = "092E54"; amazon_color_logo = "130D44";//--></script><br />
<script type="text/javascript" src="http://www.assoc-amazon.com/s/ads.js"></script></p>
<p>&copy;2010 <a href="http://www.webchicklet.com">WebChicklet | Just a Geek Girl</a>. All Rights Reserved.</p>.

<p>Related posts:<ol><li><a href='http://www.webchicklet.com/gadgets/apple-ipod-itouchs-get-faster-and-cheaper/' rel='bookmark' title='Permanent Link: Apple Ipod Itouchs get faster, and Cheaper'>Apple Ipod Itouchs get faster, and Cheaper</a> <small>Great news for the Apple Itouch buyer.  In anticipation of...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.webchicklet.com/web-development/best-iphone-app-development-books/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Advantages of PHP</title>
		<link>http://www.webchicklet.com/web-development/advantages-of-php/</link>
		<comments>http://www.webchicklet.com/web-development/advantages-of-php/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 03:14:22 +0000</pubDate>
		<dc:creator>webchicklet</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[php advantages]]></category>
		<category><![CDATA[php hosting]]></category>

		<guid isPermaLink="false">http://www.webchicklet.com/?p=868</guid>
		<description><![CDATA[What Is PHP? PHP is probably the most popular Web programming language in the world. PHP is a recursive acronym for Hypertext PreProcessor. The main advantage of PHP is that it can produce dynamic web pages because it can read from and write to a relational database (most often MySQL). PHP gained a lot of [...]


Related posts:<ol><li><a href='http://www.webchicklet.com/tools/google-transliteration-another-useful-google-tool/' rel='bookmark' title='Permanent Link: Google Transliteration: Another useful Google Tool'>Google Transliteration: Another useful Google Tool</a> <small>Google has updated it&#8217;s super useful Google Transliteration tool, which...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://www.webchicklet.com/web-development/advantages-of-php/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "Advantages+of+PHP";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><h2><span style="font-size: small;"><strong><em>What Is PHP?</em></strong></span></h2>
<p><span style="font-size: small;">PHP is probably the most popular Web programming language in the world. PHP is a recursive acronym for Hypertext PreProcessor. The main advantage of PHP is that it can produce dynamic web pages because it can read from and write to a relational database (most often MySQL). </span></p>
<p><span style="font-size: small;">PHP gained a lot of popularity in the beginning of the century, because it offered a way to make boring static websites more interesting. For more than a decade PHP has been the leading Web programming language. Unlike many other popular programming languages, for instance Java, which are object-oriented, PHP is a scripting language. </span></p>
<p><span style="font-size: small;">PHP is open source and similarly to most open source software, it is free for both personal and commercial use. PHP is available for many operating systems but its native operating system is Linux. In that relation you will often hear LAMP development, which is an abbreviation for software development using Linux, Apache, MySQL, and PHP.</span></p>
<h2><span style="font-size: small;"><strong><em>Advantages of PHP</em></strong></span></h2>
<p><span style="font-size: small;">PHP has become the most popular Web programming language not only because it is free. PHP is a full-fledged programming language (unlike HTML for example, which is more of a presentation means) and many complex applications can be written it it. </span></p>
<p><span style="font-size: small;">Another benefit of applications written in PHP is that they are fast and if written properly, they could be pretty secure. There are also tons of ready PHP scripts and functions, which you can customize to your liking and use in your PHP applications. </span></p>
<p><span style="font-size: small;"><br />
</span></p>
<h3><span style="font-size: small;"><strong>What Is PHP Hosting?</strong></span></h3>
<p><span style="font-size: small;">As the name implies, PHP hosting is a type of a <a title="Webhosting" href="http://www.webhostingsearch.com/" target="_blank">webhosting</a></span><span style="font-size: small;"> package aimed at running applications written in PHP. Many of the best web hosting companies offer PHP hosting because there is a lot of demand for it &#8211; since PHP is one of the most popular web development languages, quite naturally <a title="PHP Hosting" href="http://www.webhostingsearch.com/php-web-hosting.php" target="_blank">PHP hosting</a></span><span style="font-size: small;"> is also among the most popular types of hosting. </span></p>
<p><span style="font-size: small;"><br />
</span></p>
<h2><span style="font-size: small;"><strong><em>Why Is PHP Web Hosting Cheaper?</em></strong></span></h2>
<p><span style="font-size: small;">When you browse for PHP hosting offers, you will notice that, all equal, PHP hosting offers are cheaper. If you are not familiar with PHP, you might think that PHP Web hosting is cheaper because it is inferior to the other types of webhosting. Well, this certainly isn&#8217;t so!</span></p>
<p><span style="font-size: small;">The main reason why PHP hosting is cheaper is that PHP is free. Additionally, PHP is frequently deployed on Linux, which is also (generally) free and it uses MySQL, which is again free. When a webhosting provider can use webhosting technologies for free, this logically leads to lower costs for the web host and as a result – lower hosting fees. </span></p>
<p>&copy;2010 <a href="http://www.webchicklet.com">WebChicklet | Just a Geek Girl</a>. All Rights Reserved.</p>.

<p>Related posts:<ol><li><a href='http://www.webchicklet.com/tools/google-transliteration-another-useful-google-tool/' rel='bookmark' title='Permanent Link: Google Transliteration: Another useful Google Tool'>Google Transliteration: Another useful Google Tool</a> <small>Google has updated it&#8217;s super useful Google Transliteration tool, which...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.webchicklet.com/web-development/advantages-of-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Webchicklet Now Hosting on HostMonster</title>
		<link>http://www.webchicklet.com/web-development/webchicklet-now-hosting-on-hostmonster/</link>
		<comments>http://www.webchicklet.com/web-development/webchicklet-now-hosting-on-hostmonster/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 17:56:05 +0000</pubDate>
		<dc:creator>webchicklet</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.webchicklet.com/?p=550</guid>
		<description><![CDATA[As you may, or more likely not, have noticed, Webchicklet.com is now hosted on HostMonster.com. They frequently provide discounts, coupon codes and sales offers that make them a cheap web host alternative. In fact, their current web hosting special is only $5.95/month!  That is certainly fantastic, but not the reason I switched Webchicklet.com to Hostmonster. [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://www.webchicklet.com/web-development/webchicklet-now-hosting-on-hostmonster/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "Webchicklet+Now+Hosting+on+HostMonster";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p>As you may, or more likely not, have noticed, Webchicklet.com is now hosted on <a title="Hostmonster.com" href="http://webchicklet.com/go/hostmonster" target="_blank">HostMonster.com</a>. They frequently provide discounts, coupon codes and sales offers that make them a cheap web host alternative. In fact, their current web hosting special is only $5.95/month!  That is certainly fantastic, but not the reason I switched Webchicklet.com to Hostmonster.</p>
<p>Sure, I love to keep my web hosting and domain registration costs down.  What savvy Webchicklet doesn&#8217;t?<a href="http://webchicklet.com/go/hostmonster"><img class="alignright" title="Hostmonster" src="http://www.hostmonster.com/dmc/hostmonster/host-monster-logo.jpg" alt="" width="163" height="98" /></a></p>
<p>However, what&#8217;s most important is what you get for that low price: hosting options that are standard, not premium( keep shelling out more money) addons (Unlike some BIG &#8220;father figure&#8221; type hosting companies that will remain nameless), the customer service quality that you receive day in and day out (especially those days when you&#8217;ve messed something up and need it fixed asap! not that I would mess anything up), the network uptime, and last but not least, ease of setup.</p>
<p><a title="Hostmonster" href="http://webchicklet.com/go/hostmonster" target="_blank">Hostmonster </a>has been providing web hosting services to businesses and personal sites,  since 1996, so you know they are in it for the long haul.</p>
<h2>HostMonster Hosting Services</h2>
<p>The <a title="Hostmonster" href="http://webchicklet.com/go/hostmonster" target="_blank">HostMonster</a> list of included services is absolutely incredible.  For one low fee, you get:</p>
<ul>
<li> UNLIMITED Hosting Space &#8211; that&#8217;s awesome!</li>
<li> UNLIMITED Site Bandwidth &#8211; Especially good if your running a lot of video traffic.</li>
<li> Host UNLIMITED Domains &#8211; This is a great feature and it&#8217;s only $10 to register each additional domain AND Privacy is included in that price.</li>
<li> Unlimited Pop/Imap Email Accounts</li>
<li> Full cPanel admin full of useful tools, including wordpress installation with a click of the mouse!</li>
<li> SSH Access (Secure Shell)</li>
<li> SSL, FTP, Stats</li>
<li> CGI, Ruby (RoR), Perl, PHP, MYSQL</li>
<li> Front Page Extensions</li>
<li> Free Domain Forever</li>
<li> Free Site Builder with templates</li>
<li> Free Domain Name or Domain Transfer</li>
<li> Instant Setup &#8211; Use Site Right Away!</li>
<li> Free Site Promotion</li>
<li> Free 1 Click Installer For Over 50 Scripts</li>
<li> $25 Free Yahoo Ad Credits</li>
<li> $50 Free Google Adwords Credits</li>
</ul>
<h2><a title="Hostmonster.com" href="http://webchicklet.com/go/hostmonster" target="_blank">HostMonster</a> Customer Service:</h2>
<p>I can tell you from first hand experience, HostMonster.com provides the most amazing customer service, either by phone, email, Help Center Knowledgebase, or my personal favorite; LiveChat. We&#8217;ve all had that nightmare live chat customer service experience with some company on the internet.  If your experiences have been anything like mine, it probably wasn&#8217;t the most helpful customer service experience. The first time I needed help with something a few months ago, I noticed  Hostmonster Live Chat and I was slightly dubious, but willing to give it a try.  I almost fell off my chair when the rep answered after about 10 seconds!  He proceed to wow me with his full understanding of my problem and his rapid solving of the problem (which, for the first time ever, was my own doing!).  I&#8217;ve used it a couple time since and both times the response time and problem solving abilities of the rep was first rate.</p>
<p>But most times I&#8217;ve needed help I didn&#8217;t even have to talk to to one of their reps, as, in addition to their excellent customer service, HostMonster also has a very useful and easy to use help center knowledgebase with which you can quickly keyword search your problem and find an easy to understand, step by step solution to your problem.  This level of customer service really is the big reason for me hosting alot of my sites at Hostmonster.com, and why I chose to move Webchicklet.com.</p>
<p>But let me just say, there is nothing at all wrong with the level of service that Webchicklet.com received from <a title="Hostgator.com" href="http://webchicklet.com/go/hostgator" target="_blank">Hostgator.com</a>, and they will continue to be used by me some of my sites, especially since they are a <a title="Hostgator.com" href="http://www.webchicklet.com/web-development/green-hosting-company/" target="_blank">green hosting</a> service.</p>
<h2>HostMonster Network Reliability</h2>
<p><a title="Hostmonster" href="http://webchicklet.com/go/hostmonster" target="_blank">HostMonster</a> states on their site that they guarantee 99.9% network uptime.  Of course they do, every hosting company does!  But the difference, at least in my experience, is that HostMonster really does have 99.9% uptime.  In fact, in the 8 months I&#8217;ve been using them, I&#8217;ve never been made aware of, or noticed, any downtime!  That of course doesn&#8217;t mean there haven&#8217;t been outages, but the important thing is no long outages or frequent short outages = happy Webchicklet.</p>
<h2><a title="Hostmonster" href="http://webchicklet.com/go/hostmonster" target="_blank">HostMonster</a> Rocks</h2>
<p>So in a nutshell, I switched Webchicklet.com to HostMonster.com because they rock! Oh, and because they are affordable, dependable, easy to use, and a total pleasure to deal with.  If you are looking for a new, or additional (never hurts to spread your sites around) web hosting company, I strongly recommend that you check them out. If you already have web hosting with another company, Hostmonster makes it easy to transfer, and will even provide full support with the transfer.  With the current <a title="Hostmonster.com sale" href="http://webchicklet.com/go/hostmonster" target="_blank">HostMonster.com sale</a>, you can pay as little as $5.95 per month, down from their already low $6.95 per month.</p>
<p>&copy;2010 <a href="http://www.webchicklet.com">WebChicklet | Just a Geek Girl</a>. All Rights Reserved.</p>.

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.webchicklet.com/web-development/webchicklet-now-hosting-on-hostmonster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MonitorHackdFiles Script Update: New Features</title>
		<link>http://www.webchicklet.com/web-development/monitorhackdfiles-script-update-new-features/</link>
		<comments>http://www.webchicklet.com/web-development/monitorhackdfiles-script-update-new-features/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 20:42:00 +0000</pubDate>
		<dc:creator>webchicklet</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.webchicklet.com/?p=507</guid>
		<description><![CDATA[A month ago, I released a free script to help fight against site hackers called MonitorHackdFiles. Today, I&#8217;m releasing a new version that has a few requested features added. This is strictly a new feature release, so you don&#8217;t have to upgrade if you don&#8217;t want to. New features added: Ability to create an option [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://www.webchicklet.com/web-development/monitorhackdfiles-script-update-new-features/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "MonitorHackdFiles+Script+Update%3A+New+Features";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p>A month ago, <a href="http://www.webchicklet.com/tools/monitorhackdfiles-tool-helps-fight-site-hackers/">I released a free script</a> to help fight against site hackers called MonitorHackdFiles.  Today, I&#8217;m releasing a new version that has a few requested features added.  This is strictly a new feature release, so you don&#8217;t have to upgrade if you don&#8217;t want to.</p>
<p><strong>New features added:</strong></p>
<ul>
<li>Ability to create an option admin area so that you can easily edit the options at a later date.</li>
<li>
Ability to change the name of a file if you wish (the default name has already been changed in this release, but users can opt to change it again, just to obfuscate the script&#8217;s intent).</li>
<li>A version check was added so users could be alerted if I release new versions in the future.</li>
</ul>
<p>In addition, the readme.txt file was edited to reflect the new features as well as clarify some older points.</p>
<blockquote><h3><a href="http://www.webchicklet.com/downloads/mhf.zip">You can download the new version here.</a></h3>
</blockquote>
<p>To Upgrade:</p>
<p>Follow the normal installation procedure as outlined in the readme file included, overwriting the existing files.</p>
<p>For more information about the script, <a href="http://www.webchicklet.com/tools/monitorhackdfiles-tool-helps-fight-site-hackers/">see the original post</a>.</p>
<p>&copy;2010 <a href="http://www.webchicklet.com">WebChicklet | Just a Geek Girl</a>. All Rights Reserved.</p>.

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.webchicklet.com/web-development/monitorhackdfiles-script-update-new-features/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What Powers That Site</title>
		<link>http://www.webchicklet.com/web-development/what-powers-that-site/</link>
		<comments>http://www.webchicklet.com/web-development/what-powers-that-site/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 09:29:03 +0000</pubDate>
		<dc:creator>webchicklet</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.webchicklet.com/?p=483</guid>
		<description><![CDATA[Ever wondered what technology a particular web site uses? Wished you knew what powered a particular site? Is it using a CMS? If so, which one? Does it use a particular programming language? If you need to know what powers any particular web site, there are a few things you can do to try to [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://www.webchicklet.com/web-development/what-powers-that-site/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "What+Powers+That+Site";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p>Ever wondered what technology a particular web site uses?  Wished you knew what powered a particular site?  Is it using a CMS? If so, which one? Does it use a particular programming language?</p>
<p>If you need to know what powers any particular web site, there are a few things you can do to try to figure it out.  </p>
<ul>
<li>First, scroll down to the bottom of the home page and check for a &#8220;Powered by&#8221; link.  Ok, that&#8217;s obvious, but it&#8217;s also the easiest step, so I&#8217;d be remiss to not mention it.</li>
<li>If that doesn&#8217;t clear things up, right-click on the page and View Source.  Scan through the source code to find any clues, perhaps in the HTML comments, as to what may be running the site.</li>
<li>Still don&#8217;t know?  Ok the next step is to try using a couple of online tools that might have the answers for you.  <a href="http://builtwith.com/">BuiltWith</a> and <a href="http://wappalyzer.com/">Wappalyzer</a> both do a good job of giving you at least <b>some information</b> about what might be powering a site.  Neither will likely give you every application being used on the site, but both will probably give you at least one or two apps being used.</li>
</ul>
<p>Anyone know of any other good methods of determining what is powering a site?</p>
<p>&copy;2010 <a href="http://www.webchicklet.com">WebChicklet | Just a Geek Girl</a>. All Rights Reserved.</p>.

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.webchicklet.com/web-development/what-powers-that-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Online Generator Tools To Make All Kinds Of Stuff</title>
		<link>http://www.webchicklet.com/web-development/online-generator-tools-to-make-all-kinds-of-stuff/</link>
		<comments>http://www.webchicklet.com/web-development/online-generator-tools-to-make-all-kinds-of-stuff/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 09:19:35 +0000</pubDate>
		<dc:creator>webchicklet</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.webchicklet.com/?p=344</guid>
		<description><![CDATA[This list of generators is not intended to be comprehensive &#8211; there are TONS of online generator tools out there that help us do almost anything for the web-world. But the generators in this lislt are ones I&#8217;ve used and bookmarked in the past, and since some of them are probably not very well known, [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://www.webchicklet.com/web-development/online-generator-tools-to-make-all-kinds-of-stuff/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "Online+Generator+Tools+To+Make+All+Kinds+Of+Stuff";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p>This list of generators is not intended to be comprehensive &#8211; there are TONS of online generator tools out there that help us do almost anything for the web-world.  But the generators in this lislt are ones I&#8217;ve used and bookmarked in the past, and since some of them are probably not very well known, I thought it would be fun to share them with all of you. </p>
<h3>Generators For Fun or Entertainment</h3>
<ul>
<li><a href="http://wigflip.com/automotivator/">Motivational Posters</a></li>
<li><a href="http://www.says-it.com/softdrink/">Soft Drink Can Generator</a></li>
<li><a href="http://www.says-it.com/">Custom Signs Generators (Church sign, Fast food sign, Gas station sign, etc.)</a></li>
</ul>
<h3>Generators For Web Design &amp; Development</h3>
<ul>
<li><a href="http://www.dotemplate.com/">Web Template Generator/Customizer</a></li>
<li><a href="http://css-color-replace.orca-multimedia.de/">CSS Color Replacer</a></li>
<li><a href="http://jrm.cc/color-palette-generator/">Color Palette From Image Generator</a></li>
<li><a href="http://www.mycssmenu.com/">CSS Menus</a></li>
<li><a href="http://csscreator.com/?q=tools/layout">CSS Layout Generator (Create CSS templates with columns, header, footers)</a></li>
<li><a href="http://www.lorem-ipsum.info/generator3">Lorem Ipsum Generator</a></li>
<li><a href="http://tableizer.journalistopia.com/">Tableizer &#8211; Convert Spreadsheet to HTML Table</a></li>
<li><a href="http://www.accessify.com/tools-and-wizards/">Accessibility Tools (Accessible YouTube closed captions, sliders, tables, forms and popup generators)</a></li>
<li><a href="http://www.tele-pro.co.uk/scripts/contact_form/">Contact Form Generator (PHP, ASP, or Perl)</a></li>
<li><a href="http://www.ajaxload.info/">Ajax Animated &#8216;Loading&#8217; Generator</a></li>
<li><a href="ttp://www.clickability.co.uk/robotstxt.html">Robots.txt Generator</a></li>
<li><a href="http://www.nusuni.com/downloads/javascript/htaccess_generator/#htaccess_file">Htaccess Generator</a></li>
<li><a href="http://www.chami.com/html-kit/services/favicon/">Make Favicon From Picture</a></li>
<li><a href="http://www.psd2cssonline.com/">Convert PSD design to Valid CSS/XHTML code</a></li>
<li><a href="http://www.websiteribbon.com/">Website Corner Ribbon Generator</a></li>
<li><a href="http://www.web20badges.com/">Badges Generator</a></li>
<li><a href="http://creatr.cc/creatr/">Logo Creator</a></li>
</ul>
<h3>Miscellaneous Generators For Geeks</h3>
<ul>
<li><a href="http://www.phpied.com/firefox-firebug-extension-creator-wizard/">Firefox and Firebug Extension Creation</a></li>
<li><a href="http://services.nexodyne.com/email/index_custom.php">Turn Email Address into Graphic Image Icon</a></li>
<li><a href="http://www.bad-neighborhood.com/emailhashing.php">Email Address Encrypter</a></li>
<li><a href="http://www.bad-neighborhood.com/htmlhashing.htm">Text/HTML Encrypter</a></li>
<li><a href="http://www.bad-neighborhood.com/password-generator.htm">Mnemonic Strong Password Generator</a></li>
<li><a href="http://microformats.org/code/hcard/creator">hCard (microformat) Creator</a></li>
</ul>
<h3>Social Networking Tool Generators</h3>
<ul>
<li><a href="http://www.bad-neighborhood.com/my-social-profiles.htm">Social Profiles Sidebar Links Generator</a></li>
<li><a href="http://www.gifup.com/">Gif Animation, Avatar Generator</a></li>
</ul>
<p>Sure, each one of these probably has 20 competitors &#8211; you probably know some that may be better or cooler than the ones I&#8217;ve listed.  But each of these will make someone&#8217;s day easier or more fun, and that&#8217;s my goal. <img src='http://www.webchicklet.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>&copy;2010 <a href="http://www.webchicklet.com">WebChicklet | Just a Geek Girl</a>. All Rights Reserved.</p>.

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.webchicklet.com/web-development/online-generator-tools-to-make-all-kinds-of-stuff/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Favorite Hosting Company Has Gone Green</title>
		<link>http://www.webchicklet.com/web-development/green-hosting-company/</link>
		<comments>http://www.webchicklet.com/web-development/green-hosting-company/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 08:52:54 +0000</pubDate>
		<dc:creator>webchicklet</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.webchicklet.com/?p=221</guid>
		<description><![CDATA[Wow, I&#8217;m pretty happy about this. I&#8217;ve been using HostGator for a while now, and I love them. They are one of the very best hosting companies I&#8217;ve ever used. And now I find out that they&#8217;ve gone green! Woot! That&#8217;s just an added bonus that lets me sleep just a little bit easier at [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://www.webchicklet.com/web-development/green-hosting-company/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "My+Favorite+Hosting+Company+Has+Gone+Green";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p>Wow, I&#8217;m pretty happy about this.  I&#8217;ve been using <a href="http://webchicklet.com/go/hostgator">HostGator</a> for a while now, and I love them.  They are one of the very best hosting companies I&#8217;ve ever used.  And now I find out that they&#8217;ve gone green!  Woot!  That&#8217;s just an added bonus that lets me sleep just a little bit easier at night.</p>
<p>Here&#8217;s a little more info about it:</p>
<blockquote><p>
If you’re thinking about switching to green hosting, good for you! Green hosting is an important step in dealing with climate change. But be aware- once you start asking some questions you’ll find that not all of the .green. hosting options out there are nearly as green as they claim to be. HostGator’s program stands out from the pack for a number of reasons . . .</p>
<p>One, <a href="http://webchicklet.com/go/hostgator">HostGator</a> is using renewable energy to both power and cool their servers, whereas a number of green hosts only offset the electricity used to power their servers. That represents a big difference, because servers generate a lot of heat. For every watt of electricity that a server uses, 1-2 watts of electricity are typically required to cool it. What that means is that HostGator is investing in about twice as much renewable energy, on a per server basis, as those green hosts only using renewable energy to power their servers.</p>
<p>Two, <a href="http://webchicklet.com/go/hostgator">HostGator</a> has invested in Green-e certified Renewable Energy Credits (RECs). Green-e is run by the Center for Resource Solutions, and both sets standards for US renewable energy project and verifies those projects. Green-e certified RECs are verified, tracked and monitored. Sure, there are cheaper carbon credits out there, but HostGator wanted to go green the right way. HostGator can’t very well build a windfarm in downtown Houston, so it’s doing the next best thing and greening its energy at the source with rock solid RECs.</p>
<p>Three, <a href="http://webchicklet.com/go/hostgator">HostGator</a> has purchased RECs for 130% of the electricity used to power and cool its shared and reseller servers. Good luck finding another green host that has gone this far. Believe me- if they had, they’d let you know it.</p>
<p>Four, <a href="http://webchicklet.com/go/hostgator">HostGator</a> has invested entirely in wind RECs generated in their home state of Texas. Even those green hosts that have opted for Green-e certified RECs are generally sourcing them from wherever is cheapest.</p>
<p><a href="http://webchicklet.com/go/hostgator">HostGator</a>, on the other hand, is thinking globally and acting locally. By insisting on 100% Texas wind RECs <a href="http://webchicklet.com/go/hostgator">HostGator</a> had to pay more for their credits, but they (and you) can rest easy knowing that they’re doing their part for the environment and the local green economy.
</p></blockquote>
<p>Now I can proudly say:</p>
<p><a href="http://webchicklet.com/go/hostgator"><img src="http://blog.hostgator.com/images/hostgator_green83_72b.gif" border="0"></a></p>
<p>If you are looking for a great hosting company that&#8217;s also GREEN, I highly recommend <a href="http://webchicklet.com/go/hostgator">HostGator</a>.</p>
<p>&copy;2010 <a href="http://www.webchicklet.com">WebChicklet | Just a Geek Girl</a>. All Rights Reserved.</p>.

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.webchicklet.com/web-development/green-hosting-company/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning PHP : Beginner Tutorials</title>
		<link>http://www.webchicklet.com/web-development/learning-php-beginner-tutorials/</link>
		<comments>http://www.webchicklet.com/web-development/learning-php-beginner-tutorials/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 09:01:40 +0000</pubDate>
		<dc:creator>webchicklet</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[beginner tips]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://www.webchicklet.com/?p=111</guid>
		<description><![CDATA[At some point, people who have some knowledge of HTML and/or CSS eventually need to do more, and usually they start wondering if they should learn PHP. Most, in fact, have already played around with it a little because they&#8217;ve made some minor adjustments to existing PHP code in WordPress, forum software, or some other [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://www.webchicklet.com/web-development/learning-php-beginner-tutorials/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "Learning+PHP+%3A+Beginner+Tutorials";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p>At some point, people who have some knowledge of HTML and/or CSS eventually need to do more, and usually they start wondering if they should learn PHP.  Most, in fact, have already played around with it a little because they&#8217;ve made some minor adjustments to existing PHP code in WordPress, forum software, or some other application written in PHP.  Still, making a few tweaks here and there to existing code, and writing an entire application from scratch are very different, and that&#8217;s when many wonder how they would go from point A to point B in order to really learn PHP (and MySQL).  </p>
<p><strong>The leap from HTML and CSS to PHP can be fairly wide, so I&#8217;ve tried to compile resources specifically to help the true PHP beginner.</strong></p>
<p>Of course, as with all things, there are scads of tutorials on both PHP and MySQL on the web, but that doesn&#8217;t mean all are really exceptional &#8211; especially for the newb beginner.  Frankly, I&#8217;ve never found an online tutorial that introduces the generic &#8220;concepts&#8221; of programming very well, and that would be a great first step.  Although the following tutorial gets a little technical, especially towards the end, I recommend reading through it if only to grasp the basic theories that it presents.  Don&#8217;t worry if you don&#8217;t understand it all.  Just use it as an overview guide before plunging into PHP specifics.<br />
<br />&nbsp;</p>
<h2>General Programming Concepts</h2>
<p><a href="http://cisnet.baruch.cuny.edu/holowczak/classes/programming/">Brief Tutorial For New Programmers</a></p>
<p>Next, look up the definitions for <a href="http://www.webopedia.com/TERM/L/loop.html">loops</a>, <a href="http://www.webopedia.com/TERM/v/variable.html">variables</a>, <a href="http://webopedia.com/TERM/C/conditional.html">conditional expressions</a>, <a href="http://webopedia.com/TERM/a/array.html">arrays</a>, and <a href="http://webopedia.com/TERM/f/function.html">functions</a>.  That should be enough background to enable you to tackle the next tutorials.<br />
<br />
<hr />
In order to learn PHP (and MySQL), you&#8217;ll need access to a server that can run PHP programs.  If you have access to a web host, great, but that does require lots of FTP&#8217;ing code back and forth, which can be cumbersome.  It would be better if you hosted this on your local machine so you could play with code all you want without having to deal with FTP.  Luckily, all these things are free, so there&#8217;s no reason not to install it on your own computer at home (and yes, you can do this on Windows quite easily).<br />
<br />&nbsp;</p>
<h2>Installing Apache/MySQL/PHP on Windows using XAMPP</h2>
<p><a href="http://www.apachefriends.org/en/xampp.html">Download XAMPP</a> (extract &amp; read the readme file first)<br />
<a href="http://www.apachefriends.org/en/faq-xampp.html">XAMPP FAQs</a> (read the FAQs as well)<br />
<br />
<hr />
Now you&#8217;re ready to start learning PHP.  The resources listed below are listed in order of preference for newbies just learning.  Study the first one listed, then move on to the next, and on down the line.<br />
<br />&nbsp;</p>
<h2>PHP Tutorials For Beginners</h2>
<p><a href="http://www.webmonkey.com/tutorial/PHP_Tutorial_for_Beginners">WebMonkey&#8217;s PHP Tutorial for Beginners</a><br />
<a href="http://www.w3schools.com/php">w3schools PHP Tutorial</a><br />
<a href="http://devzone.zend.com/node/view/id/627">Devzone&#8217;s PHP 101: PHP For the Absolute Beginner</a><br />
<a href="http://www.homeandlearn.co.uk/php/php.html">Beginners PHP Tutorials</a></p>
<p>Once you get through those tutorials, you&#8217;ll want to bookmark and keep the official PHP manual handy:</p>
<p><a href="http://php.net/manual/en">PHP manual</a></p>
<p>
<hr /></p>
<p>Because MySQL often goes hand-in-hand with PHP, you may as well brush up on it as well.<br />
<br />&nbsp;</p>
<h2>MySQL Beginner Tutorial</h2>
<p><a href="http://www.combined-minds.net/tutorials/29/An_introduction_to_MySQL_databases_in_PHP">Intro to MySQL databases in PHP</a><br />
<br />&nbsp;</p>
<h2>PHP MySQL functions</h2>
<p><a href="http://us2.php.net/mysql">PHP / MySQL function documentation</a><br />
<br />&nbsp;</p>
<h2>Official MySQL manuals</h2>
<p> (use whichever version your server is running)<br />
<a href="http://dev.mysql.com/doc/refman/4.1/en/index.html">MySQL v3.23/4.0/4.1</a><br />
<a href="http://dev.mysql.com/doc/refman/5.0/en/index.html">MySQL v5.0</a><br />
<a href="http://dev.mysql.com/doc/refman/5.1/en/index.html">MySQL v5.1</a><br />
<a href="http://dev.mysql.com/doc/refman/6.0/en/index.html">MySQL v6.0</a><br />
<br />
<hr />
Finally, once you&#8217;ve gotten a good introduction, you&#8217;re ready to dig deeper.  At this point, I recommend purchasing a book or two to enable you to really immerse yourself.  By this time, you&#8217;ll be ready for it.  Here are a few that should be perfect.</p>
<p><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab" id="Player_483dae3b-3197-4bdb-ae71-eec66caae2ad"  WIDTH="500px" HEIGHT="175px"> <PARAM NAME="movie" VALUE="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&#038;MarketPlace=US&#038;ID=V20070822%2FUS%2Fchevysilve-20%2F8003%2F483dae3b-3197-4bdb-ae71-eec66caae2ad&#038;Operation=GetDisplayTemplate"><PARAM NAME="quality" VALUE="high"><PARAM NAME="bgcolor" VALUE="#FFFFFF"><PARAM NAME="allowscriptaccess" VALUE="always"><embed src="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&#038;MarketPlace=US&#038;ID=V20070822%2FUS%2Fchevysilve-20%2F8003%2F483dae3b-3197-4bdb-ae71-eec66caae2ad&#038;Operation=GetDisplayTemplate" id="Player_483dae3b-3197-4bdb-ae71-eec66caae2ad" quality="high" bgcolor="#ffffff" name="Player_483dae3b-3197-4bdb-ae71-eec66caae2ad" allowscriptaccess="always"  type="application/x-shockwave-flash" align="middle" height="175px" width="500px"></embed></OBJECT> <NOSCRIPT><A HREF="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&#038;MarketPlace=US&#038;ID=V20070822%2FUS%2Fchevysilve-20%2F8003%2F483dae3b-3197-4bdb-ae71-eec66caae2ad&#038;Operation=NoScript">Amazon.com Widgets</A></NOSCRIPT></p>
<p>&copy;2010 <a href="http://www.webchicklet.com">WebChicklet | Just a Geek Girl</a>. All Rights Reserved.</p>.

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.webchicklet.com/web-development/learning-php-beginner-tutorials/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
