My Web Designs

Local Network XAMPP with WordPress

XAMPP is a linux / windows  tool that auto installs Apache, PHP, Mysql + more services all in one tidy package. Installing WordPress is also pretty straight forward, simply copy the WordPress folder into the htdocs folder in XAMPP.

Before you can begin using wordpress youll have to start up the XAMPP control panel and make sure the apache and mysql services are running. You may also have to open port 80 or allow XAMPP through your firewall. If everything is running correctly you should be able to visit 127.0.0.1 and get the XAMPP config screen.

You can setup your passwords under the security tab using the http://localhost/security/xamppsecurity.php link

once you have set your sql password youll need to log in to phpadmin using root and the SQL password you just entered. Use the phpadmin interface to create a new database and user.

You’ll have to go into htdocs/wordpress/ folder and edit the wp-config-sample.php file. Change the default Database details to your SQL DBNAME, USER and PASSWORD and save the file as wp-config.php.

Now you should be able to visit /yoursite/wordpress/wp-admin to setup wordpress.  Its important to use an external ip address to access your site. i.e dont use localhost or 127.0.0.1 doing so will probably wreck worpress themes, links and graphics on your site. This is because when links refer to localhost/myimage.jpg , the browser expects to find myimage.jpg on the local machine, not the server.

Javascript Sparks

This site I created to test a sparks function I wrote in javascript. This page also contains examples of floating text, a hidden puzzle game (click glowing button on tower) and a few other bits and peices. View the page here or click here to download the source.

Sunday, May 16th, 2010 My Web Designs, Source Code No Comments

Telephone Messenger – PhoneMsg

Phone Messenger is a fairly recent application I came up with. It simply drops your messages on an SQL database and Notifys you (within 30 secs by default) if someone sends you a message. When the app first launches it asks you to select your ID from a list and then it just sits quietly as an icon down near the clock. It will automatically add itself to the registry so it loads with windows, u can disable this feature by right clicking the icon and unticking the autostart option. Download Source & Server Files Here.

› Continue reading

Thai Windang

This site has been a bit af a run around for me since I built it, long story short … its not complete.  www.thaiwindang.com

I decided to build a generic restaurant menu site, that allowed the client to update their menu prices in a table, it would automatically assign icons to the menu items based on ingredients in the description. After getting the go ahead and completing the menu system, I had to put it on hold until the client comes to a decision. › Continue reading

Friday, May 14th, 2010 My Web Designs No Comments

Computer Town Australia

The www.computertown.com.au website is not my design. I do function updates on the system rather than the graphical side. The shopping cart function of the site never worked so Ive modified it and implemented a paypal checkout. The sites appearance really doesn’t have much to do with me, the content is updated by the peeps at computer town.

Friday, May 14th, 2010 My Web Designs No Comments

Candles By Mystic Web Site

Main Page Interfacewww.mysticwares.com.au is a project I created from scratch. The front end is pretty enough and largely attributed to Raelenes graphical skills. The back end I programmed from the foundations. The shopping cart / ordering / customer management system is all my own design. Which makes it a bit harder to maintain than your average site, there’s no quick fix patches to download …  so its a matter of recoding pages but I don’t mind that. For business clients who aren’t as patient as Raelene, … definitely use an existing shopping cart.

Friday, May 14th, 2010 My Web Designs No Comments

Javascript Pick The Pairs Game


A very basic “flip the cards and find the pairs” type game, still needs a bit of work, sometimes I.E wont preload the images so you can’t see the images flipping. It works fine on most systems, just some I.E settings or updates on certain systems giving me grief (in I.E8 hit the compatibilty icon in address bar to fix) … still working on it! Simply replace images with whatever theme you like, at the moment its set up with random web icons.

Preview Game  or download the code here.