Helping you build websites - Page 51

  • PHP RSS Feed Read and List

    PHP RSS Feed Read and List

    PHP provides a simplexml_load_file() function for reading data from XML files. We have seen this function in the Simple XML Parser tutorial. ...

    November 7th, 2014

  • jQuery AJAX Autocomplete – Country Example

    jQuery AJAX Autocomplete – Country Example

    Autocomplete feature is used to provide the auto suggestion for users while entering input. In this tutorial, we are going to suggest countr ...

    November 6th, 2014

  • Responsive Social Share Buttons

    Responsive Social Share Buttons

    Earlier, we discussed responsive web design for designing a login form that adapts to various screen sizes. This tutorial will show how to a ...

    November 3rd, 2014

  • PHP CRUD with Search and Pagination

    PHP CRUD with Search and Pagination

    An example to learn how to create a PHP CRUD system with MySQL database. ...

    November 2nd, 2014

  • Multilevel Dropdown Menu with Pure CSS

    Multilevel Dropdown Menu with Pure CSS

    A multilevel dropdown menu is a navigation UI element popularly used in websites. It is generally used in the website headers. It is used to ...

    October 30th, 2014

  • Floating Contact Form using jQuery AJAX

    Floating Contact Form using jQuery AJAX

    jQuery floating contact form gives a modern look and feels to our website. This tutorial has an example to show a sticky floating contact fo ...

    October 29th, 2014

  • Simple PHP Shopping Cart

    Simple PHP Shopping Cart

    Building a PHP shopping cart eCommerce software is simple and easy. In this tutorial, let’s create a simple PHP shopping cart software with ...

    October 26th, 2014

  • PHP CSV File Export Using fputcsv()

    In this tutorial, we are going to export MySQL records to a CSV File using PHP function fputcsv(). In the previous article, we have formatte ...

    October 24th, 2014

  • PHP CSV File Export

    PHP CSV File Export

    In this tutorial, we are going to see how to export MySQL database records to a CSV file. Few days before we have seen about how to read fro ...

    October 23rd, 2014

  • jQuery Expand Collapse All

    jQuery Expand Collapse All

    The expand collapse functions are used for expanding or collapsing menu-structured or tree-structured lists of items. There are various plug ...

    October 19th, 2014