Go4Expert
>
Articles
>
Web Development
> JavaScript and AJAX
JavaScript and AJAX Web Development Tutorials
JavaScript, jQuery and AJAX (Asynchronous JavaScript and XML) Tutorials.
Title
/
Author
Replies
Views
Timer In JavaScript
(
1
2
)
Well all would have at some point of time needed to make a timer in JavaScript. I have made a timer in Javascript. The script shows the timer in the status bar,you can modify it to display the timer anywhere you want. Check out the code below: var mins,secs,TimerRunning,TimerID; ...
By pradeep
Last Message By
zulfiqarali.19
12
124,862
Tracking Feedburner Form Submissions in Google Analytics
Feedburner statistics are not part of Google Analytics and I couldn't understand why but you can track Feedburner Email Subscription Form Submission in Google Analytics Very easily. Activate Email Subscription for your Feed in Feedburner and grab the HTML code of your subscription form. The HTML...
By shabbir
0
2,167
Trim function JavaScript/JScript
I needed to trim a string and also replace more than one spaces with a single space. The solution was simple with String.replace in JavaScript. Here's the code: var m = " My name is Pradeep "; m = m.replace(/^+/,'').replace(/+$/,'').replace(/{2,}/,' '); Making a function out of it. ...
By pradeep
Last Message By
Full Zip Hoody
7
113,198
Workarounds for JavaScript "eval"
(
1
2
)
Introduction One Javascript function that gets used such frequently than it should to be is "eval". "eval" evaluates the content of a text string passed to it and then executes it as if it were normal Javascript code.. Actually, we should never use eval for any purpose in our code, be it...
By pradeep
Last Message By
Full Zip Hoody
10
53,792
Working on HTML Enities in Javascript
Introduction Some characters are reserved in HTML. For example, you cannot use the greater than or less than signs within your text because the browser could mistake them for markup. If we want the browser to actually display these characters we must insert character entities in the HTML...
By pradeep
Last Message By
pradeep
4
3,343
Working with operators in VBScript
An operator is a symbol applied to data values that causes the computer to carry out a specific operation on that data . In VBScript, operators are used to perform an operation. For example, an operator could be used to assign a value to a variable. An operator could also be used to compare two...
By Sanskruti
0
27,073
Working With Popup Windows in JavaScript
JavaScript is widely used for client side scripting ranging from simple effects to creating a rich UI like GMail. A significant operation with the client browser involves working with the browser window, like scrolling, resizing popup window, detecting window resize by the user, opening new...
By pradeep
Last Message By
unni krishnan.r
1
1,917
Xmlhttp in JavaScript
Xmlhttp is hot these, with the advent of AJAX.Xmlhttp is mainly used on the client-side to query or fetch blocks of data from the server.A typical example would be when in a sign up form the user selects the country the states for the selected country is automatically populated in the state...
By pradeep
0
15,023
Page 3 of 3
<
1
2
3
Already a member?
User Name
:
Save
Password
Forgot Username/Password?
Not a member yet?
Create Your Free Account Now.
Search Go4Expert
Advance Search
Latest Forum Topics
Mobile Friendly Lightbox Pop Up
Under
JavaScript and AJAX
Slide to Login for Websites ~ The new CAPTCHA system
Under
JavaScript and AJAX
What is java script?
Under
JavaScript and AJAX
Is this right VisualBasicScript forum?
Under
JavaScript and AJAX
Better Pop Up Coding to Avoid Blocks
Under
JavaScript and AJAX
Find Us On Facebook
Latest Articles
Share Cross-Domain Data using CORS in JavaScript
Under
JavaScript and AJAX
Client Side Sorting With JavaScript
Under
JavaScript and AJAX
AJAX Basics
Under
JavaScript and AJAX
Working With Popup Windows in JavaScript
Under
JavaScript and AJAX
Tracking Feedburner Form Submissions in Google Analytics
Under
JavaScript and AJAX
Home
Articles
Programming
Web Development
Operating System
Database
Ethical hacking
Game Programming
Engineering Concepts
Internet Marketing
Gadgets Reviews
Forums
Programming
Web Development
Operating System
Database
Internet Marketing
Ethical hacking
Game programming
Jobs & Careers
Engineering Concepts
Website Monetization
Web hosting
Review My Site
Gadgets
Community
Meet and Greet
General Chat
Chit Chat
Suggestions & Feedback
Newsletter Archives
Freelance Marketplace
Help and Support
Jobs
Search
What's New
Whatsup Today
Newsletter
Site Index
DMCA
Programming and Web Development Forum