Tuesday, September 30, 2008

How much data is that?

A good comparison of different data sizes
http://www.jamesshuggins.com/h/tek1/how_big.htm

Friday, September 26, 2008

Add compression to your web server

http://www.webmonkey.com/tutorial/Add_Compression_to_Your_Web_Server

Thursday, September 25, 2008

Python for S60!!

http://wiki.opensource.nokia.com/projects/PyS60

http://wiki.opensource.nokia.com/projects/PyS60_applications

Wednesday, September 24, 2008

Data filtering in PHP

http://devolio.com/blog/archives/413-Data-Filtering-Using-PHPs-Filter-Functions-Part-one.html

Thursday, September 18, 2008

Mapping IP address to Latitude and Longitude in Google Maps

http://subesh.com.np/2008/07/mapping-the-ip-address-to-latitude-and-longitude-in-google-maps/

Wednesday, September 17, 2008

Write Your Own IM Bot in Less Than 5 Minutes

http://www.labnol.org/internet/tutorial-create-bot-for-gtalk-yahoo-messenger/4354/

Read and Write Excel files with PHP

http://www.codeplex.com/PHPExcel/

5 apps for painless windows reformat

http://www.downloadsquad.com/2008/09/01/5-apps-for-painless-windows-reformats-for-8-2-08-switched-thin?rss

How to find duplicate rows with SQL

http://www.xaprb.com/blog/2006/10/09/how-to-find-duplicate-rows-with-sql/

Tuesday, September 16, 2008

Creating polygon based Image Rollovers with CSS!!!

See "Irregular Shapes" on this page:
http://alistapart.com/articles/sprites


more info:
http://www.devarticles.com/c/a/Web-Style-Sheets/Creating-Rollover-Effects-with-CSS-Sprites/

Here's a sprite generator!!!:
http://spritegen.website-performance.org/

Creating a search application for your database

if you program a PHP site and use a MySQL database, you're going to need some way to search your data. The more intelligent the search is, the better.

Here are some ideas:
http://www.codewalkers.com/c/a/Database-Articles/Creating-a-Search-Application/
http://code.activestate.com/recipes/125901/
http://www.plus2net.com/sql_tutorial/search-keyword.php

Monday, September 15, 2008

Practical PHP regular expressions

http://devolio.com/blog/archives/34-8-Practical-PHP-Regular-Expressions.html

Friday, September 12, 2008

another way to upload files with PHP

http://www.martin-gardner.co.uk/how-to-upload-files-with-php/

40 Tips to optimise your PHP code

http://reinholdweber.com/?p=3

Thursday, September 11, 2008

Install and boot the ultimate boot CD from a USB device

http://www.pendrivelinux.com/2006/03/25/install-and-boot-ultimate-boot-cd-ubcd-from-a-usb-device/

about:config hacks for Firefox

http://www.blogsdna.com/372/21-aboutconfig-hackstweaks-for-firefox-3.htm

Great Putty addons

http://www.thegeekstuff.com/2008/08/turbocharge-putty-with-12-powerful-add-ons-software-for-geeks-3/

PHP - output buffering primer

http://www.999tutorials.com/tutorial-how-to-use-output-buffering-in-php.html

Wednesday, September 10, 2008

List of Web Safe Fonts

http://www.fonttester.com/help/list_of_web_safe_fonts.html

PHP HOWTO - Clean your data inputs for MySQL database etc

http://www.denhamcoote.com/php-howto-sanitize-database-inputs

Common MySQL queries

http://www.artfulsoftware.com/infotree/queries.php

Degradable CSS rollovers

http://mirificampress.com/permalink/rollover_lite

Monday, September 8, 2008

Watermarking your images with PHP

http://rs.bahneman.com/protecting_your_images.php

Sunday, September 7, 2008

Password verification and strength checker for your website

http://teamtutorials.com/web-development-tutorials/password-verification-and-strength-checker

Friday, September 5, 2008

3D printing getting closer to the consumer

http://gizmodo.com/5041836/shapeways-allows-you-to-materialize-any-3d-object-star-trek-style

Thursday, September 4, 2008

Image manipulation with javascript

http://ajaxorized.com/phototype-image-manipulation-with-javascript

Attach icons to links automatically with CSS

http://cssforlunch.com/attach-icons-to-links-automatically/

Wednesday, September 3, 2008

Better than DD-WRT ????

http://www.decimation.com/markw/2007/10/02/dd-wrt-vs-tomato-winner-is-tomato/

Tuesday, September 2, 2008

using PHP's imagefilter function

http://www.sculch.com/