NEW LISTINGS  HOT LISTINGS  TOP RATED  EDITOR PICK  ADD A LISTING  UPDATE A LISTING  GET RATED  UPGRADE A LISTING
  HOME     MY ACCOUNT     POWER SEARCH     REGISTER     MEMBER LIST     SUGGEST CATEGORY  

Average Visitor Rating: 0.00 (out of 5)
Number of ratings: 0 Votes

Visitor Rating

Flow Control Statements
36980 Flow Control Statements http://www.herongyang.com/JavaScript/Statement-Flow-Control-Statement.html This chapter provides a quick introduction of JavaScript flow control statements. Topics include 'if...then' statements, 'while' statements, 'for' statements, 'break' statements, etc..

What Is a Statement?

Conditional "if" Statements

Conditional "if" Statement Examples

"switch ... case" Statements

"switch ... case" Statement Example

"for" Loop Statements

"for" Loop Statement Example

"while" Loop Statements

"while" Loop Statement Example
JavaScript > Tips and Tutorials > Introduction to JavaScript Feb 5, 2008 Dr. Herong Yang send email to Dr. Herong Yang

Write a Review   Add to My Favorite   Refer it to Friend   Report Broken Link  



Other links owned by this user
Implement a DNS server in pure PHP.
Category:

Features :
Keeps the search box hidden when it is not required.
Pops up search box inside page on click without reloading page.
Category:

A cookie is a small amount of data which is either stored at client side in text file or in memory of the client browser session. Cookies are always sent with the request to the web server and information can be retrieved from the cookies at the web server. In ASP.Net, HttpRequest object contains cookies collection which is nothing but list of HttpCookie objects. Cookies are generally used for tracking the user/request in ASP.Net for example, ASP.Net internally uses cookie to store session identifier to know whether request is coming from same client or not. We can also store some information like user identifier (UserName/Nick Name etc) in the cookies and retrieve them when any request is made to the web server as described in following example. It should be noted that cookies are generally used for storing only small amount of data(i.e 1-10 KB)
Category:

You can integrate into any web application and use for any proposes. Usefull for mass emailing services where you can allow your clients to import their own contacts.
Category:

There are 3 main parts, the Javascript, the HTML and the PHP script.
For this tutorial i am making it so you can change the date with the form and it will update the calendar without having to reload the entire page, AJAX style.
Category:

Learn how to generate Random Number Using RND Function And Randomize Statement.
Category:

The number links PHP script (also known as linking numbers or number pixel script) is an unique and innovative way for starting your advertising web site. Once you install the script, there will be very little intervention needed to keep it running because script have integrated contact form, report numbers form and after the payment return form.
Category:

PHP script is an easy to install complete content management solution for people who want to create their own media content website where the visitors will pay for time period access.
Category:

getBookmarked.com will help you to Bookmark a site into several Social Bookmarking Services. Instead of using different links to each Social Bookmarking website, you have to keep only a single link to all of them! When you use this Free service in your Website or Blog, visitors will be able to bookmark it in 50 Popular Bookmarking Services.
Category:

Hi! Today we are going to review a very important part of the development process of a web application. The validation of users input. This is one the trickiest parts of any application at all. Why is that? Because the developer doesn't control it. You can write the best algorithm in the world, but still if it includes user input there is a place for mistakes. Even if we put some coplicated logic to prevent the input of wrong symbols, check the consistence of the data and do whatever possible to make sure that it is all OK, there is still possibility that the users enter the wrong number. Though all said, we must try to prevent the most of human errors and the best way to do this is by using Regular Expressions.
Category:

REST is short for Representational State Transfer. I'd place that into the category of names that makes more sense once you understand what REST is, but isn't quite so helpful in terms of explaining it. REST is often heard in the context of web services. When it was suggested as a topic for me to write about it was described to me as a web service but doing "the query string thing" to pass it parameters. That's not really what it's about, though.
Category:

This ASP Mailinglist application allows you to easily manage and send news letters to the subscribers.You can send different news letter to different level of subscriber. The Administrator has full rights to add/edit/delete and other control panel features while the Moderator can add/edit/delete the subscriber accounts and can edit his/her own account. Other new features including online display settings and compact db, etc. are added in this version.
Category:

AtomatiCMS is a simple-to-use content management system that caters for everyone; from everyday users to web developers. AtomatiCMS is a lightweight web application that, at its core, can provides all the functionalities required to create a functional website which can be easily managed. However, its framework can be built upon by adding modules, providing endless possibilities on its capabilities.

With AtomatiCMS, you can easily create a website from scratch or convert your current static website so that it can be fully managed via AtomatiCMS.
Category:

Due to the difference in testing environment, online debugging is essential as the last stage of the development of websites. Almost all website developers have the painful experience of repeatedly shifting between HTML editing environment, source code editor, FTP software and browsers. For daily maintenance of website, so many software needs to be started one by one even for modifying just one link and color, which makes those operations appear to be rather complicated.



EditOne will help relieve you of these trifling details, provide convenience for your web-page editing, testing and maintenance and see you off to the last stage of the website development and testing.
Category:

DEKSI CRM for Linux is a powerful and feature rich multi-platform and scalable Customer Relationship Management solution in JAVA with a rich user interface to be run on the Internet as an On Demand, Hosted application and/or to be run in a company's local network as a traditional desktop application. DEKSI CRM comes complete with marketing automation, sales force and contact automation, contract automation, quote and invoice management, product management, sales forecasting, reporting and analysis, integration with MS Outlook, MS Excel, Adobe PDF, Website integration, logistics, trip and employee management, shared calendar, instant messaging and chat and much more! DEKSI CRM offers a wide variety of different features and helps set the new standard for excellence in CRM software.
Category:

Get your own profitable MySpace resource website

Comes with Google AdSense built in! Make Money of Advertisements!

Powerful MySQL database implemented. Admin Panel also included!
Category:

This chapter provides tutorial notes on connecting PHP scripts to MySQl servers. Topics include creating database connection objects; executing INSERT INTO, SELECT, and UPDATE statements from PHP scripts.
Category:

Warning: Don't Be A Victim Of Poor Email Delivery Rates And Monthy Fees...Own The Script For Yourself And Send Unlimited Text Html Audio Video Follow-Up Emails
Category:

This is a very simple code and hardly requires any explanations. If you need any put the post here.
Category:

Learn how to create silhouette appearance of women. First, the silhouette of women will be appear and after that only picture of women. This animation you can use when you like to appear some object, picture... Also you can use it as flash header, banner... This lesson is very easy for create an you don't have to use action script code to make it.
Category:

Other links at JavaScript > Tips and Tutorials > Introduction to JavaScript
Communicate privately with other members (PM).
Get points (BK$) for making posts, which can be converted into Money,Domains,Hosting etc..
Donate your earned points (BK$) to other users for works like "They make posts for you","Suggest you something" etc....
Respond to threads and start your own threads.
Get access to our Marketplace where you can sell/buy websites,domains etc. You can offer your services and make money.
Category:

You will not believe how important loops are in programming. Loops help a program decide what to do. From the simplest thing that may sound like ?While the visitor visits the website between 7AM and 10AM say ?Good morning?? to ?If browser is Internet Explorer use x function, if browser is Firefox use y function?.
Now, an example more suitable for JavaScript will be choosing between two different types of scripts, one for Internet Explorer browser and one for Netscape, because of some incompatibility between the two.
No matter where, loops are frequently used in programming. There are several types of loops and you will learn them all by reading the below lessons.
Category:

You?ll get familiar with operators really soon, that?s because you already know the basics of them. Yes, you do. You learned about them in your first years of elementary school. Addition, subtraction, multiplication, division? this is what operators are all about.
Category:

It all started with Java. Java, developed by Sun Microsystems was intended to be used only in consumer electronics, but now it?s used as an advanced programming language for the Internet. First browser to implement Java was HotJava, developed by Sun Microsystems for testing purposes. Netscape integrated it in its browser, Navigator, and after this Java gained interest.
However, Netscape decided to implement some other language in its browser, a simple one, a scripting language. LiveScript was the first scripting language for the web. The syntax of LiveScript is based on Java, and it?s an interpreted language, not a compiled one like Java. Sun agreed with this language, and both companies decided to call it JavaScript.
Webpages visually enhanced, functionality increased, CGI scripts used more rarely, and all that with a programming language that is a lot easier to learn and makes programming simple things a lot easier.
Category:

Alert boxes could be used to help users find mistakes, warn them of hazards, or to display a status of events.
Category:




Main Category
165
2028
756
275
169
1801
1074
892
1127
7088
70
874
58
2145
170

Join Mailing List
Joining mailing list will entitle you to receive occasional emails informing you of news and updates to the site and any special offers that may be of interest to you.



Top 10
Directory Statistics

Links: 18673
Categories: 1275
Registered Users: 536
Mailing List Subscribers: 2031
Unique Outgoing Hits: 192540

Pagerank Statistics
PR 10
2 site(s)
PR 9
9 site(s)
PR 8
28 site(s)
PR 7
243 site(s)
PR 6
771 site(s)
PR 5
1848 site(s)

PHP News