Jun 26 2006

Add search to your website

An important feture of every website is search. An effective site search engine allows your visitors to find the information that they require with minimal effort. This adds to the overall ease of use of your website resulting in a better user experience and as a result…repeat visitors. Phpdig is a free search engine for your website. Although it takes some elbow grease to get it working as avertised, once it is up and running you are left with a powerful, self-sustaining search engine that gets the job done.

PhpDig is a web spider and search engine written in PHP, using a MySQL database and flat file support. PhpDig builds a glossary with words found in indexed pages. On a search query, it displays a result page containing the search keys, ranked by occurrence.

PhpDig.net – Web Spider and Search Engine


Jun 22 2006

Cheat Sheet Roundup – Over 30 Cheatsheets for developers

Lets face it, unless you have a photographic memory, no developer can remember all the different functions, options, tags, etc. that exist. Documentation can be cumbersome at times, thats why I like cheat sheets. They are quick references that feature the most commonly forgotten things on a specific topic. You can print them out and hang them on your wall, or just keep them handy in your bookmarks for quick reference.I have rounded up over 30 cheatsheets that developers might find useful.

Cheat Sheet Roundup – Over 30 Cheatsheets for developers


Jun 18 2006

Top 10 Web Developer Libraries

These libraries include JavaScript, Ajax, Colors, PHP, and CSS. These should be in any web developers bookmarks, so go ahead and look through these libraries and bookmark your favorite ones. The list is in no particular order.

Top 10 Web Developer Libraries


Jun 15 2006

AJAX – Offline Access and Permanent, Client-Side Storage

Imagine if web applications could store megabytes of data on the client-side, in the browser, both persistently and securely. No server needed.

Imagine if web applications could work offline with the click of a button. Want to access your web based word processor when you are not on the network, with your private files stored privately, right on your own machine and not on some server? Now you can.

Even better, imagine if all of this worked across the existing web; 95% of the existing browsers on the web could start using these features right now, with no software installs or funky new browsers.

What could you build if you had these tools? How about a truly collaborative, web-based word processor with client-side storage for your private documents, as well as offline access? Maybe an Ajax RSS aggregator with client-side caching of the feeds you read and offline access? An offline, web-based book reader using data from the Internet Archive’s Open Library would be cool.

Brad Neuberg: Coding In Paradise: Now in a Browser Near You: Offline Access and Permanent, Client-Side Storage, Thanks to Dojo.Storage