• home
  • forum
  • my
  • kt
  • download
  • this£º2/3 25records  total:71    start  Previous  Next  Last    goto:
    jQuery JSON with PHP json_encode and json_decode
    ON: 2009-03-04 10:45:31
    Simple how to on using jQuery JSON to pass javascript objects to PHP. In PHP we use the new json_encode and json_decode functions to make sense of the information we get from the Javascript through Ajax.
    164 times | category:
    Create a Spectacular Photo Gallery with Mootools
    ON: 2009-03-04 10:41:12
    JavaScript libraries such as MooTools can save a lot of time when developing a site. In this tutorial, I'll be showing you how to combine many of MooTools's functions to create a nice photo gallery.
    98 times | category:
    Pulling Drop-down values from a database using Javascript and PHP
    ON: 2009-03-04 10:36:33
    This tutorial will walk you through how to set drop-down boxes up to pull the values from a database as well as update the values of the other boxes based on what the user selects in the first and second boxes. This is handy if you are asking people to select categories of things they would like to search for, like tutorials.
    220 times | category:
    Professional Javascript Based Photo Viewer
    ON: 2009-03-04 10:20:18
    This tutorial will walk you through installing and configuring Lightbox 2. Lightbox allows you to show your pictures on your site in a whole new light. It gives you a sleek and professional look and is VERY easy to implement.
    46 times | category:
    Dynamically Add Textbox to Site
    ON: 2009-03-04 10:14:23
    This tutorial will show you how to program a button that will add textboxes to your site without having to reload the page that you are one. To do this we will be using JavaScript.
    172 times | category:
    Receiving Dynamic Textbox Data
    ON: 2009-03-04 10:09:05
    In this tutorial we will be working with PHP and MySQL to insert the data that was inserted into the text boxes on the Dynamically Add Textbox to Site tutorial. We will collect the data and insert the values into a database
    1 times | category:
    Use JavaScript to Check/UnCheck Checkboxes
    ON: 2009-03-04 10:02:23
    This tutorial will walk you through creating a basic HTML site with several checkboxes on it. Then it will show you how to use a single click on a button to check all objects and un-check all objects using JavaScript.
    0 times | category:
    Hide and Show a Div Using Javascript
    ON: 2009-03-04 10:00:37
    This tutorial will show you how to create a hidden Div and display it with the click of a link. There are a few reasons you may want to hide a Div in a website design. You may want to create a drop down type menu or a box that will show more information when you click a link. Another reason would be for SEO purposes. In theory hiding information in a Div is not against Google’s rules. As long as the user can still see the content when clicking a button you are not displaying different information to the
    6 times | category:
    What is AJAX
    ON: 2008-08-14 09:50:25
    AJAX is not a radically new programming language, but a new, more efficient way to use existing programming languages to get better, faster and user-friendly web applications.
    0 times | category:
    Combining jQuery with the Zend Framework and Smarty
    ON: 2008-08-14 09:49:20
    Showcasing how jQuery can be used in combination with the most popular templating engines for PHP and a popular PHP framework.
    98 times | category:
    Create a tabbed AJAX area in Wordpress
    ON: 2008-08-14 09:47:13
    Learn how to create an AJAX tab area on Wordpress or PHP or HTML, well on any website
    40 times | category:
    Dynamic AJAX page content
    ON: 2008-08-14 09:46:13
    This tutorial will show you how you can dynamically change the contents of your web pages with the click of a link by using a little bit of AJAX and JavaScript.
    155 times | category:
    Urlencode and Urldecode with JavaScript
    ON: 2008-08-14 09:44:33


    Urlencoding is done to replace non URL safe characters with URL safe characters in a string. This is particularly done when either passing GET parameters through the browser URL or when passing data through AJAX. Javascript provides various functions which implement this functionality
    132 times | category:
    Prototype and AJAX Tutorial
    ON: 2008-08-14 09:41:38
    Learn how to use Prototype Framework along with AJAX to develop Web 2.0 compatible websites.
    37 times | category:
    Simple AJAX with JQuery
    ON: 2008-08-14 09:40:10
    By the end of this article, you will hopefully understand how to add data, submitted via a form, into a MySQL database without reloading the entire page (the asynchronous part) and show a message saying so.
    45 times | category:
    Ajax Tooltip script
    ON: 2008-08-14 09:37:48
    This Ajax script enhances the default "title" attribute of HTML so certain tooltips can instead get their contents from an external file, with rich HTML content and all.
    59 times | category:
    AJAX file upload tutorial
    ON: 2008-08-14 09:36:57

    In this tutorial I will show you how to create simple AJAX file upload system using PHP and JavaScript.
    95 times | category:
    Grid edit in place with Ajax and jQuery
    ON: 2008-08-14 09:33:00
    Excel style editing in place with live database connection through Ajax.
    40 times | category:
    Interface for sorting data with jQuery sortable.
    ON: 2008-08-14 09:31:31
    This tutorial explains how to implement jQuery sortable to sort a list. There is also some Ajax involved with saving various changes in the interface.
    191 times | category:
    Validation and AJAX with jQuery
    ON: 2008-08-14 09:27:35
    Example of client side form validation and some AJAX features. Everything is done with jQuery or jQuery plugins.
    66 times | category:
    Generating XML from a MySQL DB with PHPs DOM Functions (Part One)
    ON: 2008-08-14 09:25:49
    I was going to do a full article on how to generate an XML file then perform an XSL 'transformation' with PHP's XSL functions, but that would have taken too long to write all at once, and there is alot for you guys to take in. So i decided to just post this first, then when i get some time ill write the rest in part 2.
    28 times | category:
    Generating XML/XSL from a MySQL DB with PHPs DOM Functions (Part Two)
    ON: 2008-08-14 09:24:41
    Ok, we already know that XML is a standard for creating markup languages which describe the structure of data, and it comes in very handy, for example Ajax uses XML to transfer data between server and client, through xmlhttprequest. Most of us already know this, but what a few may not know (including myself until a few months ago) is that you can apply a style sheet to XML and produce HTML from it, the style sheets are called XSL or eXtensible Stylesheet Language.
    8 times | category:
    Ajax PHP tutorial
    ON: 2008-08-14 09:05:04
    In this article I will try to summarize the basics of Ajax and PHP communication. At the and you can find a full working Ajax - PHP example.
    105 times | category:
    Making an ajax website
    ON: 2008-08-14 09:04:15
    The tutorial guides you through designing a website so that it can work fully with ajax. This means that the webpage never needs to be reloaded cutting own on bandwidth use. Also it speeds up the user experience. Importantly the tutorial teaches you how to maake sure that bookmarking and external links work.
    26 times | category:
    gAjax RSS Pausing Scroller
    ON: 2008-08-14 09:03:06
    gAjax RSS Pausing scroller lets you display RSS feeds from your favorite sites on yours, with no server side script to install. The scroller pauses between each display cycle. You can display results from multiple feeds intermixed, sort them in a variety of ways, specify how many entries to show at once, what portion of each entry to show etc.
    14 times | category:
    this£º2/3 25records  total:71    start  Previous  Next  Last    goto:

    Category

      AJAX (71)
      Content Management (15)
      Cookies (6)
      Date and Time (17)
      Development (18)
      DHTML (23)
      Forms (10)
      Frequently Asked Questions (3)
      Image Display (15)
      Introduction to Javascript (11)
      Links and Buttons (8)
      Menus (2)
      Miscellaneous (24)
      Mouse Tricks (3)
      Navigation (13)
      Randomizing (6)
      Security (5)
      Text Effects (10)
      User Authentication (2)
      User Information (5)
      Windows and Frames (9)