<?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>JortK.nl &#187; php</title>
	<atom:link href="http://www.jortk.nl/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jortk.nl</link>
	<description>Mind farts of a crappy coder!</description>
	<lastBuildDate>Thu, 29 Jul 2010 08:21:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to use PHP to resize images</title>
		<link>http://www.jortk.nl/2010/03/how-to-use-php-to-resize-images/</link>
		<comments>http://www.jortk.nl/2010/03/how-to-use-php-to-resize-images/#comments</comments>
		<pubDate>Sat, 20 Mar 2010 13:43:04 +0000</pubDate>
		<dc:creator>JortK</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.jortk.nl/?p=1686</guid>
		<description><![CDATA[Ever wanted an all purpose, easy to use method of resizing your images in PHP? Well that’s what PHP classes are for – reusable pieces of functionality that we call to do the dirty work behind the scenes. We’re going to learn how to create our own class that will be well constructed, as well [...]


Related posts:<ol><li><a href='http://www.jortk.nl/2010/03/upload-images-without-problems-using-jquery/' rel='bookmark' title='Permanent Link: Upload images without problems using jQuery!'>Upload images without problems using jQuery!</a> <small>Using a little bit of jQuery we can upload images...</small></li>
<li><a href='http://www.jortk.nl/2010/01/useful-php-and-mysql-articles-to-improve-your-development-skills/' rel='bookmark' title='Permanent Link: Useful PHP and MySQL articles to improve your development skills!'>Useful PHP and MySQL articles to improve your development skills!</a> <small>CakePHP Authsome Authentication for people who hate the AuthComponent. Triggering...</small></li>
<li><a href='http://www.jortk.nl/2010/03/create-a-dropdown-menu-using-jquery/' rel='bookmark' title='Permanent Link: Create a dropdown menu using jQuery!'>Create a dropdown menu using jQuery!</a> <small>So this tutorial is how to create a simple drop...</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[<p>Ever wanted an all purpose, easy to use method of resizing your images in PHP? Well that’s what PHP classes are for – reusable pieces of functionality that we call to do the dirty work behind the scenes. We’re going to learn how to create our own class that will be well constructed, as well as expandable. Resizing should be easy. How easy? How about three steps!</p>
<p><span id="more-1686"></span></p>
<p><a title="Resize your images using PHP" href="http://net.tutsplus.com/tutorials/php/image-resizing-made-easy-with-php" target="_blank">Read the complete tutorial!</a></p>


<p>Related posts:<ol><li><a href='http://www.jortk.nl/2010/03/upload-images-without-problems-using-jquery/' rel='bookmark' title='Permanent Link: Upload images without problems using jQuery!'>Upload images without problems using jQuery!</a> <small>Using a little bit of jQuery we can upload images...</small></li>
<li><a href='http://www.jortk.nl/2010/01/useful-php-and-mysql-articles-to-improve-your-development-skills/' rel='bookmark' title='Permanent Link: Useful PHP and MySQL articles to improve your development skills!'>Useful PHP and MySQL articles to improve your development skills!</a> <small>CakePHP Authsome Authentication for people who hate the AuthComponent. Triggering...</small></li>
<li><a href='http://www.jortk.nl/2010/03/create-a-dropdown-menu-using-jquery/' rel='bookmark' title='Permanent Link: Create a dropdown menu using jQuery!'>Create a dropdown menu using jQuery!</a> <small>So this tutorial is how to create a simple drop...</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.jortk.nl/2010/03/how-to-use-php-to-resize-images/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Five years of Google Code</title>
		<link>http://www.jortk.nl/2010/03/five-years-of-google-code/</link>
		<comments>http://www.jortk.nl/2010/03/five-years-of-google-code/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 17:57:17 +0000</pubDate>
		<dc:creator>JortK</dc:creator>
				<category><![CDATA[google]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.jortk.nl/?p=1635</guid>
		<description><![CDATA[At age five most kids can hop, skip and tie their shoes without help. Google Code turns five this week, and while we’re still working on the shoelaces thing, we’ve grown from a simple site for hosting a couple of APIs into a destination for developers to prototype their ideas in a Code Playground, host [...]


Related posts:<ol><li><a href='http://www.jortk.nl/2010/01/authsub-adds-support-for-actionscript/' rel='bookmark' title='Permanent Link: AuthSub Adds Support for ActionScript'>AuthSub Adds Support for ActionScript</a> <small>Today, we are happy to announce the launch of AuthSub...</small></li>
<li><a href='http://www.jortk.nl/2010/02/troubleshooting-your-adsense-code/' rel='bookmark' title='Permanent Link: Troubleshooting your Adsense Code'>Troubleshooting your Adsense Code</a> <small>Today, we&#8217;re beginning a troubleshooting series to help you diagnose...</small></li>
<li><a href='http://www.jortk.nl/2009/12/load-jquery-from-google-code-for-caching/' rel='bookmark' title='Permanent Link: Load jQuery from Google Code for caching!'>Load jQuery from Google Code for caching!</a> <small>Why use your own copy of jQuery, use the one...</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[<p>At age five most kids can hop, skip and tie their shoes without help. <a href="http://code.google.com/">Google Code</a> turns five this week, and while we’re still working on the shoelaces thing, we’ve grown from a simple site for hosting a couple of APIs into a destination for developers to prototype their ideas in a <a href="http://code.google.com/apis/ajax/playground/">Code Playground</a>, host all kinds of <a href="http://code.google.com/hosting/">open source projects</a> and find out about our growing family of <a href="http://code.google.com/more/">APIs</a> and products like <a href="http://code.google.com/appengine/">App Engine</a>, <a href="http://code.google.com/webtoolkit/">Google Web Toolkit</a> and <a href="http://developer.android.com/index.html">Android</a>.</p>
<p>To learn more about how <a href="http://code.google.com/">code.google.com</a> has come alive over the past five years, check out our post on the <a href="http://googlecode.blogspot.com/2010/03/happy-5th-birthday-google-code.html">Google Code Blog</a>.</p>
<p>From: <a title="Source of this article" href="http://googleblog.blogspot.com/2010/03/google-code-turns-five.html" target="_blank">The Google Blog</a></p>


<p>Related posts:<ol><li><a href='http://www.jortk.nl/2010/01/authsub-adds-support-for-actionscript/' rel='bookmark' title='Permanent Link: AuthSub Adds Support for ActionScript'>AuthSub Adds Support for ActionScript</a> <small>Today, we are happy to announce the launch of AuthSub...</small></li>
<li><a href='http://www.jortk.nl/2010/02/troubleshooting-your-adsense-code/' rel='bookmark' title='Permanent Link: Troubleshooting your Adsense Code'>Troubleshooting your Adsense Code</a> <small>Today, we&#8217;re beginning a troubleshooting series to help you diagnose...</small></li>
<li><a href='http://www.jortk.nl/2009/12/load-jquery-from-google-code-for-caching/' rel='bookmark' title='Permanent Link: Load jQuery from Google Code for caching!'>Load jQuery from Google Code for caching!</a> <small>Why use your own copy of jQuery, use the one...</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.jortk.nl/2010/03/five-years-of-google-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use PHP to connect to the Twitter API using OAuth</title>
		<link>http://www.jortk.nl/2010/03/use-php-to-connect-to-the-twitter-api-using-oauth/</link>
		<comments>http://www.jortk.nl/2010/03/use-php-to-connect-to-the-twitter-api-using-oauth/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 20:48:50 +0000</pubDate>
		<dc:creator>JortK</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[oauth]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.jortk.nl/?p=1541</guid>
		<description><![CDATA[In this post I want to explain how to store twitter oauth_token and secret values in to database and how to update status with your own web application. Click here to see the complete article. Related posts:Some cool PHP classes to make a developers life easier! I’ve collected some great PHP classes which could really [...]


Related posts:<ol><li><a href='http://www.jortk.nl/2009/10/some-cool-php-classes-to-make-a-developers-life-easier/' rel='bookmark' title='Permanent Link: Some cool PHP classes to make a developers life easier!'>Some cool PHP classes to make a developers life easier!</a> <small>I’ve collected some great PHP classes which could really help...</small></li>
<li><a href='http://www.jortk.nl/2009/12/new-features-google-friend-connect-for-twitter-users/' rel='bookmark' title='Permanent Link: New features Google Friend Connect for Twitter users'>New features Google Friend Connect for Twitter users</a> <small>...</small></li>
<li><a href='http://www.jortk.nl/2009/08/5-cool-twitter-articles-to-read/' rel='bookmark' title='Permanent Link: 5 Cool Twitter articles to read'>5 Cool Twitter articles to read</a> <small>I&#8217;ve dugg up some cool articles from the Internet about...</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[<p>In this post I want to explain how to store twitter oauth_token and secret values in to database and how to update status with your own web application.</p>
<p><a title="Source of this article" href="http://www.9lessons.info/2010/02/connect-twitter-api-with-oauth-using.html" target="_blank">Click here to see the complete article.</a></p>


<p>Related posts:<ol><li><a href='http://www.jortk.nl/2009/10/some-cool-php-classes-to-make-a-developers-life-easier/' rel='bookmark' title='Permanent Link: Some cool PHP classes to make a developers life easier!'>Some cool PHP classes to make a developers life easier!</a> <small>I’ve collected some great PHP classes which could really help...</small></li>
<li><a href='http://www.jortk.nl/2009/12/new-features-google-friend-connect-for-twitter-users/' rel='bookmark' title='Permanent Link: New features Google Friend Connect for Twitter users'>New features Google Friend Connect for Twitter users</a> <small>...</small></li>
<li><a href='http://www.jortk.nl/2009/08/5-cool-twitter-articles-to-read/' rel='bookmark' title='Permanent Link: 5 Cool Twitter articles to read'>5 Cool Twitter articles to read</a> <small>I&#8217;ve dugg up some cool articles from the Internet about...</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.jortk.nl/2010/03/use-php-to-connect-to-the-twitter-api-using-oauth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>15 essential PHP and MySQL tutorials!</title>
		<link>http://www.jortk.nl/2010/03/15-essential-php-and-mysql-tutorials/</link>
		<comments>http://www.jortk.nl/2010/03/15-essential-php-and-mysql-tutorials/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 14:08:32 +0000</pubDate>
		<dc:creator>JortK</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[markers]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://www.jortk.nl/?p=1480</guid>
		<description><![CDATA[Showing Google Maps with many markers in PHP Sometimes you need to display Google Maps with a large number of markers. However, adding too many markers makes the map page load too slow. This article explains how you can use marker cluster feature of the forms map location plug-in to cluster large numbers of markers [...]


Related posts:<ol><li><a href='http://www.jortk.nl/2010/01/the-reason-why-swapping-is-bad-for-mysql-performance/' rel='bookmark' title='Permanent Link: The reason why swapping is bad for MySQL performance'>The reason why swapping is bad for MySQL performance</a> <small>So you get MySQL or other applications using too much...</small></li>
<li><a href='http://www.jortk.nl/2009/11/the-20-best-practices-when-using-mysql/' rel='bookmark' title='Permanent Link: The 20 best practices when using MySQL'>The 20 best practices when using MySQL</a> <small>Just came across this great article with 20 best practices...</small></li>
<li><a href='http://www.jortk.nl/2010/02/attention-all-mysql-data-warehouse-users/' rel='bookmark' title='Permanent Link: Attention all MySQL Data warehouse users!'>Attention all MySQL Data warehouse users!</a> <small>One aspect of my positions with Calpont, MySQL, and other...</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[<p><a title="PHP tutorial on Google Maps" href="http://www.phpclasses.org/blog/package/1/post/7-Showing-Google-Maps-with-many-markers-in-PHP.html" target="_blank">Showing Google Maps with many markers in PHP</a><br />
Sometimes you need to display Google Maps with a large number of markers. However, adding too many markers makes the map page load too slow. This article explains how you can use marker cluster feature of the forms map location plug-in to cluster large numbers of markers to make the page load much faster.</p>
<p><a title="PHP Beginner tricks" href="http://webhostinghelpguy.inmotionhosting.com/udm" target="_blank">PHP Tricks For Beginners</a><br />
In the Web 2.0 era, sites are all about the user – where they’re from, what they like, what they ate for breakfast. This means the best sites now include content tailored to users, and one way to do that is through the use of PHP. These simple tricks won&#8217;t set the world on fire, but they&#8217;re a peek into the possibilities of PHP.</p>
<p><a title="Use WPF to create images" href="http://geekswithblogs.net/tkokke/archive/2009/06/01/image-generation-in-php-using-wpf.aspx" target="_blank">Image generation in PHP using WPF</a><br />
hp provides a number of graphical functions, but none is capable of creating rounded corners an gradients with ease. Everything has to be done by hand. WPF on the other hand uses xaml which supports everything you can think of in modern vector graphics design. Using a .NET assembly that takes a string of xaml and returns a PNG image would be the best in this case.</p>
<p><a title="PHP - cUrl" href="http://codestips.com/php-multithreading-using-curl/" target="_blank">PHP multithreading using cURL</a><br />
If you wanna get some information from servers using the protocols like http or ftp in PHP you can use cURL to do multithreading. Multithreading is a term used when we do more jobs in parallel. First I assume you know what cURL is and what you can it. If you are new to cURL, you can check one of my article on posting data with cURL , it will give you a brief intro to cURL.</p>
<p><a title="How to do TinyURL with PHP" href="http://davidwalsh.name/create-tiny-url-php" target="_blank">Create a TinyURL with PHP</a><br />
TinyURL is an awesome service. For those who don’t know what TinyURL is, TinyURL allows you to take a long URL like “http://davidwalsh.name/jquery-link-nudging” and turn it into “http://tinyurl.com/67c4se”. Using the PHP and TinyURL API, you can create these tiny URLs on the fly!</p>
<p><a title="Error suppresion in PHP" href="http://vega.rd.no/article/php-performance-error-suppression" target="_blank">PHP performance: error suppression</a><br />
A common misconception in the PHP community is that the @ operator is slow. It&#8217;s not. The real culprit is the generated error itself.</p>
<p><a title="Flex and PHP" href="http://ria.dzone.com/articles/php-and-flex-sockets" target="_blank">Communicating with Flex and PHP over Sockets </a><br />
There are a number of ways to communicate between Flex and PHP but one of the more interesting is over sockets. Socket communication lets developers create near real-time communication by pushing information directly to the client. In this article you&#8217;ll see the basics of how to use PHP as the socket server and connect it to a Flex application.</p>
<p><a title="How to calculate prime numbers with PHP" href="http://www.tellingmachine.com/post/Two-ways-to-test-for-prime-numbers-in-PHP-Sieve-and-File.aspx" target="_blank">Two ways to test for prime numbers in PHP: Sieve and File</a><br />
n PHP is really no ideal way to test large integers and determine whether they are prime numbers or not. The most popular algorithm for finding prime numbers is a memory and resource hog. It is called The Sieve of Eratosthenes. Besides the Sieve I also implemented a prime number test by initializing an array of prime numbers from a file that contains the first 100,000 prime numbers. This is of course much faster, but would require files that contain all prime numbers up to a specific large number. The files of course could be partitioned, which would also increase performance.</p>
<p><a title="Performance of the PHP compiler" href="http://www.phpclasses.org/blog/post/117-PHP-compiler-performance.html" target="_blank">PHP compiler performance</a><br />
With the release of Facebook HipHop PHP compiler, the matters of performance of PHP compilers and runtime engines gained special relevance. This article presents a performance comparison of between different PHP compilers and runtime PHP execution engines, so we can evaluate what is the best solution that can be used in different PHP environments.</p>
<p><a title="Source of this article" href="http://www.lightcubesolutions.com/blog/?p=209" target="_blank">MongoDB and PHP – A Quick Look at GridFS</a><br />
About 2 months ago we (LightCube Solutions) decided to install and mess around with MongoDB. We went from messing around to serious adoption about 2 weeks ago when we realized the power of working with it and PHP. It was Mitch Pirtle that first pointed us in this direction. Mitch was very enthusiastic about Mongo as he explained the great potential. Yet, it was only until I added an array of data from PHP into Mongo that my eyes started to open up.</p>
<p><a title="Optimize your SQL" href="http://pirringers.com/mysqlblog/?p=32" target="_blank">Converting and optimizing SQL Statements</a><br />
Now it became time to conveert some SQL statements. Even though many SELECT SQL statements will run unchanged in MYSQL it might be wise to check and see if they are performing well. There are some differences in how VFP and MYSQL optimize queries and a query that just performs great in VFP might be very slow in MYSQL. And then there are some cases where we have to replace things that are possible in VFP but not supported in MYSQL.</p>
<p><a title="Link to this MySQL tutorial" href="http://www.onlinehungama.com/2009/03/08/mysql-tutorial-create-table-in-database/" target="_blank">Mysql Tutorial – create table in database</a><br />
If you are a learner (new) in PHP / Mysql and don’t know how to create table in Mysql database from php file than Here is the easiest and error-free way to create table in Mysql database. see more with an example..</p>
<p><a title="Learn regexp" href="http://www.webdeveloperjuice.com/2010/03/08/8-basics-of-regular-expression-that-can-make-you-expert/" target="_blank">8 basics of regular expression that can make you expert</a><br />
Well, regular expressions have been something that I was scared of when I started coding as a serious stuff</p>
<p><a title="All About PHP Frameworks" href="http://www.phpbuilder.com/columns/Jason_Gilmore022510.php3" target="_blank">Five Fabulous PHP Frameworks<br />
</a>Today&#8217;s web developer must be well-equipped in order to fully harness the enormous horsepower and features at his disposal, not to mention satisfy the tastes of an increasingly finicky user. While taking advantage of a powerful development environment such as NetBeans or PDT certainly helps, it&#8217;s also imperative to embrace sound practices that ensure high quality, testable code written with a minimum investment of time and effort.</p>
<p><a title="Source of this article" href="http://www.phpdeveloper.org/news/14140" target="_blank">What&#8217;s the Right Way to Prevent SQL Injection in PHP Scripts? </a><br />
How to prevent SQL injection in PHP scripts is probably a topic that doesn&#8217;t need anything more written about it.</p>


<p>Related posts:<ol><li><a href='http://www.jortk.nl/2010/01/the-reason-why-swapping-is-bad-for-mysql-performance/' rel='bookmark' title='Permanent Link: The reason why swapping is bad for MySQL performance'>The reason why swapping is bad for MySQL performance</a> <small>So you get MySQL or other applications using too much...</small></li>
<li><a href='http://www.jortk.nl/2009/11/the-20-best-practices-when-using-mysql/' rel='bookmark' title='Permanent Link: The 20 best practices when using MySQL'>The 20 best practices when using MySQL</a> <small>Just came across this great article with 20 best practices...</small></li>
<li><a href='http://www.jortk.nl/2010/02/attention-all-mysql-data-warehouse-users/' rel='bookmark' title='Permanent Link: Attention all MySQL Data warehouse users!'>Attention all MySQL Data warehouse users!</a> <small>One aspect of my positions with Calpont, MySQL, and other...</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.jortk.nl/2010/03/15-essential-php-and-mysql-tutorials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Date and Time functions &#8211; Tips and Tricks</title>
		<link>http://www.jortk.nl/2010/02/php-date-and-time-functions-tips-and-tricks/</link>
		<comments>http://www.jortk.nl/2010/02/php-date-and-time-functions-tips-and-tricks/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 09:27:07 +0000</pubDate>
		<dc:creator>JortK</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[time]]></category>

		<guid isPermaLink="false">http://www.jortk.nl/?p=1325</guid>
		<description><![CDATA[Here are some little tricks that might be useful to you if you’re working with dates and times in PHP: A &#8220;Unix timestamp&#8221; or &#8220;epoch&#8221; refers to the number of seconds since 1970-01-01 00:00:00 UTC. (i.e. a point in time in one specific timezone.) A Unix timestamp is never timezone-specific; if you call time() at [...]


Related posts:<ol><li><a href='http://www.jortk.nl/2010/02/more-great-and-useful-google-buzz-tips-and-tricks/' rel='bookmark' title='Permanent Link: More great and useful Google Buzz tips and tricks!'>More great and useful Google Buzz tips and tricks!</a> <small>1. Post by email. You can post buzz by emailing...</small></li>
<li><a href='http://www.jortk.nl/2010/04/the-newest-google-buzz-tips-and-tricks/' rel='bookmark' title='Permanent Link: The newest Google Buzz tips and tricks!'>The newest Google Buzz tips and tricks!</a> <small>We&#8217;ve been constantly updating Google Buzz, adding features that you&#8217;ve...</small></li>
<li><a href='http://www.jortk.nl/2010/02/tips-for-better-google-buzz-use/' rel='bookmark' title='Permanent Link: Tips for better Google Buzz use'>Tips for better Google Buzz use</a> <small>Here are some tips that help you use Google Buzz...</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[<p>Here are some little tricks that might be useful to you if you’re working with dates and times in PHP:</p>
<ul>
<li>A &#8220;Unix timestamp&#8221; or &#8220;epoch&#8221; refers to the number of seconds since 1970-01-01 00:00:00 UTC. (i.e. a point in time in one specific timezone.) A Unix timestamp is <em>never</em> timezone-specific; if you call <code>time()</code> at the same moment on computers in different time zones, you get exactly the same value back.</li>
<li><a href="http://php.net/mktime" target="_blank"><code>mktime</code></a>/<a href="http://php.net/gmmktime" target="_blank"><code>gmmktime</code></a> – Passed a number of arguments (day, month, year, etc.), returns a Unix timestamp. <code>mktime</code> interprets its arguments as representing a local time, whilst <code>gmmktime</code> interprets its arguments as a time in the time zone UTC. (That is, given the same input <code>gmmktime</code> returns the same results everywhere; <code>mktime</code> returns timezone-specific results.) Note that in this case, the <code>gm-</code> prefix affects how the <em>input</em> is interpreted.</li>
<li><a href="http://php.net/strftime" target="_blank"><code>strftime</code></a>/<a href="http://php.net/gmstrftime" target="_blank"><code>gmstrftime</code></a> – Passed a Unix timestamp and format string, and returns a string. In <code>strftime</code>&#8216;s case, the string is the time according to the current timezone, whilst <code>gmstrftime</code> returns the time in the UTC timezone. (Given the same input, <code>gmstrftime</code> returns the same time in all timezones (though not necessarily the same string–the actual string may be different if the locale is different) whilst <code>strftime</code> returns timezone-specific results.) Note that in this case, the <code>gm-</code> prefix affects the <em>output</em> string.</li>
<li><a href="http://php.net/strptime" target="_blank"><code>strptime</code></a> – Inverse of <code>strftime</code>/<code>gmstrftime</code>: passed a time string and a format string, and returns an array representing the local time. (This not a great return value; it would have been better to return a Unix timestamp.) The time string is interpreted as a local time; there is no <code>gm-</code> equivalent, or even any way to simulate one, since it ignores the value of <a href="http://php.net/date_default_timezone_set" target="_blank"><code>date_default_timezone_set</code></a>. Note that you can impose a timezone on the input string if it contains a timezone abbreviation or offset (e.g. <code>Sun 26 Apr 2009 21:50:35 BST</code>) which the format string reads with <code>%z</code> or <code>%Z</code>.</li>
<li><a href="http://php.net/date" target="_blank"><code>date</code></a>/<a href="http://php.net/gmdate" target="_blank"><code>gmdate</code></a> – Passed a Unix timestamp and a format string, returns a string. As with <code>strftime</code>/<code>gmstrftime</code>, the <code>gm-</code> prefix affects whether the result is a representation of the time in the current timezone or in the UTC timezone. Note that the format string is completely different to that of <code>strftime</code>/<code>gmstrftime</code>! (One reason to use this set of functions is for the useful <a href="http://php.net/manual/en/class.datetime.php#datetime.constants.types" target="_blank">date format constants</a>.) There is no inverse of this function.</li>
<li><a href="http://php.net/strtotime" target="_blank"><code>strtotime</code></a> – Passed a string in &#8220;US English date format&#8221;, and returns a Unix timestamp. Note that there is no way to override the US date format! <code>strtotime ("03/04/2008")</code> is the 4th of March 2008. Note that this function will parse relative times, like <code>tomorrow</code> and <code>next monday</code>; this is about the only reason to use it.</li>
<li>How does PHP know what your current timezone is? It tries a few different places, including the <code>TZ</code> environment variable and the <code>date.timezone</code> ini option. (See <a href="http://php.net/date_default_timezone_get" target="_blank"><code>date_default_timezone_get</code></a> for more information.)</li>
</ul>
<p>Thanks to: <a title="Source of this article" href="http://techportal.ibuildings.com/2010/01/26/tips-for-php-date-and-time-functions/" target="_blank">iBuildings</a></p>


<p>Related posts:<ol><li><a href='http://www.jortk.nl/2010/02/more-great-and-useful-google-buzz-tips-and-tricks/' rel='bookmark' title='Permanent Link: More great and useful Google Buzz tips and tricks!'>More great and useful Google Buzz tips and tricks!</a> <small>1. Post by email. You can post buzz by emailing...</small></li>
<li><a href='http://www.jortk.nl/2010/04/the-newest-google-buzz-tips-and-tricks/' rel='bookmark' title='Permanent Link: The newest Google Buzz tips and tricks!'>The newest Google Buzz tips and tricks!</a> <small>We&#8217;ve been constantly updating Google Buzz, adding features that you&#8217;ve...</small></li>
<li><a href='http://www.jortk.nl/2010/02/tips-for-better-google-buzz-use/' rel='bookmark' title='Permanent Link: Tips for better Google Buzz use'>Tips for better Google Buzz use</a> <small>Here are some tips that help you use Google Buzz...</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.jortk.nl/2010/02/php-date-and-time-functions-tips-and-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP classes which can make a developers life easier!</title>
		<link>http://www.jortk.nl/2010/02/php-classes-which-can-make-a-developers-life-easier/</link>
		<comments>http://www.jortk.nl/2010/02/php-classes-which-can-make-a-developers-life-easier/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 08:58:45 +0000</pubDate>
		<dc:creator>JortK</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[socket]]></category>
		<category><![CDATA[word]]></category>

		<guid isPermaLink="false">http://www.jortk.nl/?p=1259</guid>
		<description><![CDATA[Here is a list of useful PHP classes you can use in your PHP projects. MS Word And Excel This class can be used to serve Word and Excel files as HTML. It can generate HTML output with content type headers that identify it as Microsoft Word or Excel files. Script Alone This class can [...]


Related posts:<ol><li><a href='http://www.jortk.nl/2009/10/some-cool-php-classes-to-make-a-developers-life-easier/' rel='bookmark' title='Permanent Link: Some cool PHP classes to make a developers life easier!'>Some cool PHP classes to make a developers life easier!</a> <small>I’ve collected some great PHP classes which could really help...</small></li>
<li><a href='http://www.jortk.nl/2010/01/useful-php-and-mysql-articles-to-improve-your-development-skills/' rel='bookmark' title='Permanent Link: Useful PHP and MySQL articles to improve your development skills!'>Useful PHP and MySQL articles to improve your development skills!</a> <small>CakePHP Authsome Authentication for people who hate the AuthComponent. Triggering...</small></li>
<li><a href='http://www.jortk.nl/2009/12/5-articles-web-developers-must-read/' rel='bookmark' title='Permanent Link: 5 articles web developers must read!'>5 articles web developers must read!</a> <small>6 Amazing CSS Grid Layout Generator For Web Designers online...</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[<p>Here is a list of useful PHP classes you can use in your PHP projects.<span id="more-1259"></span></p>
<p><a title="Serve word and Excel files as HTML" href="http://phpclasses.web4u.cz/browse/package/5974.html" target="_blank">MS Word And Excel</a><br />
This class can be used to serve Word and Excel files as HTML.<br />
It can generate HTML output with content type headers that identify it as Microsoft Word or Excel files.</p>
<p><a title="PHP daemon script" href="http://phpclasses.nlared.com/browse/package/5956.html" target="_blank">Script Alone</a><br />
This class can be used to manage the execution of PHP daemon scripts.<br />
It can store in control file the state of the currently running script.<br />
The class can check that file to see if an instance of the script is already running to prevent that more than one instance of the script is being executed.<br />
It can also check if another control file exists as a flag indicating that another script instructed the current instance to stop and exit.</p>
<p><a title="Access your private variables" href="http://phpclasses.2by2host.com/browse/package/5967.html" target="_blank">Gettable</a><br />
This class can be used to make accessible private and protected variables.<br />
It is an abstract class that provides access to retrieve values of private and protected variables while preventing to change those variables values.<br />
Variables with names that start with an underscore still cannot be accessed from outside the class.</p>
<p><a title="Source of this PHP class" href="http://phpclasses.evecorp.tk/browse/package/5968.html" target="_blank">Simple Pagination Class</a><br />
This class can be used to show links to browse MySQL results split in page.<br />
It takes a MySQL query string and the number of page currently being browsed and generates HTML links to browse the other pages of the query results listing.<br />
The templates of the HTML links and the base link URL are configurable parameters.</p>
<p><a title="Use PHP to communicatie with a FTP Server" href="http://phpclasses.realsauce.com.au/browse/package/5960.html" target="_blank">FTP best Class</a><br />
This class can be used to send and receive files from FTP servers.<br />
It can connect to a given FTP server, upload files to a destination directory, download files to local directory, create directories and sub-directories, change the current directory and list the files in a directory.</p>
<p><a title="Read and write data in files with this class" href="http://phpclasses.fonant.com/browse/package/5953.html" target="_blank">File Helper</a><br />
This class can be used to read and write data in files.</p>


<p>Related posts:<ol><li><a href='http://www.jortk.nl/2009/10/some-cool-php-classes-to-make-a-developers-life-easier/' rel='bookmark' title='Permanent Link: Some cool PHP classes to make a developers life easier!'>Some cool PHP classes to make a developers life easier!</a> <small>I’ve collected some great PHP classes which could really help...</small></li>
<li><a href='http://www.jortk.nl/2010/01/useful-php-and-mysql-articles-to-improve-your-development-skills/' rel='bookmark' title='Permanent Link: Useful PHP and MySQL articles to improve your development skills!'>Useful PHP and MySQL articles to improve your development skills!</a> <small>CakePHP Authsome Authentication for people who hate the AuthComponent. Triggering...</small></li>
<li><a href='http://www.jortk.nl/2009/12/5-articles-web-developers-must-read/' rel='bookmark' title='Permanent Link: 5 articles web developers must read!'>5 articles web developers must read!</a> <small>6 Amazing CSS Grid Layout Generator For Web Designers online...</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.jortk.nl/2010/02/php-classes-which-can-make-a-developers-life-easier/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ruby vs CakePHP</title>
		<link>http://www.jortk.nl/2010/02/ruby-vs-cakephp/</link>
		<comments>http://www.jortk.nl/2010/02/ruby-vs-cakephp/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 14:26:15 +0000</pubDate>
		<dc:creator>JortK</dc:creator>
				<category><![CDATA[Tech news]]></category>
		<category><![CDATA[cakephp]]></category>
		<category><![CDATA[oop]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.jortk.nl/?p=1069</guid>
		<description><![CDATA[No related posts. Related posts brought to you by Yet Another Related Posts Plugin.


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 id="__ss_2874741" style="text-align: left; width: 425px;"><object style="margin: 0px;" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=railsvsphp-100110024905-phpapp01&amp;stripped_title=rails-vs-cakephp" /><param name="allowfullscreen" value="true" /><embed style="margin: 0px;" type="application/x-shockwave-flash" width="425" height="355" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=railsvsphp-100110024905-phpapp01&amp;stripped_title=rails-vs-cakephp" allowscriptaccess="always" allowfullscreen="true"></embed></object></div>


<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.jortk.nl/2010/02/ruby-vs-cakephp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Useful PHP and MySQL articles to improve your development skills!</title>
		<link>http://www.jortk.nl/2010/01/useful-php-and-mysql-articles-to-improve-your-development-skills/</link>
		<comments>http://www.jortk.nl/2010/01/useful-php-and-mysql-articles-to-improve-your-development-skills/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 16:30:05 +0000</pubDate>
		<dc:creator>JortK</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[cakephp]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[design pattern]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[factory method]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[objects]]></category>
		<category><![CDATA[oop]]></category>
		<category><![CDATA[pivot]]></category>
		<category><![CDATA[variables]]></category>

		<guid isPermaLink="false">http://www.jortk.nl/?p=1145</guid>
		<description><![CDATA[CakePHP Authsome Authentication for people who hate the AuthComponent. Triggering Cascading Updates and Deletions with Foreign Key Constraints Cool article how to create cascading updates and deletions on your MySQL database using key constraints. Create Pivot Tables in PHP Tutorial on how you can use PHP to create Pivot Tables. Working in the Method Scope [...]


Related posts:<ol><li><a href='http://www.jortk.nl/2010/01/5-articles-to-improve-your-jquery-skills/' rel='bookmark' title='Permanent Link: 5 articles to improve your jQuery skills!'>5 articles to improve your jQuery skills!</a> <small>jQuery 1.4 API Cheat Sheet Complete cheat sgeet of the...</small></li>
<li><a href='http://www.jortk.nl/2010/02/mysql-caching-techniques/' rel='bookmark' title='Permanent Link: MySQL Caching Techniques'>MySQL Caching Techniques</a> <small>Recently Jay Pipes published great article about lazy connecting and...</small></li>
<li><a href='http://www.jortk.nl/2010/02/23-articles-and-resources-to-improve-your-wordpress-life/' rel='bookmark' title='Permanent Link: 23 articles and resources to improve your WordPress life!'>23 articles and resources to improve your WordPress life!</a> <small>I&#8217;ve collected some cool articles which will give you tips...</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[<p><a title="Coll plugin for CakePHP" href="http://www.debuggable.com/posts/cakephp-authsome-debuggable-s-xmas-gift:4b34b4e6-9ca4-4673-bea6-4776cbdd56cb" target="_blank">CakePHP Authsome</a><br />
Authentication for people who hate the AuthComponent.<span id="more-1145"></span></p>
<p><a title="MySQL tutorial on cascading deletes and updates" href="http://www.devshed.com/c/a/PHP/Triggering-Cascading-Updates-and-Deletions-with-Foreign-Key-Constraints/" target="_blank">Triggering Cascading Updates and Deletions with Foreign Key Constraints </a><br />
Cool article how to create cascading updates and deletions on your MySQL database using key constraints.</p>
<p><a title="How to create pivot tables using PHP" href="http://gonzalo123.wordpress.com/2010/01/24/pivot-tables-in-php/" target="_blank">Create Pivot Tables in PHP</a><br />
Tutorial on how you can use PHP to create Pivot Tables.</p>
<p><a title="How to use Method Scope in PHP" href="http://www.devshed.com/c/a/PHP/Working-in-the-Method-Scope-with-Static-Variables-in-PHP-5-Classes/" target="_blank">Working in the Method Scope with Static Variables in PHP 5 Classes </a><br />
Despite their name, static properties can help in a wide variety of situations. If you&#8217;re not using them currently, and you regularly implement design patterns in your code, after reading this series you&#8217;ll wonder how you ever did without them.</p>
<p><a title="Article on all bad pratices on PHP" href="http://www.sellmix.com/blog/php/php-mistakes-bad-practices-no-nos/" target="_blank">PHP mistakes, misconceptions, bad practices and blatant no nos.</a><br />
Go to any PHP help forum and you’ll be sure to see many bad practises, innocent misconceptions and blatant no nos. None of us are perfect and none of us started off writing great code. We have all had that moment where we looked back on a script that we wrote years ago and thought “what the hell was I thinking?”. But it is a process. You make mistakes, you learn from those mistakes and then you move on.</p>
<p><a title="Artcile on the Composite PHP pattern" href="http://giorgiosironi.blogspot.com/2010/01/practical-php-patterns-composite.html" target="_blank">Practical Php Patterns: Composite</a><br />
One of the most important structural patterns is the Composite one: its goal is managing a hierarchy of objects where both leaf objects and composition of other objects conform to a common interface. This hierarchy is usually constituted by part-whole relationships (often composition in the strict sense or aggregation), and it can be viewed as a tree.</p>
<p><a title="Tutorial on relations" href="http://giorgiosironi.blogspot.com/2010/01/relationships-between-objects.html" target="_blank">Relationships between objects</a><br />
Clear article where relationships between objects are explained.</p>
<p><a title="Tutorial on how to implement factory methods in PHP 5" href="http://www.devshed.com/c/a/PHP/Implementing-Factory-Methods-in-PHP-5/" target="_blank">Implementing Factory Methods in PHP 5</a><br />
If you’ve ever developed desktop applications using mature object-oriented languages like C++ and Java, then it’s possible that you’ve found yourself saying a few funny phrases such as “I need to implement a factory method within this class,” or in the worst case: “this class needs to implement a factory method, but I don’t have a single clue about how to do that.” Surprisingly, you can implement these factory methods pretty quickly and easily in PHP 5.</p>


<p>Related posts:<ol><li><a href='http://www.jortk.nl/2010/01/5-articles-to-improve-your-jquery-skills/' rel='bookmark' title='Permanent Link: 5 articles to improve your jQuery skills!'>5 articles to improve your jQuery skills!</a> <small>jQuery 1.4 API Cheat Sheet Complete cheat sgeet of the...</small></li>
<li><a href='http://www.jortk.nl/2010/02/mysql-caching-techniques/' rel='bookmark' title='Permanent Link: MySQL Caching Techniques'>MySQL Caching Techniques</a> <small>Recently Jay Pipes published great article about lazy connecting and...</small></li>
<li><a href='http://www.jortk.nl/2010/02/23-articles-and-resources-to-improve-your-wordpress-life/' rel='bookmark' title='Permanent Link: 23 articles and resources to improve your WordPress life!'>23 articles and resources to improve your WordPress life!</a> <small>I&#8217;ve collected some cool articles which will give you tips...</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.jortk.nl/2010/01/useful-php-and-mysql-articles-to-improve-your-development-skills/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>5 articles to improve your jQuery skills!</title>
		<link>http://www.jortk.nl/2010/01/5-articles-to-improve-your-jquery-skills/</link>
		<comments>http://www.jortk.nl/2010/01/5-articles-to-improve-your-jquery-skills/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 01:03:27 +0000</pubDate>
		<dc:creator>JortK</dc:creator>
				<category><![CDATA[Tech news]]></category>
		<category><![CDATA[cheat sheet]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[drop down menu]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.jortk.nl/?p=1101</guid>
		<description><![CDATA[jQuery 1.4 API Cheat Sheet Complete cheat sgeet of the jQuery API, also in PDF and PNG format! Create Sticky Notes with jQuery Cool tutorial on how to make a Sticky Notes with jQuery! 10 ways to animate your hyperlinks using jQuery Make the animation of your hyperlinks sexier using jQuery! 37 great jQuery plugins [...]


Related posts:<ol><li><a href='http://www.jortk.nl/2009/12/6-must-read-articles-for-web-developers/' rel='bookmark' title='Permanent Link: 6 must read articles for web developers!'>6 must read articles for web developers!</a> <small>50+ Online CSS Tools for Web Developers and Designers 7...</small></li>
<li><a href='http://www.jortk.nl/2009/12/load-jquery-from-google-code-for-caching/' rel='bookmark' title='Permanent Link: Load jQuery from Google Code for caching!'>Load jQuery from Google Code for caching!</a> <small>Why use your own copy of jQuery, use the one...</small></li>
<li><a href='http://www.jortk.nl/2009/08/free-css-3-cheat-sheet-download/' rel='bookmark' title='Permanent Link: Free CSS 3 Cheat Sheet &#8211; Download!'>Free CSS 3 Cheat Sheet &#8211; Download!</a> <small>The guys at Smashing Magazine have released a very handy...</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[<p><a title="jQuery cheat sheet" href="http://futurecolors.ru/jquery/" target="_blank">jQuery 1.4 API Cheat Sheet</a><br />
Complete cheat sgeet of the jQuery API, also in PDF and PNG format!</p>
<p><a title="Create Sticky Notes with PHP and jQuery" href="http://tutorialzine.com/2010/01/sticky-notes-ajax-php-jquery/" target="_blank">Create Sticky Notes with jQuery</a><br />
Cool tutorial on how to make a Sticky Notes with jQuery!</p>
<p><a title="Animate your hyperlinks" href="http://www.net-kit.com/10-ways-to-animate-your-links/" target="_blank">10 ways to animate your hyperlinks using jQuery</a><br />
Make the animation of your hyperlinks sexier using jQuery!</p>
<p><a title="jQuery plugins collection" href="http://www.noupe.com/ajax/37-more-shocking-jquery-plugins.html" target="_blank">37 great jQuery plugins</a><br />
Great collection of jquery plugins!</p>
<p><a title="Drop down menus using jQuery" href="http://www.noupe.com/tutorial/drop-down-menu-jquery-css.html" target="_blank">Creating a drop down menu with jQuery</a><br />
Create your own drop down menu for your website or application using jQuery.</p>
<p>Have any suggestions? Let me know in the comments! <img src='http://www.jortk.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>


<p>Related posts:<ol><li><a href='http://www.jortk.nl/2009/12/6-must-read-articles-for-web-developers/' rel='bookmark' title='Permanent Link: 6 must read articles for web developers!'>6 must read articles for web developers!</a> <small>50+ Online CSS Tools for Web Developers and Designers 7...</small></li>
<li><a href='http://www.jortk.nl/2009/12/load-jquery-from-google-code-for-caching/' rel='bookmark' title='Permanent Link: Load jQuery from Google Code for caching!'>Load jQuery from Google Code for caching!</a> <small>Why use your own copy of jQuery, use the one...</small></li>
<li><a href='http://www.jortk.nl/2009/08/free-css-3-cheat-sheet-download/' rel='bookmark' title='Permanent Link: Free CSS 3 Cheat Sheet &#8211; Download!'>Free CSS 3 Cheat Sheet &#8211; Download!</a> <small>The guys at Smashing Magazine have released a very handy...</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.jortk.nl/2010/01/5-articles-to-improve-your-jquery-skills/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 articles web developers must read!</title>
		<link>http://www.jortk.nl/2009/12/5-articles-web-developers-must-read/</link>
		<comments>http://www.jortk.nl/2009/12/5-articles-web-developers-must-read/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 10:00:52 +0000</pubDate>
		<dc:creator>JortK</dc:creator>
				<category><![CDATA[Tech news]]></category>
		<category><![CDATA[404]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[grids]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[os]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tabs]]></category>

		<guid isPermaLink="false">http://www.jortk.nl/?p=876</guid>
		<description><![CDATA[6 Amazing CSS Grid Layout Generator For Web Designers online generators have been a lot of help with the work of the designers. As a favicon generator, background generator, button generators and other . In this article I will share information about css grid generator. Previously I’ve shared information about css framework. Enjoy it ! [...]


Related posts:<ol><li><a href='http://www.jortk.nl/2009/12/6-must-read-articles-for-web-developers/' rel='bookmark' title='Permanent Link: 6 must read articles for web developers!'>6 must read articles for web developers!</a> <small>50+ Online CSS Tools for Web Developers and Designers 7...</small></li>
<li><a href='http://www.jortk.nl/2009/08/5-cool-twitter-articles-to-read/' rel='bookmark' title='Permanent Link: 5 Cool Twitter articles to read'>5 Cool Twitter articles to read</a> <small>I&#8217;ve dugg up some cool articles from the Internet about...</small></li>
<li><a href='http://www.jortk.nl/2009/10/some-cool-php-classes-to-make-a-developers-life-easier/' rel='bookmark' title='Permanent Link: Some cool PHP classes to make a developers life easier!'>Some cool PHP classes to make a developers life easier!</a> <small>I’ve collected some great PHP classes which could really help...</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[<p><strong><a title="Layout generator for web designers" href="http://www.denbagus.net/amazing-css-grid-layout-generator-for-web-designers/" target="_blank">6 Amazing CSS Grid Layout Generator For Web Designers</a></strong><br />
online generators have been a lot of help with the work of the designers. As a favicon generator, background generator, button generators and other . In this article I will share information about css grid generator. Previously I’ve shared information about css framework. Enjoy it !</p>
<p><a title="A first look in HTML5 tabs" href="http://torqueo.net/html5-tabs-a-first-touch/" target="_blank"><strong>HTML5 Tabs: a first touch</strong> </a><br />
A quick article on how to use HTML5 to create tabs in your layout!</p>
<p><strong><a title="404 error pages" href="http://www.vooshthemes.com/blog/wordpress/25-creative-404-error-page-designs/" target="_blank">25 Creative 404 Error Page Designs</a></strong><br />
The design of 404 error pages is one of those things that is often forgotten when building a new site. These pages, however, can serve a useful purpose and if implemented properly can actually help to keep visitors on your site.</p>
<p><strong><a title="Some exotic programming languages" href="http://www.h3rald.com/articles/10-programming-languages/" target="_blank">10 programming languages worth checking out</a></strong><br />
If you program for fun or profit, chances are that you know C, C++, Java, PHP, Perl, Python or Ruby. These programming languages are all widely known, and, to a different degree, used in commercial applications. At least some of them can safely be considered mainstream, even if that word has become so overused and misused that has almost lost its original meaning, if it ever had one.</p>
<p><strong><a title="HTML5 an OS killer?" href="http://www.pcworld.com/businesscenter/blogs/bizfeed/165653/html5_could_be_the_os_killer.html" target="_blank">HTML5 Could Be the OS Killer</a></strong><br />
For companies that compete with Microsoft, HTML5 is almost the Holy Grail, offering the ability to run applications regardless of the underlying operating system. While the browser isn&#8217;t more important than operating system today, Google this week firmly suggested it is only a matter of time.</p>


<p>Related posts:<ol><li><a href='http://www.jortk.nl/2009/12/6-must-read-articles-for-web-developers/' rel='bookmark' title='Permanent Link: 6 must read articles for web developers!'>6 must read articles for web developers!</a> <small>50+ Online CSS Tools for Web Developers and Designers 7...</small></li>
<li><a href='http://www.jortk.nl/2009/08/5-cool-twitter-articles-to-read/' rel='bookmark' title='Permanent Link: 5 Cool Twitter articles to read'>5 Cool Twitter articles to read</a> <small>I&#8217;ve dugg up some cool articles from the Internet about...</small></li>
<li><a href='http://www.jortk.nl/2009/10/some-cool-php-classes-to-make-a-developers-life-easier/' rel='bookmark' title='Permanent Link: Some cool PHP classes to make a developers life easier!'>Some cool PHP classes to make a developers life easier!</a> <small>I’ve collected some great PHP classes which could really help...</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.jortk.nl/2009/12/5-articles-web-developers-must-read/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
