Home
|
Contact Us
|
Search
|
SiteMap
Home
Our Projects
Web Projects
Applications
Misc / Other
Tutorials
Hrvatski tutorijali
Tutorials
JavaScripts
PHP & MySQL
Tools
CSS Optimizer
Contact
Search
Search Keyword:
Any words
All words
Exact phrase
Ordering:
Newest first
Oldest first
Most popular
Alphabetical
Section/Category
Search Keyword
javascript
Total 45 results found. Search for [
javascript
] with
Results 1 - 45 of 45
5
10
15
20
25
30
50
1.
What is PHP (Hypertext Preprocessor)
(Development/PHP & MySQL)
...l a webpage is actually a “product” of PHP. Most Web programming languages are server-side, but some, such as
JavaScript
, are client-side, which means they run on the visitor’s web browser. Server-sid...
Monday, 18 May 2009
2.
Uredjivanje sadržaja bilo koje web stranice u Internet pregledniku
(Development/Hrvatski tutorijali)
...net Explorer te Opera. Copy/paste-ajte slijedeći kod na adresnu liniju (adress bar) te pretisnite enter.
javascript
:document.body.contentEditable='true'; document.designMode='on'; void 0Ukoliko ...
Saturday, 17 January 2009
3.
Add url to Favorites / Bookmarks
(Development/JavaScripts)
...licking on the link prompts the user with a dialog box to add the specified URL to the Favorites list. The
javascript
code mentioned on IE MSDN page doesn't work in other browsers. window.external....
Monday, 21 January 2008
4.
Glossary of Technical Terms
(Development/Tutorials)
...such as calculators, animations, and interactive games.
JavaScript
- A programming language for use in web pages that ...
Wednesday, 12 December 2007
5.
JavaScript Timing Events
(Development/JavaScripts)
JavaScript
Timing Events With
JavaScript
, it is possible to execute some code NOT immediately after a function is called, but after a specified time interval. This is called timing events. It
Sunday, 17 June 2007
6.
Detecting a particular browser
(Development/JavaScripts)
...r browser. As mentioned earlier, this is useful because you could have a page that supports
JavaScript
for only Netscape 3.0, therefore, you don't want a visitor to visit th...
Sunday, 17 June 2007
7.
Measuring users' time on a page
(Development/JavaScripts)
... <HTML><HEAD><TITLE>Detecting User's Time on a Page</TITLE><SCRIPT LANGUAGE="
JavaScript
">function person_in() function person_out() </SCRIPT></HEAD><...
Sunday, 17 June 2007
8.
Displaying page update information
(Development/JavaScripts)
...lt;/HEAD><TITLE> Displaying Update Info</TITLE><BODY bgcolor=ffffff><script language="
JavaScript
"><!--hide script from old browsersdocument.write("<h2>This page has...
Sunday, 17 June 2007
9.
Get the Viewer's Screen Resolution
(Development/JavaScripts)
...ld send the viewer an alert when a link is clicked that gives the screen resolution: <A href="
javascript
:alert('Your resolution is '+screen.width+'x'+screen.height);"> Click for you...
Monday, 14 May 2007
10.
Advanced String Handling
(Development/JavaScripts)
How to use some of the
javascript
methods for taking apart string variables and working with them. This two-part tutorial takes you through charAt, indexOf, and the split method. To get star
Monday, 14 May 2007
11.
The Math Object
(Development/JavaScripts)
The
JavaScript
Math object allows you to perform various calculations using its member functions. This two-part tutorial takes you through the use of the Math object, and then how to use the M
Monday, 14 May 2007
12.
The Date Object: with Clocks
(Development/JavaScripts)
A two-part section on the date object, using the creation of two
javascript
clocks as examples. Now, you would like to have a clock for your web page- but how do you go about coding such a cloc
Monday, 14 May 2007
13.
External JavaScripts
(Development/JavaScripts)
Use an external
javascript
! Have you been looking for a way to use one page of
javascript
code on multiple pages, without needing to paste the code into page after page? Well, this is where an e
Monday, 14 May 2007
14.
More JavaScript Buttons
(Development/JavaScripts)
... (the reverse of my normal routine!). You will see that we can call a function on each event: <A href="
javascript
:void(0)" onMouseover="lightup('pic1')" onMouseout="turnoff('pic1')" onMouseDow...
Monday, 14 May 2007
15.
Navigation Drop Boxes
(Development/JavaScripts)
...y below: Page 1 My Cool Page For this drop box to do this, we must use a
javascript
that will access the Select Box and then go to the new destination. In t...
Monday, 14 May 2007
16.
Beginning With Forms
(Development/JavaScripts)
Start using
JavaScript
with forms! You can do many things with
javascript
using your forms. Great, you say, but where does one figure out how to access those form elements with
javascript
? Well
Monday, 14 May 2007
17.
JavaScript and Frames
(Development/JavaScripts)
What a combination! A two-part tutorial on using
JavaScript
with frames, including how to change two frames at the same time.
JavaScript
and Frames. Frames and
JavaScript
. Sounds like a mess doe
Monday, 14 May 2007
18.
JavaScript Object Detection
(Development/JavaScripts)
...has a lot of browser differences. Well, instead of checking for the browser, we could have checked for the
javascript
object that we needed for the script to work. Since we know that a hover but...
Monday, 14 May 2007
19.
JS Rollovers/Hover Buttons
(Development/JavaScripts)
A four-part section on
javascript
rollovers including the basic rollover, changing a different image, changing two images, and changing a single image from a set of links. The first section use
Monday, 14 May 2007
20.
Preloading Images
(Development/JavaScripts)
Preload your images with
javascript
so that they can be used more quickly when you have an image script. Typically used with a rollover script. Preloading images is a technique often used in Rol
Monday, 14 May 2007
21.
JavaScript Arrays
(Development/JavaScripts)
This two-part tutorial covers the introduction to
javascript
arrays including how to define them and some basic uses of arrays. It then goes on to cover associative arrays and how they can be u
Monday, 14 May 2007
22.
The setTimeout Function
(Development/JavaScripts)
...ere able to just watch? Let's look at the script for this trick: <HEAD> <SCRIPT language="
JavaScript
"> <!--hide function newtext() function moretext() //--> </SCRIPT...
Monday, 14 May 2007
23.
Using Link Tags For Scripts
(Development/JavaScripts)
Use the link tag instead of a button to access your
javascript
s. If you like links better than buttons, this is the place to be. I get this question so much, I figured I'd better get in gear and
Monday, 14 May 2007
24.
Opening a New Window
(Development/JavaScripts)
Open a new browser window with
javascript
that can look like a fairly plain window or another browser. To open a new window, you will need to use yet another ready-made
JavaScript
function. Here
Monday, 14 May 2007
25.
Redirection
(Development/JavaScripts)
...tantly, you just need to add a short command in your head section: <HEAD> <SCRIPT language="
JavaScript
"> <!-- window.location="http://someplace.com"; //--> </SCRIPT> &...
Monday, 14 May 2007
26.
Browser Detection
(Development/JavaScripts)
...s to what browser they are using (just to bug them). Like this: <HEAD> <SCRIPT language="
JavaScript
"> <!-- var browserName=navigator.appName; if (browserName=="Netscape") ...
Monday, 14 May 2007
27.
Confirmation Boxes
(Development/JavaScripts)
...e your viewers a choice on an action. This is handy as a way of asking "Are you sure you want to....?". A
javascript
confirmation box can be a handy way to give your visitors a choice of whether o...
Monday, 14 May 2007
28.
Passwords
(Development/JavaScripts)
...ecure, but they help with learning prompts, alerts, and redirection. OK, I finally got around to writing the
javascript
password protection tutorial. You will see the example script here is pretty...
Monday, 14 May 2007
29.
JavaScript Prompts
(Development/JavaScripts)
...e, and then write their name on your page right before their very eyes.......Well, you can do this using a
javascript
prompt. Here's the command: prompt('Your Question', ' '); This w...
Monday, 14 May 2007
30.
Variables, Functions, Operators, Conditionals
(Development/JavaScripts)
In a two-part section, we jump into the world of creating variables and functions. Then we look at some
javascript
operators and conditional statements. Now it's time to get into some really fu
Monday, 14 May 2007
31.
JavaScript Alerts
(Development/JavaScripts)
Alert! Alert! How to pester your viewers until they can't take any more. Oh yes, and how to create a
JavaScript
alert box. Well, you want to add one of those
JavaScript
alert boxes that come ou
Monday, 14 May 2007
32.
Using Buttons for JavaScripts
(Development/JavaScripts)
...script. Now, I know you don't just want to make buttons that don't do anything, so let's look at a
javascript
command that will make the browser do something when a viewer clicks it: on...
Monday, 14 May 2007
33.
onMouseover: Your first Script
(Development/JavaScripts)
...prise. Well, it used to be a surprise, but it is used quite a bit now. Well, its time to try out your first
javascript
. This one is nice because we don't have to deal with adding the script t...
Monday, 14 May 2007
34.
The Basics- JavaScript Tutorial
(Development/JavaScripts)
See the basic format of a
JavaScript
so that you can recognize a
javascript
when you see one in the HTML code. To get started with
JavaScript
, you will want to be able to see the tag that will se
Monday, 14 May 2007
35.
What you need to use JavaScript
(Development/JavaScripts)
See what is required for you to be able to see and use
JavaScript
for your site. To begin learning
JavaScript
, you will need to have a few things. Here they are: You should know how to us
Monday, 14 May 2007
36.
JavaScript: Event handlers
(Development/Hrvatski tutorijali)
Javascript
programi su tipicno pokretani sa eventovima. Eventovi su dogadaji koji se dešavaju na web stranici obicno kao rezultat necega što je korisnik napravio, iako ne uvijek.Javascri
Saturday, 12 May 2007
37.
JavaScript: Document Object Model
(Development/Hrvatski tutorijali)
U
Javascript
u je moguce kreirati vlastite objekte, ali cešca je upotreba vec postojecih, ugradenih objekata koji omogucavaju rad i manipulaciju sa web stranicom i preglednikom. Taj skup vec pos
Saturday, 12 May 2007
38.
JavaScript: Verzije i kompatibilnost
(Development/Hrvatski tutorijali)
Postoji nekoliko verzija
Javascript
a podržanih od preglednika i njihovih verzija. Nažalost, to ponekad može dovesti do nejasnoca i nekompatibilnosti. Pošto je izvorno Netscape predstavio JavaSc
Saturday, 12 May 2007
39.
JavaScript: Tipovi podataka
(Development/Hrvatski tutorijali)
Javascript
svrstava podatke u nekoliko mogućih tipova. Integer, Floating point, Boolean, String, Objects, Null, Undefined
Javascript
svrstava podatke u nekoliko mogućih tipova. Integer -
Saturday, 12 May 2007
40.
JavaScript: Vidljivost (Scope)
(Development/Hrvatski tutorijali)
...nost nekoj varijabli, morate u obzir uzeti problematiku vidljivosti. Varijabla može biti globalna ili lokalna.
Javascript
kod je kao i kod bilo kojeg drugog programskog jezika, sastavljen od naredbi ko...
Saturday, 12 May 2007
41.
Naredbe u JavaScriptu
(Development/Hrvatski tutorijali)
Sintaksa osnovnih naredbi u
JavaScript
u, struktura petlje itd.Sintaksa osnovnih naredbi u
JavaScript
u: if (uvjet) [else ] Naredbe između [ ] zagrada (else) nisu obvezne. Ako želimo izvr&sc
Saturday, 12 May 2007
42.
JavaScript izrazi i operatori
(Development/Hrvatski tutorijali)
...i, operatora i izraza koji daje jednu vrijednost, koja može biti broj, niz slova ili logička varijabla.
JavaScript
ima sljedeće vrste izraza: - aritmetičke - koji daju za rezultat bro...
Saturday, 12 May 2007
43.
JavaScript vrijednosti, imena i oblik varijabli
(Development/Hrvatski tutorijali)
Kod
JavaScript
jezika vrsta varijabli nije strogo određena. Kod deklariranja varijabli nije potrebno strogo odrediti vrstu podataka, a ona se može promjenti u toku rada sa tom varijablom. JavaScr
Saturday, 12 May 2007
44.
Uvod u JavaScript
(Development/Hrvatski tutorijali)
Što je
JavaScript
, koje su karakteristike. Koja je razlika između
JavaScript
e i JaveJava je objektno orijentirani programski jezik, izveden iz C i C++ jezika, namijenjen razvoju aplikacija
Friday, 11 May 2007
45.
JavaScripts
(Category Blog)
Code snippets, tutorials and tricks for JavaScrip language.
<< Start
< Prev
1
Next >
End >>
When a webpage requires registration
I provide my real email address
I provide my secondary email
I provide fake email
I avoid those sites
Login
Username
Password
Remember me
Lost Password?
No account yet?
Register
Tools
Coming soon...
Webmaster Link Exchange
Syndicate
Home
|
Search
|
Contact Us
|
Uvjeti - Disclaimer
|
SiteMap