Helping you build websites - Page 54

  • jQuery ThickBox

    jQuery ThickBox

    jQuery ThickBox is a kind of popup dialog overlay on top of the browser window. This is a UI widget written in JavaScript by Cody Lindley us ...

    November 27th, 2013

  • PHP Session Encode Decode

    PHP Session Encode Decode

    In PHP, session encodes and decode operations are automatically performed while storing session data in memory and reading stored sessions, ...

    November 22nd, 2013

  • jQuery Menu Dropdown

    jQuery Menu Dropdown

    This tutorial will show a dropdown menu using jQuery and CSS. By adding the dropdown feature to the menu, we can clean our menu area by cont ...

    November 20th, 2013

  • PHP XML Reader

    PHP XML Reader

    XML Reader extension is used to create an XML parser to walk through an XML document. This is the last one among the list of PHP core XML pa ...

    November 19th, 2013

  • PHP XML Parser

    PHP XML Parser

    PHP XML parser is used to perform event-based parsing on XMLs. This extension uses the Expat XML parser library to implement the event-based ...

    November 18th, 2013

  • PHP DOM Parser

    PHP DOM Parser

    DOM is a tree-based parser, used as an API to manipulate XML in PHP. Before PHP 5, we should add the domxml extension to use DOM parsers. Fr ...

    November 17th, 2013

  • PHP SimpleXML Parser

    PHP SimpleXML Parser

    In the last tutorial, I gave an introduction to XML parsers in PHP and let us recollect key information from that. SimpleXML parser, require ...

    November 15th, 2013

  • Parse XML in PHP – Introduction

    Parse XML in PHP – Introduction

    In PHP, parsing XML files is done using different extensions available. Using these extensions we can access, modify, validate and do much m ...

    November 14th, 2013

  • PHP Escape Sequences

    PHP Escape Sequences

    Escape sequences are used for escaping a character during string parsing. It is also used for giving special meaning to represent line break ...

    November 8th, 2013

  • MySQL vs MySQLi in PHP

    MySQL vs MySQLi in PHP

    MySQL and MySQLi are PHP database extensions implemented by using the PHP extension framework. PHP database extensions are used to write PHP ...

    October 30th, 2013