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
used
Total 31 results found. Search for [
used
] with
Results 1 - 31 of 31
5
10
15
20
25
30
50
1.
What is PHP (Hypertext Preprocessor)
(Development/PHP & MySQL)
... was originally an acronym for Personal Home Page. In early 1994 Mr Rasmus Lerdorf, a Danish programmer
used
to administer and maintain his personal home page. He soon found out the lack of support to...
Monday, 18 May 2009
2.
Zaobljeni obrubi sa sjenom u CSS-u
(Development/Hrvatski tutorijali)
...o repeat it vertically. The CSS affected is the following, with the measurements from the diagram
used
instead of actual values: /* Top border and right corner */ .bt /* Top left corner */ .b...
Tuesday, 22 April 2008
3.
CSS Shorthand Guide
(Development/Tutorials)
...tten as shorthand: outline shorthand property element List-style This is it. The last one. It’s rarely
used
frequently. Hence rarely. That is why I kept it until the end (sorry, the best was first i...
Wednesday, 27 February 2008
4.
Glossary of Technical Terms
(Development/Tutorials)
...ves. Usually the username "anonymous" should be
used
, and either the password is provided by the FTP server, or anyt...
Wednesday, 12 December 2007
5.
NTLDR is Missing
(Development/Tutorials)
... Computer is booting from a non-bootable source Many times this error is ca
used
when the computer is attempting to boot from a non-bootable floppy disk or ...
Sunday, 09 December 2007
6.
Common SSH Commands or Linux Shell Commands
(Development/Tutorials)
We've put together some of the more frequently
used
SSH commands or linux shell commands, and organized them by name so you can easily find a command, their description and how to use it. This guide
Wednesday, 03 October 2007
7.
JavaScript Timing Events
(Development/JavaScripts)
... is called timing events. It's very easy to time events in JavaScript. The two key methods that are
used
are: setTimeout() - executes a code some time in the future clearTimeout() - cancels th...
Sunday, 17 June 2007
8.
Detecting a particular browser
(Development/JavaScripts)
...or she is not using a Netscape 3.0 browser. Notice that before we closed the if statement, we
used
the history.back() statement. It is
used
so that when the user presse...
Sunday, 17 June 2007
9.
PHP - Using Forms
(Development/PHP & MySQL)
Using FormsUsing forms in a web based application is very common. Most forms are
used
to gather information like in a signup form, survey / polling, guestbook, etc. A form can have t
Sunday, 10 June 2007
10.
PHP - Control Structures
(Development/PHP & MySQL)
...d as FALSE, which is not the behaviour that I want. While Loop The while() statement is
used
to execute a piece of code repeatedly as long as the while expresssion evaluates as t...
Sunday, 10 June 2007
11.
PHP - Playing With Strings
(Development/PHP & MySQL)
...ing backslashes before characters that need to be quoted in $string This function is usually
used
on form values before being
used
for database queries. You will see this function use...
Sunday, 10 June 2007
12.
PHP - Variable Types
(Development/PHP & MySQL)
... echo "mixed[2] = "; ?> When working with arrays there is one function I often
used
. The print_r() function. Given an array this function will print the values in a form...
Sunday, 10 June 2007
13.
Opening & Ending PHP Tags
(Development/PHP & MySQL)
...he example above shows how to insert PHP code into an HTML file. It also shows the echo statement
used
to output a string. See that the echo statement ends with a semicolon. Every co...
Sunday, 10 June 2007
14.
Installing Apache PHP and MySQL
(Development/PHP & MySQL)
...pache will use index.php. In case index.php is also not found then main.php will be
used
. Installing PHP First, extract the PHP package ...
Sunday, 10 June 2007
15.
Advanced String Handling
(Development/JavaScripts)
...in by looking at two of the JavaScript methods for strings. These two methods, charAt and indexOf, are
used
to find out what character is at a certain position in a string and to find out where a ch...
Monday, 14 May 2007
16.
The Math Object
(Development/JavaScripts)
... Math.SQRT1_2 Returns the square root of 1/2 Below is a table of some of the commonly
used
member functions of the Math object. These functions calculate values based on the param...
Monday, 14 May 2007
17.
The Date Object: with Clocks
(Development/JavaScripts)
...iscuss the javascript date object. This works a bit differently than the pre-defined functions we have
used
in past scripts. To use the method functions of the date object, we must create what is c...
Monday, 14 May 2007
18.
External JavaScripts
(Development/JavaScripts)
...e.com/jscript/jxt1.js"></SCRIPT> The SRC attribute names a source for the javascript to be
used
. The script must be saved with the extension .js as a plain text file. So, let's g...
Monday, 14 May 2007
19.
More JavaScript Buttons
(Development/JavaScripts)
... use a few more mouse events. This button uses the onMouseover and onMouseout, and two new ones: onMo
useD
own and onMouseUp. These work in much the same way, they are just call when a viewer clic...
Monday, 14 May 2007
20.
Navigation Drop Boxes
(Development/JavaScripts)
...tributes of a text box and a button. We can access the Select Box in the same way. Below is the code
used
for the drop down box: <FORM name="guideform"> <SELECT name="guidelinks"...
Monday, 14 May 2007
21.
Beginning With Forms
(Development/JavaScripts)
...add on the name of the text box: document.coolform.cooltext Again, the name of the text box was
used
. We had named it "cooltext". Now, we can access the value of the text box, which is wha...
Monday, 14 May 2007
22.
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
23.
JavaScript Arrays
(Development/JavaScripts)
... them and some basic uses of arrays. It then goes on to cover associative arrays and how they can be
used
. Arrays are one way of keeping a program more organized. They allow you to do some things ...
Monday, 14 May 2007
24.
Using Link Tags For Scripts
(Development/JavaScripts)
...ink tag: <A href="newpage.htm" onClick="newwindow();return false">Click Here!</A> I
used
the same script we had written in the head section for the first method, but I
used
it i...
Monday, 14 May 2007
25.
Redirection
(Development/JavaScripts)
...are unsure, don't try this-- or contact the search engine for their rules. Redirection is often
used
to take viewers to a page depending on their browser's name or version. To redirect a vi...
Monday, 14 May 2007
26.
Browser Detection
(Development/JavaScripts)
... just to send a friendly message to those with your favorite browser. There are two objects often
used
for this, the navigator.appName and navigator.appVersion objects. The first one returns the...
Monday, 14 May 2007
27.
Variables, Functions, Operators, Conditionals
(Development/JavaScripts)
...y get error city instead of nifty effects.... Semicolons Don't forget those semicolons! They are
used
to separate JavaScript commands and declarations, and can also cause error city if they ...
Monday, 14 May 2007
28.
Using Buttons for JavaScripts
(Development/JavaScripts)
A two-part section on using buttons to make something happen. The buttons can be
used
in many ways, even as forward and back buttons. To write scripts using buttons, we will first need to know how
Monday, 14 May 2007
29.
onMouseover: Your first Script
(Development/JavaScripts)
Make something happen by surprise. 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 dea
Monday, 14 May 2007
30.
The Basics- JavaScript Tutorial
(Development/JavaScripts)
...aScript, you will want to be able to see the tag that will set a script apart from the HTML. The tags
used
to begin and end a script are the <SCRIPT> and </SCRIPT> tags. The opening ta...
Monday, 14 May 2007
31.
How to remove DRM protection
(Development/Tutorials)
Digital Rights Management (DRM) is an umbrella term referring to technologies
used
by publishers or copyright owners to control access to or usage of digital data or hardware, and to restrictions asso
Sunday, 13 May 2007
<< 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