| Related sites for http://javascript.about.com/ |
| GlassRoom_3_0 A web-based text/voice chat with database connectivity, user privileges, web-based management, password protected rooms, and file transfer. | | Dunster_Net Suresh Chanmugam provides pictures of the team which set up this computer network at Harvard, with a note of its history. | | Conferences_and_Workshops A calendar maintained by SymbolicNet. | | RFC_2055 WebNFS Server Specification. B. Callaghan. October 1996. | | eTRAKSonline A secure and private online database and information management service for personal or business information. | | Martin_Technology_Services Offers internet solutions based on Linux free-standing or rack-mounted servers. | | Computer_Bus_Tools Test Solutions utilizing Ethernet Networks for-Gigabit Ethernet. | | Digitalme Web-based personal information manager from Novell. Features include address book, one-click universal updating, single-click sign-on, and automatic form-fill. | | Zinc Provides a portable and international framework for the development of high performance, mission critical applications. | | Ratcliff,_James_(Falazar) Advanced Dungeons and Dragons, Illuminati resources. OpenGL, Perl, PHP, Javascript scripts and tutorials, VRML. | | The_Apple_Way__A_broader_take_on_the_\"Mac_vs__PC\"_debate Blog article on the difference between Apples approach and that of other tech companies. (December 4, 2003) | | Typo3 A unique system that features dynamic graphical menus, different templates based on browser type, automatic image scaling and user groups. | | Physical_Security_Policy Policy template by Walt Kobus defines requirements for physical access control to sensitive facilities and use of ID badges. [PDF] | | Regular_Expression_Quick_Reference Single sheet quick reference card for regular expressions. [PDF] | | WizzyWeb Web-based rapid application development (RAD) tool for creating database applications optimized for PHP MySQL. Also supports PEAR:DB for creating applications for Oracle, SQL Server, Sybase, and IBM. | | The_C++_Standard_Template_Library_Overview Another Online Tutorial about STL. | | Piccolo_XML_Parser_for_Java Fast non-validating XML parser for Java supporting SAX 1, SAX 2.0.1, and JAXP 1.1. [Open Source, LGPL] | | Blue_Box Offers design, hosting, e-commerce solutions and custom programming. Located in South Africa. | | Google_-_Yahoo_Comparison Tool for comparing the search results of Google and Yahoo in the same page. | | Center_Stage_Software WinTix box office ticketing and accounting software and WebTix internet-based ticket sales. |
|
JavaScript tutorials, scripts, answers and much more JavaScriptvar ziRfw=0;function zIpSS(u){zpu(0,u,280,375,"ssWin")}function zIlb(l,t,f){var u=new Array([["1/XJ/W9","1/XJ/WP"],["1/XK/WB","1/XK/WQ"],["18/15m","1/XL/WR"]],[["18/15o","18/1Pp"]],[["1/XJ/WA","1/XJ/WP"],["1/XK/WC","1/XK/WQ"],["18/15m","1/XL/WR"],["18/15o","18/1Pp"]]);var p=l.parentNode.parentNode.parentNode.parentNode.id=="oC"?0:1;var clk;if(arguments.length==3){if(t==1){f=0}if(t==2&&!zIos(l.href)){f=3}clk=u[t][f][p]}else{var c=l.parentNode.parentNode.className;var t=c=="obE"?0:(c=="obS"?1:(c=="obO"?2:-1));var f=t==0?2:(t==1?0:(t==2&&zIos(l.href)?2:(t==2&&!zIos(l.href)?3:-1)));clk=u[t][f][p]}if(!clk)clk="18/15p";zT(l,clk)}function zIos(u){var r=(u.indexOf("&zu=")>0&&(u.substr(u.indexOf("&zu=")).indexOf("about.com")>0)||u.indexOf("http://")0)?false:true;return r}zOBT=" Ads"
zJs=10
zJs=11
zJs=12
zJs=13
zc(5,'jsc',zJs,9999999,'')
zDO=0
z930=zpreC(930,48);if(thin){z930=0};z160=zpreC(160,600);z336=zpreC(336,280);z728=zpreC(728,90);z155=zpreC(336,155);zItw=160;if(thin)gEI('abw').className='thin';Search JavaScriptvar h2=document.getElementsByTagName("h2")[0];if(h2.getElementsByTagName("a")[0].firstChild.nodeValue.length>28)h2.className="long";HomeComputing & TechnologyJavaScriptif(z930==0 && z728>0){adunit('','',uy,ch,gs,728,90,'1','lb',1)} Emailw(x2+zWl+'?p=1" zT="18/1[N" rel="nofollow">Print')JavaScriptFundamentalsTutorialsScript Library if(z930>0){adunit('','',uy,ch,gs,930,48,'1','s',1)}Must ReadsJavascript 101Choosing Prebuilt Scripts Common Javascript ErrorsFeature SensingJavascript Glossary and Reserved Words Guide since 2004By Stephen ChapmanJavaScript GuideFree NewsletterMy BioMy BlogMy ForumBrowse TopicJavascript TutorialsProblem SolvingControls and WidgetsValidating FormsRegular ExpressionsSite NavigationAnimation & EffectsWindows and FramesFun with ImagesAjaxBookmarklets & User ScriptsScript MakersScript LibraryReferenceScripts You Can CopyJavaScript you can use without having to learn JavaScriptThere are hundreds of JavaScripts that I have written that you may copy and install onto your own site.Read moreThings to NoteCopyright ConditionsHow to Copy and PasteWhat are the Head and Body?zob();Learn Modern JavaScriptModern JavaScript is completely unobtrusive with all the code going in a separate file with only the script tag in the HTML. Whether you are just starting to learn JavaScript or have been using it for many years your JavaScript should be unobtrusive.Read moreThe Next StepRegular ExpressionsDocument Object ModelAjaxStephen's JavaScript BlogAdd to: iGoogleMy Yahoo!RSSPiano Chord CalculatorSaturday September 6, 2008JavaScript can create all sorts of unusual calculators
This calculator script is rather specialized in what it does and will probably only be of interest to piano teachers (as an actual calculator). It does make use of several rather unique Javascript coding techniques such as Drawing with CSS, Passing multiple values in one form field, Multi dimensional arrays, and How to test stylesheet colours. See how I managed to combine all of these together to produce the Piano Chord Calculator.
Piano Chord CalculatorComments (0)PermalinkPassword GeneratorFriday September 5, 2008Create passwords with JavaScript
Generate passwords to your specifications with the JavaScript password generator. You choose a length (between 7 and 20 characters) and the types of characters that the password must start with and contain. Even if you aren't interested in generating passwords you may find the JavaScript code interesting as it uses lots of array manipulations. A series of tutorials describes line by line how this script works.Comments (0)PermalinkBudget Calculator GeneratorThursday September 4, 2008Create your own unique budget calculator complete with JavaScript validation
Budget calculators are fairly simple scripts since all they have to do is add and subtract a few numbers. Where creating a budget calculator becomes more complex is in adding all of the field validations. Even for someone with a decent JavaScript knowledge creating one can take a fair amount of time or used to before I created this page which will create a custom budget calculator for you.
Budget Calculator GeneratorComments (0)PermalinkcreateDocumentFragmentWednesday September 3, 2008JavaScript can use the DOM to build whole sections of HTML to be added in one go
So far in the tutorial series on the JavaScript DOM we have looked at ways to add, change, and delete single elements within our web page. In this fourteenth tutorial we look at how you can build up a collection of HTML elements and then use one single JavaScript command to add them all to your web page in one go. This way you wont have the pieces appearing one at a time as the code runs.
createDocumentFragmentComments (0)Permalink See More Blog EntrieszSB(2,5);Free JavaScript Newsletter!Sign Upif(z336>0){w(''+ap[0]+at[4]+as[0]);adunit('','','about.com',ch,gs,336,280,'1','bb',3);w('')}if(z155>0){w(''+ap[0]+at[4]+as[0]);adunit('','','about.com',ch,gs,336,155,'1','ps',4);w('')} Discuss Recent Blog Posts Piano Chord Calculator Password Generator Budget Calculator Generator Community Forum New posts to the Focus on JavaScript forums:formProtecting Web PhotosJavascript form redirect if(zp[7].d){Dsp(zp[7],'ip')}if(zp[4].d){Dsp(zp[4],'ip')}if(zp[11].d){Dsp(zp[11],'ip')}zSB(3,3)Explore JavaScriptMust ReadsJavascript 101Choosing Prebuilt Scripts Common Javascript ErrorsFeature SensingJavascript Glossary and Reserved WordsMost Popular Using window.onload Open an AJAX Request Modal Windows document.write Modal Dialog Box SearchBy CategoryJavascript TutorialsProblem SolvingControls and WidgetsValidating FormsRegular ExpressionsSite NavigationAnimation & EffectsWindows and FramesFun with ImagesAjaxBookmarklets & User ScriptsScript MakersScript LibraryReferencesplitList(gEI('bc2').getElementsByTagName('ul')[0]); More from About.com Work Hard, Travel EasyThe best tips for business travelers. Dog CareGet tips on training and caring for dogs of all ages. 48 Hours in VegasPlan a hot weekend in Sin City. Hotel AdviceThe must-stay hotels worldwide. Browse All About.comprepareTools();zCi();validateForms(); JavaScriptvar h2=document.getElementsByTagName("h2")[0];if(h2.getElementsByTagName("a")[0].firstChild.nodeValue.length>28)h2.className="long";HomeComputing & TechnologyJavaScriptMost PopularLatest ArticlesAdd to: iGoogleMy Yahoo!RSSAdvertising InfoNews & EventsWork at AboutSiteMapAll TopicsReprintsHelpUser AgreementEthics PolicyPatent Info.Privacy PolicyOur StoryBe a Guide©2008 About.com, a part of The New York Times Company.All rights reserved. var tcdacmd="dt;da"; |
|