Monthly Archives: August 2008

Connect to Microsoft SQL Server from php

…don’t do it its a pain in the arse! mysql should do the job for all php projects up to a certain level..

Posted in Uncategorized | Leave a comment

Pure CSS dropdowns

As users catch up with browser versions this wont be an issue but with everyone so javascript paranoid its nice to have a fallback noscript Pure CSS menu in the wings. This is an excellent example.

Posted in Java Script, Web Design, Web Development, css | Leave a comment

Captcha has been dead for a long time

Captcha’s – if you hadn’t realised have been pretty much anhilated by some good coding. Only the most screwed up of charectors now prove too difficult to crack programattically or by using a paid slave labour solution. The world of real human form submission never stood a chance.

Posted in Form Validation, Linux, Programming, Web Development, php | Leave a comment

Alexa Rank in PHP

One of the 50-100 most useful web relative statistics is a websites alexa ranking. This fantastic alexa rank finder in php does what it says on the tin.

Posted in Other Search Engines, Web Development, php | Leave a comment

Protocol Buffers

Code.Google strikes again – Protocol Buffers

Posted in Programming | Leave a comment

Practical Common Lisp

Lisp the programming languange not the speech impediment!

Posted in Programming | Leave a comment

OpenFlash Charts

Thought I had already posted the fantastic Open Source Flash Charts but apparently not! – Also FusionCharts are good but only if you want to spend a few hundred pounds.

Posted in Flash, Web Design, Web Development | 1 Comment

3 Useful Web Programs

Its always the most obvious and useful ones I forget..
PSPad (Supreme text editor for everything from hex to html to js to asp to everything else)
FileZilla (you need nothing else for anything ftp)
XAMPP (Apache web server in a tiny exe – includes filezilla ftp server – very useful)

Posted in Programs, Web Design, Web Development, php | 1 Comment

Modalbox

Seems like all i do these days is make things appear and dissapear with javascript!
But who can beat a bit of AJAX in a nice modal box eh?

Posted in Java Script, Web Design | Leave a comment

Not ideal but if you do want to..

Messing with images after the page loads with Javascript can be the most strait forward way of doing things, although it does lead to the end user needing the js to be on. Can reduce server loading times but also can make images slightly less crisp in my experience.
Still…Javascript image manipulation
<lateR> theres also this

Posted in Java Script, Web Design | Leave a comment