Initial setup for XAMPP Virtualhost gives this error:
“Access forbidden!
You don’t have permission to access the requested directory. There is either no index document or the directory is read-protected.
If you think this is a server error, please contact the webmaster. …”
To solve this:
- in \xampp\apache\conf\httpd.conf, modify:
<Directory />
Options FollowSymLinks
AllowOverride None
Order deny,allow
Deny from all
</Directory>
to:
<Directory />
Options FollowSymLinks
AllowOverride None
Order [...]
Matt Legend Gemmell held a 6-hour workshop at NSConference in both the UK and USA recently, focusing on software design and user experience.
Predictably, an extremely popular topic was the iPad, and how to approach the design of iPad applications. He gave a 90-minute presentation on the subject to start each workshop, [...]
Apostrophe is an open source CMS that enables you to manage websites while browsing them.
It has an ergonomic interface & has a minimal learning curve where anyone which is not familiar with CMS systems can easily use too.
The application can have multiple users with permission-based levels.
Images, videos & any other media can be [...]
LightShot is a simple & free tool which makes taking screenshots very easy.
With the click of a keyboard shortcut, a cropping interface appears where it is possible to:
set the area of the screenshot
make it fullscreen
copy to clipboard
upload to the net & get a link
edit it on a web-based service
Most of the similar tools [...]
Another year has come and gone, and another set of applications have made there was into my everyday work flow. This was an amazing year for applications and four new applications have made it into my top ten list, including taking the top one and two spots away from previous top [...]
Divine is a fresh & free Photoshop plug-in for converting Photoshop files into Wordpress themes.
It works by selecting spots in design files & marking them as Wordpress variables like:
post title
post text
author link
etc..
It produces valid XHTML-CSS code & themes are automatically widget-ready.
Divine has an integrated FTP-client & it is a very ideal plug-in for anyone who [...]
Macintosh computers are really known to bring out the creative side of people. To harness it, and refine your potential there are some great Mac tools that you can use online and some of them for free.
As Microsoft burdens you with tons of softwares that serve the purpose and slow downs the computer at the [...]