<?xml version="1.0" encoding="iso-8859-1" ?>
<!DOCTYPE rss >
<rss version="2.0">
<channel>
<title>PHP scripts, Javascript, script writing, Collection of Scripts Resources, Free Scripts, Source code and Scripts, web resources, source code, free script, books, examples, help and more!</title><link>http://www.advancescripts.com/rss/515.html</link><description>Miscellaneous RSS feeds</description><language>en-us</language><copyright>Copyright (c) AdvanceScripts All rights reserved.</copyright><item>
<title>Creating Javasript popup window</title>
<link>http://www.advancescripts.com/detailed/15642.html</link>
<description>In this tutorial I will show you how to create a layer based popup window with JavaScript.</description>
</item>
<item>
<title>Better DOM for JavaScript</title>
<link>http://www.advancescripts.com/detailed/15527.html</link>
<description>Data Mart is a subset of the data resource, usually oriented to a specific purpose or major data subject, that may be distributed to support business needs. The concept of a data mart can apply to any data whether they are operational data, evaluational data, spatial data, or metadata. A data mart is a repository of a business organization's data implemented</description>
</item>
<item>
<title>Right() function in Javascript</title>
<link>http://www.advancescripts.com/detailed/15431.html</link>
<description>The Right() function in Javascript is similar to the one available in VB Script, used to find the specfic number of characters in a word from the right.</description>
</item>
<item>
<title>JavaScript Tips for ASP.NET Developers</title>
<link>http://www.advancescripts.com/detailed/15400.html</link>
<description>ASP.NET server controls make your life easier on the server-side, but you may still need to do some client-side programming to build a powerful UI. JavaScript is the most widely used language on the client-side, and this white paper and the accompanied source code are specifically composed for ASP.NET developers</description>
</item>
<item>
<title>JavaScript string tutorial</title>
<link>http://www.advancescripts.com/detailed/15369.html</link>
<description>In this tutorial you will learn how to use and manipulate strings in JavaScript. 

</description>
</item>
<item>
<title>Javascript timeout usage</title>
<link>http://www.advancescripts.com/detailed/15368.html</link>
<description>In this tutorial I will show you how to use timeouts in your JavaScript code. With this information you will be able to create a usefull timer</description>
</item>
<item>
<title>JavaScript Tutorials - Flow Control Statements</title>
<link>http://www.advancescripts.com/detailed/15325.html</link>
<description>This Tutorial provides a quick introduction of JavaScript flow control statements. Topics include 'if...then' statements, 'while' statements, 'for' statements, 'break' statements, etc..  

</description>
</item>
<item>
<title>Progress Bar (percentage based)</title>
<link>http://www.advancescripts.com/detailed/15264.html</link>
<description>If you're wondering how to show real percentage inside web documents, this solution may be the best thing for you. Forget about xml http request (aka AJAX) ones, and it works flawlessly. The bar will also make sure the user will see how much of the activity is completed, by using percentages from 1 to 100%.</description>
</item>
<item>
<title>Add to Favorites</title>
<link>http://www.advancescripts.com/detailed/15240.html</link>
<description>Creating a simple 'add to favorites' link. This is a client side request, that asks the browser to put the link in the 'favorites' folder. Each browser may respond differently to this request, IE will pop open a window asking the user if they wish to add to their favorites</description>
</item>
<item>
<title>eLouai's Drag and Drop script</title>
<link>http://www.advancescripts.com/detailed/15236.html</link>
<description>An extremly simple and useful script for implementing a cross browser drag and drop game (IE 4+, NN 6+, Firefox). Place code in the header and simply append all images that are draggable with the class name (class=&quot;dragme&quot;). That's it!</description>
</item>
<item>
<title>JavaScript Document Object Properties</title>
<link>http://www.advancescripts.com/detailed/15164.html</link>
<description>In this JavaScript Tutorial you will learn about Properties of Location Object - hash, host, hostname, href, pathname, port, protocol and search property </description>
</item>
<item>
<title>Javascript hide table row</title>
<link>http://www.advancescripts.com/detailed/14825.html</link>
<description>This article demonstrates how you can hide table row with javascript and how you can show it again by pressing a button</description>
</item>
<item>
<title>JavaScript Applet Objects</title>
<link>http://www.advancescripts.com/detailed/14797.html</link>
<description>In this JavaScript tutorial, you will learn about applet object, properties and methods of applet object, Methods of applet object, area object, Properties of area object viz. hash, host, hostname, href, pathname, port, protocol, search and target. </description>
</item>
<item>
<title>Javascript Trim Ltrim and RTrim Functions</title>
<link>http://www.advancescripts.com/detailed/14701.html</link>
<description>This set of Javascript functions trim or remove whitespace from the ends of strings. These functions can be stand-alone or attached as methods of the String object. They can left trim, right trim, or trim from both sides of the string. Rather than using a clumsy loop, they use simple, elegant regular expressions. The functions are granted to the public domain</description>
</item>
<item>
<title>HTML and CSS Table Border Style Wizard</title>
<link>http://www.advancescripts.com/detailed/14684.html</link>
<description>Use this wizard to experiment with table border styles and generate style source code. This wizard uses dynamic HTML to change the style of the table in-situ, without loading another page. It is cross-browser compatible with Firefox, Netscape, Internet Explorer, and other modern browsers.</description>
</item>
<item>
<title>CSS List Style Wizard</title>
<link>http://www.advancescripts.com/detailed/14675.html</link>
<description>Use this wizard to experiment with list styles and generate sample CSS style source code. This wizard uses dynamic HTML to change the style of the table in-situ, without loading another page.</description>
</item>
<item>
<title>Document Object Model Manipulation</title>
<link>http://www.advancescripts.com/detailed/14576.html</link>
<description>This script introduces few functions (appendChild, nodeValues...) commonly use for DOM navigation. It features a live example which has been tested on IE &amp; Mozilla/Firefox</description>
</item>
<item>
<title>Textbox Fields</title>
<link>http://www.advancescripts.com/detailed/14478.html</link>
<description>An effective way of performing script input and output operations is through use of textbox fields. You can use textboxes, as input areas into which users enter information, and you can use them as areas to display script output. 

</description>
</item>
<item>
<title>Passing values to JavaScript Function</title>
<link>http://www.advancescripts.com/detailed/14386.html</link>
<description>In this JavaScript Tutorial you will learn about how to pass values to a JavaScript function.  

</description>
</item>
<item>
<title>JavaScript FileUpload object</title>
<link>http://www.advancescripts.com/detailed/14358.html</link>
<description>In this JavaScript tutorial, you will learn about FileUpload object, FileUpload properties, accessKey, disabled, form, name, type, value, FileUpload methods - blur(), focus(), select(), handleEvent(), click() and event handlers - onblur, onchange and onfocus.  

</description>
</item>
<item>
<title>How to Close Browser Window</title>
<link>http://www.advancescripts.com/detailed/14208.html</link>
<description>If you want to close any browser window then you can use window.close() method. The method window.close() will attempt to close the window in which the script is executing.See simple script ... 


</description>
</item>
<item>
<title>Emulating the PHP foreach(){...} in javascript</title>
<link>http://www.advancescripts.com/detailed/13874.html</link>
<description>Javascript does not provide a foreach construct like that found in VB.NET, C#, or PHP. This code shows how to get the same effect in Javascript. 

</description>
</item>
<item>
<title>JavaScript Document Object Properties</title>
<link>http://www.advancescripts.com/detailed/13622.html</link>
<description>In this JavaScript tutorial, you will learn about Document Object Properties viz. formName, forms, images, lastModified, layers, linkColor, links, plugins, referrer, title, URL and vlinkColor</description>
</item>
<item>
<title>JavaScript FileUpload object</title>
<link>http://www.advancescripts.com/detailed/13621.html</link>
<description>In this JavaScript tutorial, you will learn about FileUpload object, FileUpload properties, accessKey, disabled, form, name, type, value, FileUpload methods - blur(), focus(), select(), handleEvent(), click() and event handlers - onblur, onchange and onfocus.  

</description>
</item>
<item>
<title>Working with JavaScript DOM Objects</title>
<link>http://www.advancescripts.com/detailed/13615.html</link>
<description>In this JavaScript tutorial, you will learn about DOM object - window, properties of window object, methods of window object, screen, properties of screen object, navigator, properties of navigator object, methods of navigator object, history, property of history object, methods of history object, location, properties of location object and methods of location object.</description>
</item>
<item>
<title>JavaScript Events Handling</title>
<link>http://www.advancescripts.com/detailed/13600.html</link>
<description>In this JavaScript tutorial, you will learn about handling events in JavaScript, what is event handling in JavaScript? events in JavaScript, events associated with mouse - onmousemove, onclick, ondblclick, onmouseout, onmouseover, events associated with keyboard - onkeydown, onkeyup, onkeypress. onerror, onfocus, onblur, onsubmit, onload and onunload.</description>
</item>
<item>
<title>JavaScript Array Object</title>
<link>http://www.advancescripts.com/detailed/13598.html</link>
<description>In this JavaScript tutorial, you will learn about JavaScript Array Object, its properties and methods.  


</description>
</item>
<item>
<title>JavaScript Arrays</title>
<link>http://www.advancescripts.com/detailed/13597.html</link>
<description>In this JavaScript tutorial, you will learn about JavaScript Array, different ways of defining an array in JavaScript viz. traditional way, shorter form, literal array, accessing the elements in an array and editing the values or elements in an array.</description>
</item>
<item>
<title>JavaScript Boolean Object</title>
<link>http://www.advancescripts.com/detailed/13596.html</link>
<description>In this JavaScript tutorial you will learn about JavaScript boolean object, how to pass value to the boolean object, properties and methods used with boolean object.</description>
</item>
<item>
<title>JavaScript Event Object</title>
<link>http://www.advancescripts.com/detailed/13595.html</link>
<description>In this JavaScript tutorial you will learn about JavaScript event object, properties of event object, altKey, ctrlKey and shiftKey, button, integer value action representation, cancelBubble, clientX and clientY, fromElement and toElement, height and width.</description>
</item>
<item>
<title>JavaScript Event Object Properties and Methods</title>
<link>http://www.advancescripts.com/detailed/13594.html</link>
<description>In this JavaScript tutorial, you will learn about event object properties and methods like keycode, layer, offset, modifiers, page, reason, returnValue, screen, srcElement, target, srcFilter and type. 

</description>
</item>
<item>
<title>Loops in JavaScript</title>
<link>http://www.advancescripts.com/detailed/13123.html</link>
<description>JavaScript performs several types of repetitive operations, called &quot;looping&quot;. Loops are set of instructions used to repeat the same block of code till a specified condition returns false or true depending on how you need it. This tutorial shows the basic idea on how to use loops in JavaScript.  

</description>
</item>
<item>
<title>Functions in JavaScript</title>
<link>http://www.advancescripts.com/detailed/13110.html</link>
<description> A function is a block of code which can be called from any point in a script after it has been declared. It is good programming practice to use functions to modularize your code and to better provide reuse. This article explains benefits of using functions in JavaScript</description>
</item>
<item>
<title>AJAX get page title example</title>
<link>http://www.advancescripts.com/detailed/12971.html</link>
<description>AJAX (Asynchronous JavaScript and XML) is a JavaScript technique which involves special object XMLHttpRequest and sending/receive asynchronous (without full page reload) requests to server. This is an example of simple AJAX application which allows user to enter web-page url and display title of that page right after user stops typing. </description>
</item>
<item>
<title>Prevent others from forcing your site into frames</title>
<link>http://www.advancescripts.com/detailed/12571.html</link>
<description>This is going to be the first post in a series of three looking at what to do if someone attempts to display one of your pages in a frame on their site.

This first article is going to look at how to prevent this and why you would want to.</description>
</item>
<item>
<title>Coding Tips</title>
<link>http://www.advancescripts.com/detailed/2944.html</link>
<description>The site contains some useful  tips and code snippets in JavaScript/CSS, VBA and C/C++. You can also download a useful FileList application that shows a flat list of files in a folder and its subfolders</description>
</item>
<item>
<title>DevGuru JavaScript Quick Reference Guide</title>
<link>http://www.advancescripts.com/detailed/2576.html</link>
<description>This is a quick reference on JavaScript language and is also useful for JScript languages, which except for a few minor differences is almost a carbon copy of JavaScript. This reference is also useful for ECMAScript with which the latest versions of JavaScript and JScript are compliant. This reference guide also supports methods, functions, events, properties, statements, objects, operators and values of the JavaScript language in a definitive manner.</description>
</item>
<item>
<title>JavaScript Operators</title>
<link>http://www.advancescripts.com/detailed/1308.html</link>
<description>Comprehensive listing of available operators in JavaScript, from Arithmetic, Comparison, Assignment, to Logical and more.</description>
</item>
<item>
<title>dHTML drop down menu tutorial v2</title>
<link>http://www.advancescripts.com/detailed/1080.html</link>
<description>A cross-platform, cross-browser drop-down menu system with tutorial. Works on version 4+ browsers. Easy to set up and configure.   </description>
</item>
<item>
<title>dHTML Drop down Menu Tutorial</title>
<link>http://www.advancescripts.com/detailed/627.html</link>
<description>This is a tutorial which creates a simple cross-browser drop-down menu system in JavaScript. Tested in IE 4+ NS 4+ NS6/7 Mozilla and Opera 5+. Also functions as a side-menu. Now updated to include cascading submenus. 
</description>
</item>
</channel>
</rss>
