Get to the MySQL prompt and use something like the following: UPDATE wp_users SET user_pass=MD5(‘secret’) WHERE ID=1;
Apr
2010
jQuery Zebra Stripes
Traditionally I added these tiger/zebra stripes for alternate row colours within PHP but with jQuery we can accomplish the same with the following. I had a little difficulty getting the [...]
Mar
2010
Internet Explorer 8 CSS Issues
I had a brief issue with a quickly thrown together website. Specifically the margin:auto; centering was not working in IE8 and jQuery scripts were not behaving. I found out that [...]
Dec
2009
Website Statistics with Visitors
As a useful addition to the webstats armory Visitors offers a quick way of getting a HTML report of site usage from server logs. We mainly use AWstats, Webalizer and [...]
Oct
2009
Opera Mini on Ubuntu
I’m using Ubuntu 9.04 and I wanted to be able to run Opera Mini for testing web sites: Download MicroEmulator from here (or direct version 2.0.3) Extract the tar file [...]
Oct
2009
Example robots.txt
Not all crawlers obey all of these rules but as a reference point. The crawl delay is the number of seconds between requests and the newer request-rate is set here [...]
Sep
2009
Printing Random Array Elements in PHP and Javascript
Non-dynamic tag cloud? <script language=”JavaScript” type=”text/javascript”> var mytags = new Array( “histories”,”names”, “land”,”lists”,”free” ); var randomseed=Math.floor(Math.random()*8) for(i=0;i<mytags.length;i++){ var randomnumber=Math.floor(Math.random()*141) randomnumber=randomnumber+40; if(randomnumber%randomseed!=0){ document.write(“<a style=’font-size:”+ randomnumber +”%;’>”+ mytags[i] + “</a> “); } [...]
Aug
2009
Debugging PHP Errors
To debug PHP without having to amend the php.ini for all websites add the following in a .htaccess file in the directory of the application. Easy to switch on and [...]
Jul
2009
Buy Wine Online in Ireland
La Petite Princess, based in Dundalk, have just launched an online service for wine in Ireland, offering 12 bottle cases of La Belle Terrasse French wine at savings of €3 [...]
Apr
2009
WordPress Theme Tutorial
This tutorial is useful for converting an existing design to a WordPress theme quickly:http://jonathanwold.com/tutorials/wordpress_theme/

