• home
  • forum
  • my
  • kt
  • download
  • this:1/1 25records  total:15    start  Previous  Next  Last    goto:
    Creating tabs with simple javascript and CSS
    ON: 2009-04-17 08:51:26
    Now a days, tabs are becoming very popular on websites. You may have seen them in many websites including PlanetMaks. Well there are many ways to create such tabs. I will teach you how to create them with ease with just simeple javascript and css. There are only three parts of the code. The CSS part, JavaScript part and Html Part
    24 times | category:
    Google Maps mashups in Grails
    ON: 2009-04-17 08:46:38
    JavaScript Object Notation (JSON) and Asynchronous JavaScript + XML (Ajax) are staples of Web 2.0 development. This article demonstrates the native JSON and Ajax capabilities baked into the Web framework.
    5 times | category:
    Shockwaves in Wordpress with jQuery Flash
    ON: 2009-04-17 08:45:54
    How to use jQuery Flash to insert shockwave files in your Wordpress articles. Probably works for any CMS that doesn't filter out HTML.
    4 times | category:
    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.
    9 times | category:
    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!
    24 times | category:
    Hide Your Site From Non-Javascript Browsers
    ON: 2008-08-14 08:49:38
    A simple tutorial which explains how to hide your website from non-javascript browsers or people with javascript turned off.
    17 times | category:
    Put Drag and Drop functionality at your Web Pages
    ON: 2008-08-14 08:48:17
    This tutorial teaches you how to use drag and drop functionality available in script.aculo.us script.
    199 times | category:
    Text box field
    ON: 2008-08-14 08:47:19
    An effective way of performing script input and output operations is through use of textbox fields. You can use textboxes
    6 times | category:
    Document Properties
    ON: 2007-08-06 09:55:33
    The document object is associated with the Web page appearing in the browser. It is a property of the window object and is also an object itself which includes properties and methods that permit JavaScript control over the look and feel of the current XHTML document.
    3 times | category:
    For Loop
    ON: 2007-08-06 09:55:06
    One way to repeat script operations is with the for statement. This statement establishes a program loop inside of which are statements that are executed repeatedly.
    8 times | category:
    Switch statment
    ON: 2007-08-06 09:54:40
    the switch statement with case entries testing for expected values and providing processing code on a match.
    8 times | category:
    If..Else...if Statement
    ON: 2007-08-06 09:54:03
    The if...else if construct can be used to test multiple conditions without having to nest separate if...else statements inside one another.
    11 times | category:
    Pausing RSS Scroller
    ON: 2007-08-06 09:53:31
    Pausing RSS scroller is an RSS scroller that lets you display any RSS feed on your site, even syndicate the scroller on other sites.
    216 times | category:
    Coping with Browser Differences
    ON: 2007-08-06 09:52:53
    A brief note describing how to write JavaScripts to make them run on as wide a range of browsers as possible.
    10 times | category:
    Offering Automatically Updating Syndicated Articles
    ON: 2007-08-06 09:50:01
    This tutorial explains an easy method of offering an automatically updated html file to other sites. I have taken the example of an article but the same theory could be applied to other content such as tutorials, images or news.
    11 times | category:
    this:1/1 25records  total:15    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)