• home
  • forum
  • my
  • kt
  • download
  • this£º2/12 25records  total:276    start  Previous  Next  Last    goto:
    Making Wordpress comments collapsable using jQuery
    ON: 2009-03-05 10:00:02
    Some blogs have over 100 comments on every new posts, wich makes the page extremely large. So lets say you want to shorten those pages by making the comments collapsable, well there is a easy solution for that! jQuery! We are going to intergrate jQuery into Wordpress and make the comments collapsable!
    74 times | category: [Miscellaneous]
    Bookmark/Add to Favorite in Javascript
    ON: 2009-03-05 09:53:14
    In this little article you will learn how to create a link , which when clicked will bookmark (add to favorite) a page with the help of javascript.
    12 times | category: [Miscellaneous]
    MAC Address Using WMI on Internet Explorer
    ON: 2009-03-05 09:48:26
    This article helps you in finding the MAC address of a client machine on IE using WMI Library
    57 times | category: [Miscellaneous]
    Extendable Flash Banner with jQuery Flash
    ON: 2009-03-05 09:45:36
    How to setup a Flash banner that can extend on top of the content below it with jQuery Flash.
    102 times | category: [Miscellaneous]
    jQuery Flot - a more complex example
    ON: 2009-03-05 09:41:02
    Drawing graphs with jQuery and the Javascript canvas made easy. This tutorial covers a more complex scenario than the examples on the jFlot homepage.
    274 times | category: [Miscellaneous]
    JavaScript dropdown list menu to switch any page
    ON: 2009-03-05 09:32:13
    In this article we are going to design a JavaScript dropdown list menu to switch any page. Some time we have provided option to Select a desire option and load that a web page with respect to it. The Script we are going to design is very simple. First of all just design a select menu. All we have to do is design a form and a drop-down list box. Following piece of code will do it for you.
    18 times | category: [Links and Buttons]
    Prototyping with Javascript
    ON: 2009-03-05 09:28:52
    How to use instances as templates for other instances.
    16 times | category: [Introduction to Javascript]
    10 Rare But Clever Javascript Techniques to Improve Your UI
    ON: 2009-03-05 09:24:13
    10 Rare But Clever Javascript Techniques to Improve Your UI
    69 times | category: [Introduction to Javascript]
    Simple Controls Image Gallery
    ON: 2009-03-05 09:08:31
    A gallery script that displays images as an automatic slideshow that can also be explicitly played or paused by the user. A "control panel" glides into view when the user hovers over the gallery, allowing her to play, pause, or cycle through the images on demand.
    136 times | category: [Image Display]
    jQuery and Check Boxes
    ON: 2009-03-05 09:02:47
    Tutorial on how to create a searchform containing check boxes, when submitted we get all checked checkboxes through jQuery and send a JSON string via Ajax that will be used by PHP to get the search result.
    11 times | category: [Forms]
    Simple Contact Form With JavaScript Validation
    ON: 2009-03-05 09:00:58
    This is a very simple contact form script with JavaScript validation
    22 times | category: [Forms]
    Sorting DIVs with jQuery
    ON: 2009-03-05 08:55:49
    In this case we sort by date but the jQuery plugin we use can sort arbitrarily.
    9 times | category: [DHTML]
    The querySelector() and querySelectorAll() methods
    ON: 2009-03-05 08:54:25
    The querySelector() and querySelectorAll() methods let you enter a CSS selector as a parameter and return the selected elements as DOM elements. Think of them as document.getElementById() on steriods.
    7 times | category: [DHTML]
    Mass geocoding using JavaScript
    ON: 2009-03-05 08:48:57
    Have you ever needed to geocode 2000 addresses? You could use Google's HTTP geocoder but with that many addresses you will face timeout issues. Learn another way!
    25 times | category: [Development]
    MooTools Tutorial
    ON: 2009-03-05 08:47:30
    This tutorial covers some of the basics for working with MooTools version 1.11, although it should also apply to version 1.2 as well. If you don't know JavaScript yet, you'll pick up many of its basic concepts by reading through to the end.
    8 times | category: [Development]
    Displaying self updating time on a webpage
    ON: 2009-03-05 08:44:38
    Learn how to use the setTimeout function, and display time on a web page, using very little code! Easy for beginners!
    19 times | category: [Date and Time]
    Cookies with Javascript
    ON: 2009-03-05 08:41:31
    It is very common for a website to use cookies. Cookies are a small snippet of data that is stored on the client’s machine. Cookies can store anything from user information to session data. Learn how to create, retrieve and then delete cookies with javascript.
    11 times | category: [Cookies]
    Building a Better Blogroll: Dynamic Fun with SimplePie and jQuery
    ON: 2009-03-05 08:35:46
    A traditional blogroll is a simple list of other sites, often in the sidebar, that are related, owned by, or otherwise friendly to the home site. Blogrolls are a great idea and on-point with the spirit of blogging, but how is a casual reader to know if any of these sites are truly of interest? Let's improve upon the concept of a blogroll by not just listing sites, but dynamically pulling recent headlines from them, and using some fun jQuery animation.
    11 times | category: [Content Management]
    Create A Tabbed Interface Using jQuery
    ON: 2009-03-05 08:31:43
    Creating tabbed interfaces suddenly becomes a piece-of-cake when using the Tabs function in the jQuery UI library. It can be utilized to create completely unique interfaces without having to be a coding God - using only one line of code!
    26 times | category: [Content Management]
    Create an Amazon.com Books Widget with jQuery and XML
    ON: 2009-03-04 14:57:46
    Create an Amazon.com Books Widget with jQuery and XML
    5 times | category: [AJAX]
    Creating AJAX websites based on anchor navigation
    ON: 2009-03-04 14:31:20
    In this tutorial we will see how to create an AJAX website without lose the reference to the URL. What is that not lose the reference? If you have created some full AJAX website you have realized when you change the web content, the URL is not updated, so, the URL reference is lost. Services like Gmail uses it to increase the navigation’s user experience.
    27 times | category: [AJAX]
    How to Mimic the iGoogle Interface
    ON: 2009-03-04 14:19:02
    How to Mimic the iGoogle Interface courtesy
    31 times | category: [AJAX]
    Create a Photo Admin Site Using PHP and jQuery
    ON: 2009-03-04 13:51:12
    Create a Photo Admin Site Using PHP and jQuery
    110 times | category: [AJAX]
    Adding a jQuery Auto Complete to Your Google Custom Search Engine
    ON: 2009-03-04 13:43:00
    Adding a jQuery Auto Complete to Your Google Custom Search Engine
    380 times | category: [AJAX]
    Visualizing Data with Flot
    ON: 2009-03-04 13:32:24
    Visualizing Data with Flot for Beginners
    104 times | category: [AJAX]
    this£º2/12 25records  total:276    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)