Web Design
A friend of mine had a Samsung phone that he wanted to use to grab content from his website. The setup is pretty easy with only a couple edits of your .htaccess file to include mimetypes once done you setup your phone to access a directory on your server set aside for the content you […]
As designers we often have customers with specific demands and although we do our best to provide cross browser compatibility there are so many browsers and platforms and versions that it can be difficult to get everything perfect. Well to help Browsershots.com has set up a series of computers with different browsers and they will […]
If you run an Amazon Store from a script then you should make use of Browse Nodes to retrieve your content from their directory. Browse Nodes are how Amazon sorts their products. They are assigned IDs to categories within their database. The worst thing about working with Amazon’s Database is that they don’t seem to […]
PHP is a Server Side programming language that you can use to develop Internet applications.Some applications will still work best with PHP Version 4 but because not all of the new options are available you will have to make a choice how your scripts are executed For Customers with access to both PHP 4.x and […]
There are times when you are moving to a new host or just when you need to examine where the file you uploaded is located relative to your website. To do this you can use the PHP command getcwd() this will retreive the Current Working Directory or the location of the file that is being […]