15 February 2010

New photo added to my website

Just a quick update: I've added a new photo to my website, you can check it out here:



http://www.arachni.co.uk/index.php?id=7

8 February 2010

New photos added!

I've added a few edited photos of the gorgeous Bernadeta onto my Facebook profile, and other modelling and photography profiles; please see links below for more info:

Facebook:
http://www.facebook.com/profile.php?ref=profile&id=100000624131215

Purestorm:
http://www.purestorm.com/profile.aspx?psid=Apaxvn

Model Mayhem:
http://www.modelmayhem.com/1280265

17 January 2010

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.