ZK Developers Guide Review |
|
ZK Developer s Guide Review The complexity in developing Ajax based applications has led some software development companies to build frameworks that would ease the workload of developers especially for those who are not familiar with JavaScript With the help of a framework the developer doesn&r |
|
Creating XML with the DOM PHP Extension |
|
Creating XML with the DOM PHP Extension In fact the PHP DOM extension is a set of classes that can be used to generate access and manipulate XML data The DOM php script defined in the following listing shows how to generate an XML document based on the result set retrieved from the database mosgoogl |
|
ODP.NET - Fundamental ODP.NET Classes to Retrieve Data |
|
ODP NET Fundamental ODP NET Classes to Retrieve Data To retrieve data from an Oracle database using ODP NET we need to work with a few of the ODP NET classes At this point we will discuss the most fundamental classes available in ODP NET for retrieving data mosgoogle The following is the list of fun |
|
jQuery Alternating Triplets |
|
Learning jQuery Alternating Triplets Suppose we want to use two colors but have each one display three rows at a time For this we can employ the odd and even classes again as well as the modulus operator But we ll also reset the class each time we re presented with a row containing th> elem |
|
jQuery - Marking the Current Page |
|
Learning jQuery Marking the Current Page Our pager can be made more user friendly by highlighting the current page number We just need to update the classes on the buttons every time one is clicked mosgoogle geshibot lang php" var pager ; for var page 0; page numPages; page pag |
|
code |
|
geshibot lang javascript" head This is a JS snippet from Geshi Bot" Replaces the geshi default classes with mambo joomla classes function replaceGeshiWithMamboClasses if document document getElementsByTagName Category |
|
Microsoft AJAX Library - Introducing JSON |
|
Introducing JSON In AJAX applications client server communication is usually packed in XML documents or in the JSON JavaScript Object Notation format Interestingly enough JSON s popularity increased together with the AJAX phenomenon although the AJAX acronym includes XML mosgoogle JSON is the format |
|
Microsoft AJAX Library - JavaScript Execution Context |
|
JavaScript Execution Context In this section we ll take a peek under the hood of the JavaScript closures and the mechanisms that allow us to create classes objects and object members in JavaScript For most cases understanding these mechanisms isn t absolutely necessary for writing JavaScript code&am |
|
Microsoft AJAX Library - Creating Object Members on the Fly |
|
Creating Object Members on the Fly One major difference between OOP in C and ASP NET and OOP in JavaScript is that JavaScript allows creating object members on the fly" This is true for objects and classes that you create yourself and also for JavaScript s own objects and types as well He |
|
Microsoft AJAX Library - Associative Arrays |
|
Thinking of Objects as Associative Arrays A key element in understanding JavaScript objects is understanding the notion of associative arrays which are nothing more than collections of key value pairs As a NET developer you have worked with associative arrays represented by classes such as NameValue |
|
|