Search Results
… then a different image is served, in this case blank.jpg. RewriteEngine On RewriteBase / RewriteCond %{HTTP_REFERER} … / RewriteCond %{HTTP_REFERER} ^http://(.+\.)?myspace\.com/ [NC,OR] RewriteCond %{HTTP_REFERER} ^http://(.+\.)?blogspot\.com/ [NC,OR] RewriteCond %{HTTP_REFERER} …
Article: PHP Function To Get TinyURL
… TinyURL is a service where you can convert a long URL string to a really small one. For instance, the following URL, which points to the Googleplex on Google Maps. …
Article: Planet PHP
… Planet PHP is a feed aggregator blog specifically for PHP related blogs. There are a good number of blogs that the site uses to update …
… I talked a while ago about Adding Code To Wordpress Blogs And Comments , but I decided that it needed a bit of code to do this automatically. So here it is, prepared …
Article: EU Cookie Law Talk
… A couple of months ago I gave a talk at the North West Drupal User Group in Manchester where I talked about the EU … me to provide them with the slides so I thought I would create a quick blog post and put them on #! code. Cookies and the EU Law. If you want … a lot of concrete solutions available, but lots of work has been done in the past month to find a robust and legal implementation. … EU …
Article: Stopping Code Execution In Python
… of learning Python, so I thought I would start a series of mini blog posts detailing different things that I have found useful whilst … how to use the language. To stop code execution in Python you first need to import the sys object. After this you can then call the exit() method to …
… that will allow users to select the contents of a text area. First we need a text area. <form><textarea name="textarea1" id="textarea1" rows="5" cols="40" … and answer, and you wanted people to post their answer on their blogs, which then linked back to your quiz. This would allow users to …