17 January 2010

Joel Grimes - Photographer

Great work here by Joel Grimes, a photographger based in Los Angeles, California.

http://www.joelgrimesworkshops.com

8 January 2010

Arachni.co.uk is launched!

After many weeks of hard work, my new website is launched. Focusing on my photography, with more in the pipeline, check it out here: www.arachni.co.uk

Awesome photography by Robert Alvarado

Check this out, fantastic photography, with a hint of post-processing ;)
Robert Alvarado

18 October 2009

22 September 2009

JQuery carousel slider

A very nice JQuery example of a carousel slider, can also be dynamically driven using PHP and Ajax:

http://sorgalla.com/jcarousel/

Varial - visual artist and photographer

Some really well executed post-processing and photography from Varial, a French and Canadian creative visual artist:

http://www.varialstudio.com/

17 September 2009

Derek Cooper | Photographer

I stumbled across a wonderful photographer today, his name is Derek Cooper.

His work can be found on several websites, and here are a couple:

http://derekcooper.com/

http://www.modelmayhem.com/86603

http://www.derekcooper.com/blog/

2 September 2009

24 August 2009

JQuery Slideshow - Anything Slider!

Here's a really nice JQuery slideshow, includes dynamically generated navigation links, and auto-play functionality. Check it out here:

http://css-tricks.com/examples/AnythingSlider/

21 July 2009

How to move your Modx site to your server

At the time of writing this article, ModX v0.9.6 was used. I believe the procedure has altered somewhat since that version so please check the official documentation if in doubt.

I've been working with Modx recently, and it's a cool CMS system. One area that I initially struggled with is getting a local site working on a hosting server. So here are my observations on what to do, or try, to get it working for you:

1. Create the database on your server
2. Upload all the site files to your server
3. In 'manager/includes' folder, make sure the 'config.inc.php' file is amended to suit your server database details
4. In 'assets/cache' folder, delete the 2 (probably) 'siteCache.idx.php' and the 'sitePublishing.idx.php' files.
5. Login in to the manager.
6. Go to 'Tools / Configuration' and select the 'Interface & Features' tab.
7. There, amend the 'Resource path' value to reflect your servers site path to the 'asset' folder. Then save.
8. Once saved, click the 'File Manager' tab
9. There, amend the 'File Manager Path' to reflect your servers site path to the web folder. Then save.

Your website should now work.

25 June 2009

Michael Jackson, 50, dies after suffering a cardiac arrest

Still hard to believe this, but I learnt this evening that Michael Jackson has died! First Farrah and now Michael on the same day. This is a sad day.

Whatever has been said and thought about Michael over the last few years, no one can deny his music has touched us all in some way.

From me, I can only say "Thank you Michael, for the great music you gave us all for many years".

Farrah Fawcett, 62, dies after 3 year battle with cancer

Today, I am shocked and sad to learn that Farrah Fawcett has died after a 3-year long battle with cancer.

Rest in peace Farrah.

JQuery and PHP | Drag and drop

Check out this useful code; using JQuery to enable drag and drop, but it also uses PHP to store the order state into the database. Look here for more info:

http://www.webresourcesdepot.com/dynamic-dragn-drop-with-jquery-and-php/