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
script
Total 51 results found. Search for [
script
] with
Results 1 - 50 of 51
5
10
15
20
25
30
50
1.
What is PHP (Hypertext Preprocessor)
(Development/PHP & MySQL)
...d specific gadgets for his HTML website. Lerdorf decided to create a set of tools based on another, older
script
ing language called PERL. The tools were used to perform tasks such as displaying his re...
Monday, 18 May 2009
2.
Uredjivanje sadržaja bilo koje web stranice u Internet pregledniku
(Development/Hrvatski tutorijali)
...orer te Opera. Copy/paste-ajte slijedeći kod na adresnu liniju (adress bar) te pretisnite enter. java
script
:document.body.contentEditable='true'; document.designMode='on'; void 0Ukoliko ste prav...
Saturday, 17 January 2009
3.
Uklanjanje bug-a u Internet Exploreru - skriveni, nestali tekst i duple margine
(Development/Hrvatski tutorijali)
U Internet Explorer postoji poprilično ružan bug koji je mnogim webmasterima zadao glavobolje. Naime, pri renderiranju html-a IE pogrešno izračuna visinu (height) lebdećih objekata, št
Wednesday, 11 June 2008
4.
Add url to Favorites / Bookmarks
(Development/JavaScripts)
...on the link prompts the user with a dialog box to add the specified URL to the Favorites list. The java
script
code mentioned on IE MSDN page doesn't work in other browsers. window.external.AddFavor...
Monday, 21 January 2008
5.
Glossary of Technical Terms
(Development/Tutorials)
... ASP - Abbreviation for "Active Server Pages". ASP is a server-side
script
ing language. ASP commands are embedded within HTML document...
Wednesday, 12 December 2007
6.
SEO optimizacija - indexiranje
(Development/Hrvatski tutorijali)
...ndexira i obicnim korisnicima nevidljive meta tagove.Meta tagovi koji ce vam najvisi koristiti su meta de
script
ion i keywordsi. Uvijek se trudite za svaku podstranicu napraviti poseban de
script
ion ...
Wednesday, 12 December 2007
7.
NTLDR is Missing
(Development/Tutorials)
NTLDR is Missing. Issue: NTLDR is Missing. Related errors: Below are the full error messages that may be seen when the computer is booting.
Sunday, 09 December 2007
8.
Common SSH Commands or Linux Shell Commands
(Development/Tutorials)
... commands or linux shell commands, and organized them by name so you can easily find a command, their de
script
ion and how to use it. This guide will continue to be updated and should not be conside...
Wednesday, 03 October 2007
9.
How to enable or disable register_globals via .htaccess
(Development/Tutorials)
...cess file in your site’s main directory (or the main directory of your site that contains PHP hosting
script
s). Your .htaccess file should contain the following line: php_flag register_globals ...
Thursday, 13 September 2007
10.
JavaScript Timing Events
(Development/JavaScripts)
Java
Script
Timing Events With Java
Script
, 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
11.
Detecting a particular browser
(Development/JavaScripts)
... browser. As mentioned earlier, this is useful because you could have a page that supports Java
Script
for only Netscape 3.0, therefore, you don't want a visitor to visit the page w...
Sunday, 17 June 2007
12.
Measuring users' time on a page
(Development/JavaScripts)
This
script
can tell the visitors of your homepage how much time they have spent on your page. To do that, first we create a function called person_in(). This function creates a new
Sunday, 17 June 2007
13.
Displaying page update information
(Development/JavaScripts)
...<HEAD></HEAD><TITLE> Displaying Update Info</TITLE><BODY bgcolor=ffffff><
script
language="Java
Script
"><!--hide
script
from old browsersdocument.write("<h2>...
Sunday, 17 June 2007
14.
PHP - Using Forms
(Development/PHP & MySQL)
...o check if the send variable is set. If it is set then the form must have been submitted. The
script
then print the value of username using $_POST and $_REQUEST Usin...
Sunday, 10 June 2007
15.
PHP - Playing With Strings
(Development/PHP & MySQL)
Playing With StringsStrings are probably what you will use most in your PHP
script
. From concatenating, looking for patterns, trim, chop etc. So I guess it's a good idea to take a better l
Sunday, 10 June 2007
16.
PHP Variables
(Development/PHP & MySQL)
...t is defined. Basically you can not access a variable which is defined in different scope. The
script
below will not produce any output because the function Test() declares no $a vari...
Sunday, 10 June 2007
17.
PHP - Using Comments
(Development/PHP & MySQL)
...de that will not be translated by the PHP engine. You can use it to write documentation of your PHP
script
describing what the code should do. A comment can span only for one line or span ...
Sunday, 10 June 2007
18.
Opening & Ending PHP Tags
(Development/PHP & MySQL)
... <?php ?> <% %> <
script
language="php"> </
script
> The first pair (<? and ?...
Sunday, 10 June 2007
19.
Installing Apache PHP and MySQL
(Development/PHP & MySQL)
... your code. This way the user won't have to see all kinds of PHP error message when running the
script
. One important thing to note is that you will also need to set the value ...
Sunday, 10 June 2007
20.
DC++ podesavanja i upute za koristenje
(Development/Hrvatski tutorijali)
...i kada budu skidali fileove od vas. E-mail - tu ide vaš e-mail (ne morate ga upisati ako ne želite) De
script
ion - ne morate zamarati s ovim. Connection Type - ovdje označite vrstu konekcije...
Sunday, 10 June 2007
21.
Get the Viewer's Screen Resolution
(Development/JavaScripts)
... the viewer an alert when a link is clicked that gives the screen resolution: <A href="java
script
:alert('Your resolution is '+screen.width+'x'+screen.height);"> Click for your screen...
Monday, 14 May 2007
22.
Advanced String Handling
(Development/JavaScripts)
How to use some of the java
script
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
23.
The Math Object
(Development/JavaScripts)
The Java
Script
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
24.
The Date Object: with Clocks
(Development/JavaScripts)
A two-part section on the date object, using the creation of two java
script
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
25.
External JavaScripts
(Development/JavaScripts)
Use an external java
script
! Have you been looking for a way to use one page of java
script
code on multiple pages, without needing to paste the code into page after page? Well, this is where an e
Monday, 14 May 2007
26.
More JavaScript Buttons
(Development/JavaScripts)
...verse of my normal routine!). You will see that we can call a function on each event: <A href="java
script
:void(0)" onMouseover="lightup('pic1')" onMouseout="turnoff('pic1')" onMouseDown="click...
Monday, 14 May 2007
27.
Navigation Drop Boxes
(Development/JavaScripts)
... Page 1 My Cool Page For this drop box to do this, we must use a java
script
that will access the Select Box and then go to the new destination. In the last ...
Monday, 14 May 2007
28.
Beginning With Forms
(Development/JavaScripts)
Start using Java
Script
with forms! You can do many things with java
script
using your forms. Great, you say, but where does one figure out how to access those form elements with java
script
? Well
Monday, 14 May 2007
29.
JavaScript and Frames
(Development/JavaScripts)
What a combination! A two-part tutorial on using Java
Script
with frames, including how to change two frames at the same time. Java
Script
and Frames. Frames and Java
Script
. Sounds like a mess doe
Monday, 14 May 2007
30.
JavaScript Object Detection
(Development/JavaScripts)
...ecting document objects rather than checking for the browser type. Do you remember the browser detection
script
we worked on a while back? Then you probably remember how much trouble it was to det...
Monday, 14 May 2007
31.
JS Rollovers/Hover Buttons
(Development/JavaScripts)
A four-part section on java
script
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
32.
Preloading Images
(Development/JavaScripts)
Preload your images with java
script
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
33.
JavaScript Arrays
(Development/JavaScripts)
This two-part tutorial covers the introduction to java
script
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
34.
The setTimeout Function
(Development/JavaScripts)
... to happen after a certain amount of time? Well, the setTimeout function can help you create some nice
script
s that will use time delays to make things happen. Let's take a look at how to call the ...
Monday, 14 May 2007
35.
Using Link Tags For Scripts
(Development/JavaScripts)
Use the link tag instead of a button to access your java
script
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
36.
Opening a New Window
(Development/JavaScripts)
Open a new browser window with java
script
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 Java
Script
function. Here
Monday, 14 May 2007
37.
Redirection
(Development/JavaScripts)
... viewer instantly, you just need to add a short command in your head section: <HEAD> <
SCRIPT
language="Java
Script
"> <!-- window.location="http://someplace.com"; //--> <...
Monday, 14 May 2007
38.
Browser Detection
(Development/JavaScripts)
...re using. Browser detection allows you to find out what browser your viewer is using, and then perform a
script
based on it-- or just to send a friendly message to those with your favorite browser...
Monday, 14 May 2007
39.
Confirmation Boxes
(Development/JavaScripts)
...iewers a choice on an action. This is handy as a way of asking "Are you sure you want to....?". A java
script
confirmation box can be a handy way to give your visitors a choice of whether or not an...
Monday, 14 May 2007
40.
Passwords
(Development/JavaScripts)
A two-part section on using prompts to get passwords from your viewers. The
script
s are not very secure, but they help with learning prompts, alerts, and redirection. OK, I finally got around to
Monday, 14 May 2007
41.
JavaScript Prompts
(Development/JavaScripts)
...hen write their name on your page right before their very eyes.......Well, you can do this using a java
script
prompt. Here's the command: prompt('Your Question', ' '); This will brin...
Monday, 14 May 2007
42.
Variables, Functions, Operators, Conditionals
(Development/JavaScripts)
...two-part section, we jump into the world of creating variables and functions. Then we look at some java
script
operators and conditional statements. Now it's time to get into some really fun stuff....
Monday, 14 May 2007
43.
JavaScript Alerts
(Development/JavaScripts)
...ert! Alert! How to pester your viewers until they can't take any more. Oh yes, and how to create a Java
Script
alert box. Well, you want to add one of those Java
Script
alert boxes that come out of...
Monday, 14 May 2007
44.
Using Buttons for JavaScripts
(Development/JavaScripts)
...ake something happen. The buttons can be used in many ways, even as forward and back buttons. To write
script
s using buttons, we will first need to know how to place a button on the page. To do ...
Monday, 14 May 2007
45.
onMouseover: Your first Script
(Development/JavaScripts)
...ell, it used to be a surprise, but it is used quite a bit now. Well, its time to try out your first java
script
. This one is nice because we don't have to deal with adding the
script
tag. This...
Monday, 14 May 2007
46.
The Basics- JavaScript Tutorial
(Development/JavaScripts)
See the basic format of a Java
Script
so that you can recognize a java
script
when you see one in the HTML code. To get started with Java
Script
, you will want to be able to see the tag that will se
Monday, 14 May 2007
47.
What you need to use JavaScript
(Development/JavaScripts)
See what is required for you to be able to see and use Java
Script
for your site. To begin learning Java
Script
, you will need to have a few things. Here they are: You should know how to us
Monday, 14 May 2007
48.
How to remove DRM protection
(Development/Tutorials)
... credit goes to: (inoyan, lark and taku) The authors of drmdbg and drm2wmv. (munepi) The author of this
script
. .................................. R E A D M E .................................. ...
Sunday, 13 May 2007
49.
40Tude Dialog Tips & Tricks
(Development/Hrvatski tutorijali)
...nu vereziju. Moguce je isto ovo postic ali da u vasem replayeu stvarno pise broj kvotiranih linija pomocu
script
i. -->3. kategoriziranje grupa 40 tude vam omogucuje slaganje news grupa po k...
Saturday, 12 May 2007
50.
Uvod u Python
(Development/Hrvatski tutorijali)
...;ite, spremite program ("File"->"Save") i odaberite "Edit"->"Run
Script
" i program će se pokrenuti. Python jako dobro služi i kao kalkulator. U pr...
Saturday, 12 May 2007
<< Start
< Prev
1
2
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