• Create your own url shortner in python

    Posted: May 14, 2013, 09:12 AM by Philip Adzanoukpe
    URL 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 Adzanoukpe
    A 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 >>
    • Comments 0
    • |
    • Tags:
    • PHP
  • Image Reflection in HTML5

    Posted: April 26, 2013, 10:09 AM by Philip Adzanoukpe
    Image 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 >>
    • Comments 0
    • |
    • Tags:
    • HTML5
  • Image Manipulation with PHP – The GD Libraries

    Posted: April 26, 2013, 10:05 AM by Philip Adzanoukpe
    The 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 >>
    • Comments 0
    • |
    • Tags:
    • PHP
  • Using Arrays with Form Elements - PHP

    Posted: April 26, 2013, 10:01 AM by Philip Adzanoukpe
    Arrays 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 >>
    • Comments 0
    • |
    • Tags:
    • PHP
  • << previous(False)
  • next(False) >>

Follow Me

Latest Tweets