-
Create your own url shortner in python
Posted: May 14, 2013, 09:12 AM by Philip AdzanoukpeURL shortening is a technique on the World Wide Web in which a Uniform Resource Locator (URL) may be made substantially shorter in length and still direct to the required page....
read more >> -
PHP Forms Object
Posted: April 26, 2013, 03:23 PM by Philip AdzanoukpeA singleton PHP object which provides convenience and fast methods for creating HTML forms with validations. It uses jquery validation plugins to validate forms. When you build as many dynamic CMS-like websites as me, you end up having to manipulate single HTML forms attributes with a bunch of...
read more >> -
Image Reflection in HTML5
Posted: April 26, 2013, 10:09 AM by Philip AdzanoukpeImage reflection in HTML5 using css3. Easy to create image reflections in your web apps using HTML5. This is the source code. The main action occurs in the css.<style> body { width: 400px; } h1{float:right} img {float: right; -webkit-box-reflect:...
read more >> -
Image Manipulation with PHP – The GD Libraries
Posted: April 26, 2013, 10:05 AM by Philip AdzanoukpeThe GD libraries are the principle PHP module used for image manipulation. If you are lucky enough to be hosted on (or indeed own) a server running GD2.0 or above, you’ll have the ability to use truecolour images in jpeg format (and in png if version 2.0.4+) and therefore, you...
read more >> -
Using Arrays with Form Elements - PHP
Posted: April 26, 2013, 10:01 AM by Philip AdzanoukpeArrays are particularly useful when dealing with table-like HTML form data. Suppose we want to allow a user to enter a number of names into a database. The HTML code for the text-boxes could have looked like this:<INPUT NAME="first1"...
read more >>
- << previous(False)
- next(False) >>



