<?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/929.html</link><description>Development RSS feeds</description><language>en-us</language><copyright>Copyright (c) AdvanceScripts All rights reserved.</copyright><item>
<title>Javascript sprintf</title>
<link>http://www.advancescripts.com/detailed/14299.html</link>
<description>This is limited sprintf Javascript implementation. Returns a string formatted by the usual printf conventions. 

</description>
</item>
<item>
<title>Javascript benchmark</title>
<link>http://www.advancescripts.com/detailed/14294.html</link>
<description>This is a method which can be used to do a relative measure (benchmark) of the Javascript function performance. 

</description>
</item>
<item>
<title>Javascript url encode / decode</title>
<link>http://www.advancescripts.com/detailed/14286.html</link>
<description>This script is used to encode / decode url parameters. It is fully compatible with UTF-8 encoding. Useful when u want to transfer data using AJAX technology</description>
</item>
<item>
<title>Sothink DHTML Menu Suite</title>
<link>http://www.advancescripts.com/detailed/13902.html</link>
<description>Let your creation of JavaScript menus simple! The generated JavaScript menus can be compatible with most browsers. Template is provided to start menu without designing; image library is offered to use the image resource from the program. The search engine will find the menu's contents and its link easily by Search Engine Friendly Code Maker. It integrates with Dreamweaver and FrontPage seamlessly; you can edit the menu in web editor directly! 

</description>
</item>
<item>
<title>Javascript trim, ltrim, rtrim</title>
<link>http://www.advancescripts.com/detailed/13574.html</link>
<description>These function return a string with whitespace stripped from the beginning or end or both of the string. 

</description>
</item>
<item>
<title>Sortable HTML table</title>
<link>http://www.advancescripts.com/detailed/13573.html</link>
<description>This JavaScript code can be used to convert tables in ordinary HTML into sortable ones. This script is unobtrusive. No additional coding is necessary.</description>
</item>
<item>
<title>Actionscript MD5</title>
<link>http://www.advancescripts.com/detailed/13572.html</link>
<description>An ActionScript implementation of MD5 hash algorithm. This Actionscript is used to process a variable length message into a fixed-length output of 128 bits using the MD5 algorithm. 

</description>
</item>
<item>
<title>Compute style of element</title>
<link>http://www.advancescripts.com/detailed/13570.html</link>
<description>A method to get the styles on an element that aren't set in-line or with JavaScript.</description>
</item>
<item>
<title>Javascript UTF-8</title>
<link>http://www.advancescripts.com/detailed/12806.html</link>
<description>This script is used to encode/decode UTF-8 data/strings.</description>
</item>
<item>
<title>Javascript Base64</title>
<link>http://www.advancescripts.com/detailed/12721.html</link>
<description>This javascript code is used to encode / decode data using base64 (this encoding is designed to make binary data survive transport through transport layers that are not 8-bit clean). Script is fully compatible with UTF-8 encoding. You can use base64 encoded data as simple encryption mechanism.</description>
</item>
<item>
<title>Javascript MD5</title>
<link>http://www.advancescripts.com/detailed/12720.html</link>
<description>MD5 (Message-Digest algorithm 5) is a widely-used cryptographic hash function with a 128-bit hash value. MD5 has been employed in a wide variety of security applications, and is also commonly used to check the integrity of files or other data. This script is used to process a variable length message into a fixed-length output of 128 bits using the MD5 algorithm. It is fully compatible with UTF-8 encoding. It is very useful when u want to transfer encrypted passwords over the internet.</description>
</item>
<item>
<title>Javascript SHA1</title>
<link>http://www.advancescripts.com/detailed/12719.html</link>
<description>The SHA1 (Secure Hash Algorithm) is one of the many cryptographic hash functions. SHA-1 is considered to be the successor to MD5, another widely-used hash function. This script is used to process variable length message into a fixed-length output using the SHA1 algorithm. It is fully compatible with UTF-8 encoding.</description>
</item>
<item>
<title>Javascript SHA256</title>
<link>http://www.advancescripts.com/detailed/12718.html</link>
<description>The SHA (Secure Hash Algorithm) is one of the many cryptographic hash functions. It is suggested that SHA256 or greater must used for critical technology. This script is used to process variable length message into a fixed-length output using the SHA256 algorithm. It is fully compatible with UTF-8 encoding.</description>
</item>
<item>
<title>Javascript Assertion Unit Framework</title>
<link>http://www.advancescripts.com/detailed/11540.html</link>
<description>jsAssertUnit is a unit testing framework based on assertions, helping JavaScript developers to test their code. Failing assertions about the program state are tracked in a Reporter window of a DOM compliant browser : IE5+, Mozilla, Netscape 6+, etc.</description>
</item>
<item>
<title>Creativyst JavaScript Compressor</title>
<link>http://www.advancescripts.com/detailed/11539.html</link>
<description>Creativyst's JavaScript compressor allows you to format and comment your JavaScript code liberally and then compress it all out of your distribution script.  You may use whatever JavaScript coding style you'd like, such as line-feeds without semi-colons.  Run this compressor free from Creativyst's site or purchase a license to run it on your intranet or browser.</description>
</item>
<item>
<title>QLIB</title>
<link>http://www.advancescripts.com/detailed/11538.html</link>
<description>The library includes cross-browser implementation of a button, checkbox, progress bar, counter, overlay window, dialog box etc. QLIB differs from lots of similar collections mainly by propagating the OOP principles into JavaScript. Object inheritance simplifies the development and significantly reduces the traffic. It's time to forget old-fashioned basic-style coding. Attain professional quality of your web-projects with QLIB!</description>
</item>
<item>
<title>JavaScript Add-Ins</title>
<link>http://www.advancescripts.com/detailed/11537.html</link>
<description>There is further documentation and examples on the linked document. Please visit that to get a demonstration and to download the actual document to include into your site.</description>
</item>
<item>
<title>Simple Cross-Browser getElement Function</title>
<link>http://www.advancescripts.com/detailed/11536.html</link>
<description>This function will encapsulate the process of creating an object reference to an HTML element on your page. There are two versions of the function below: New-age browsers and older browsers. New age browsers are browsers compatible with Netscape/Mozilla 5+ and Internet Explorer 4+. Older browsers add to the compatibility Netscape 4.



(Recently tested with Firebird and newer Mozilla browsers, works fine!)</description>
</item>
<item>
<title>DHTML Debugger</title>
<link>http://www.advancescripts.com/detailed/11534.html</link>
<description>A Javascript Program that Exposes the HTML DOM Tree for browsing and editing. Enumerates HTML Object and Event Object Properties. Javascript Console and Error Log. Useful for Debugging HTML Pages, DHTML Scripts, and Cross-Browser Compatibility.  Simple to include on any page.</description>
</item>
<item>
<title>Stunnix JavaScript Obfuscator</title>
<link>http://www.advancescripts.com/detailed/11533.html</link>
<description>Stunnix JS-Obfus protects your JavaScript code

from potential analyzing/studying/reworking by

unwanted parties. It's both an obfuscator (mangler/cruncher/scrambler) and

encoder for the JavaScript source code, with advanced support for ensuring licensing conditions (script expiration, binding script to a set of servers, generic checks and actions). It

converts the JavaScript/JScript source files into

highly mangled and obfuscated form, making it

extremely difficult to study, analyse, reuse, and

re-work for competitors or customers, while fully

retaining functionality of the original source

code, and then encodes it afterwards, making it

completely unreadable. There are a lot of options

to control all aspects of code hiding, and full

support for all syntax constructs. Both client-side and server-side code can be protected, in raw .js files, in .asp or .html files. It is designed

to be multi-module aware. Comes with advanced cross-platform browser-based user interface that allows to protect even huge and complex projects in a several clicks of mouse. Utility for extraction symbols from ActiveX components included.</description>
</item>
<item>
<title>JSPackaging</title>
<link>http://www.advancescripts.com/detailed/11532.html</link>
<description>Tired of unordered, unclear and overlapping JavaScript files, or just looking for an easy way to separate your JavaScript from your (X)HTML? So was I, hence the creation of JSPackaging.



Through the use of 3 components (JSPackage, JSImport and JSLoad) JSPackaging provides JavaScript developers with Well-defined Data &amp; Functionality Encapsulation, clear Dependency Definition, and Simplified External Script loading.



In short, it brings Java's packaging structure to JavaScript, providing a simple and effective means of encapsulating scripts' functionality. With JSPackaging well ordered packages of JavaScripts can be easily created and imported into other JavaScript with minimal development effort.</description>
</item>
<item>
<title>Safe Compress</title>
<link>http://www.advancescripts.com/detailed/11531.html</link>
<description>Tool for compressing JavaScript source code. Eliminates comments, white spaces, line feeds, and other unnecessary characters, making your JavaScript source code substantially smaller so that it can be downloaded faster. Also provides lightweight obfuscation. Safe Compress is guaranteed to compress all JavaScript source code, without breaking your program.</description>
</item>
<item>
<title>Register Event Class</title>
<link>http://www.advancescripts.com/detailed/11530.html</link>
<description>JavaScript Class that allows for generic setting and removing of event listeners</description>
</item>
<item>
<title>Get Current Style Method</title>
<link>http://www.advancescripts.com/detailed/11529.html</link>
<description>Cross-platform JavaScript method for retrieving style information set in either a CSS style sheet, a  block, or inline</description>
</item>
<item>
<title>X11 (Named Colors) Palette</title>
<link>http://www.advancescripts.com/detailed/11528.html</link>
<description>X11 Colors are named CSS color constants. They are supported by all modern browsers.



Clicking on the color entries in the online palette will send the color's name and its corresponding RGB hexadecimal value to the text fields, where it can then be copied and pasted directly into your style sheet.</description>
</item>
<item>
<title>E-mail Obfuscator</title>
<link>http://www.advancescripts.com/detailed/11527.html</link>
<description>E-mail Obfuscator is an online tool for webmasters that obfuscates e-mail addresses that you enter, making them less vulnerable to spammers who use e-mail harvesting software, also called spam-bots.</description>
</item>
<item>
<title>Tito Web Studio</title>
<link>http://www.advancescripts.com/detailed/11526.html</link>
<description>Tito Web Studio is a feature rich and extremely effective JavaScript Debugger and JavaScript Profiler.  This enterprise grade software will help QA analysts and web developers debug and profile JavaScript related web projects. Tito Web Studio's JavaScript profiler is the first in the market. It assists developers profile untested code to locate performance bugs. It supports triggers to control workflow and records snapshots to determine performance bottlenecks. Performance snapshots are displayed in spreadsheet style with various lengths of colored bars to visually indicate time spent on code execution. Unlike Microsoft Script Debugger, Tito Web Studio's debugger is a stable JavaScript Debugger, capable of handling complex, lengthy code efficiently. Tito Web Studio supports classic debug operations, such as breakpoint, stack, variable, and watch features. Tito's debugger provides detailed expression evaluation through the ToolTip feature and also supports viewing of cached XML documents that use XSLT.</description>
</item>
<item>
<title>Save Link Method</title>
<link>http://www.advancescripts.com/detailed/11525.html</link>
<description>Generic JavaScript method that allows the user to save a link to a page. If the browser is Internet Explorer, a bookmark is saved. If the browser is in the Gecko family, a tab is added to the sidebar.</description>
</item>
<item>
<title>Browser Sniffer Class</title>
<link>http://www.advancescripts.com/detailed/11524.html</link>
<description>Lightweight JavaScript browser sniffer/detector class that gives information about browser type and version</description>
</item>
<item>
<title>DocWriter</title>
<link>http://www.advancescripts.com/detailed/11523.html</link>
<description>Use this online tool to automatically convert HTML into JavaScript document.write code.  Useful for simulating server-side includes where SSI is not available and for including conditional HTML into script.</description>
</item>
<item>
<title>System Color Palette</title>
<link>http://www.advancescripts.com/detailed/11522.html</link>
<description>System Color Palette is an interactive palette containing the CSS3 System colors.



Clicking on the color entries in the palette will send the color's name to the text field, where it can be copied and pasted directly into your style sheet.</description>
</item>
<item>
<title>MemTronic's HTML/JavaScript Cruncher-Compressor</title>
<link>http://www.advancescripts.com/detailed/11521.html</link>
<description>What it is good for:

================

The HTML/JavaScript Cruncher (also known as squeezing):

Removes whitespace and comments in ALL your JavaScript-Blocks, Style-Sheet-Blocks, HTML-Blocks.

This results in Bandwidth-Savings between 20% - 50%. (Depends on use of comments and style)

The entire file will work like any uncrunched file. (Search-Engines and users still can parse the code)

The HTML/JavaScript Compressor:

Compresses the entire file with a REAL compression-scheme! (Auto-DeCompression added to file)

(detects: pure JavaScript, pure HTML/CSS or HTML/CSS mixed with JavaScript).

This results in Bandwidth-Savings between 40% - 90%. (NO joke! ...seriously tested)

Besides the META-Tags (which are always kept untouched) the file is NO LONGER PARSEABLE by any Search-Engine or user! (Compressing .js files is ALWAYS A GOOD IDEA! ...hehe)

The HTML/JavaScript Obfuscator (not finished yet):

Obfuscates (scrambles) all JavaScript-Code so that it is no longer readable by human beings.

This results in additionally reduced size (short replace) or absolutely hard to read code (long replace)

The entire file will work like any unobfuscated file.

(Search-Engines still can parse the HTML-code BUT NO ONE can simply STEAL YOUR CODE! ...hehe)</description>
</item>
<item>
<title>jsDebugWin</title>
<link>http://www.advancescripts.com/detailed/11520.html</link>
<description>A simple and light, yet powerful javascript utility that allows you to print debug statements, view and modify page variables as well as execute functions and dynamically create functions that has access to the running browser state.</description>
</item>
<item>
<title>tag displayer</title>
<link>http://www.advancescripts.com/detailed/11519.html</link>
<description>this program displays short informations about tags you roll over;

[xhtml strict]</description>
</item>
<item>
<title>html spy</title>
<link>http://www.advancescripts.com/detailed/11518.html</link>
<description>this code parser gives you the whole document structure in a popup



[xhtml strict]</description>
</item>
<item>
<title>Javascript Simple Obfuscator</title>
<link>http://www.advancescripts.com/detailed/11484.html</link>
<description>This application converts JavaScript to code hard to decode.  It is the simple one only because it converts all the codes into ISO-Latin-1.  Therefore please do not use it in a scene needing strong security.  but, because it has effect for user of general level, we are using it in this website.  At first please use a free trial version.</description>
</item>
</channel>
</rss>
