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
browser
Total 39 results found. Search for [
browser
] with
Results 1 - 39 of 39
5
10
15
20
25
30
50
1.
What is PHP (Hypertext Preprocessor)
(Development/PHP & MySQL)
... are server-side, but some, such as JavaScript, are client-side, which means they run on the visitor’s web
browser
. Server-side languages give you more flexibility as they can do many things that are ...
Monday, 18 May 2009
2.
Uklanjanje bug-a u Internet Exploreru - skriveni, nestali tekst i duple margine
(Development/Hrvatski tutorijali)
...aj tekst pridružite odredjeni CSS class. Primjeri Slijedi screenshot sa primjerom kako to izgleda u
browser
u. Primjetite kako na mjestu upitnika nedostaje tekst koji se u primjeru ispod normaln...
Wednesday, 11 June 2008
3.
Kratka (shorthand) sintaksa CSS svojstva
(Development/Hrvatski tutorijali)
...ene nazive. Važno je znati da te infomormacije nisu u potpunosti točne, budući se kompatibilnost
browser
a prema W3C standardu HTML koda mijenja iz dana u dan. Osnovna struktura CSS-a ...
Sunday, 08 June 2008
4.
Zaobljeni obrubi sa sjenom u CSS-u
(Development/Hrvatski tutorijali)
...ight. The height doesn’t matter, but make it at least a few pixels tall to reduce the number of times the
browser
needs to repeat it vertically. The CSS affected is the following, with the meas...
Tuesday, 22 April 2008
5.
CSS Shorthand Guide
(Development/Tutorials)
...x, you may need to pay a little more close attention when you’re styling elements that come with default
browser
styles like <h1> - <h6> or <strong> and <em>. For example, s...
Wednesday, 27 February 2008
6.
Add url to Favorites / Bookmarks
(Development/JavaScripts)
Most web
browser
s like Firefox (Ctrl+D), Opera (Ctrl+T) and IE (Ctrl+D) provide keyboard shortcuts to enable users bookmark their favorite pages. But not every visitor is a power user, so for t
Monday, 21 January 2008
7.
Glossary of Technical Terms
(Development/Tutorials)
...s cross-platform compatible and can be embedded in the HTML of a web page. Web
browser
s, which are usually equipped with Java virtual machines, ...
Wednesday, 12 December 2007
8.
Detecting a particular browser
(Development/JavaScripts)
Our next example shows you how to detect a particular
browser
. As mentioned earlier, this is useful because you could have a page that supports JavaScript for only Netscape 3.0, the
Sunday, 17 June 2007
9.
Displaying page update information
(Development/JavaScripts)
...fo</TITLE><BODY bgcolor=ffffff><script language="JavaScript"><!--hide script from old
browser
sdocument.write("<h2>This page has been updated: " +document.lastModified + "<...
Sunday, 17 June 2007
10.
PHP - Playing With Strings
(Development/PHP & MySQL)
...ings none of those thing happen. Take a look at the example below to see what I mean. Note that
browser
s don't print newline characters ( \r and \n ) so when you open string.php take ...
Sunday, 10 June 2007
11.
Opening & Ending PHP Tags
(Development/PHP & MySQL)
... ?> </body> </html> To view the result start Apache then open your
browser
and go to http://localhost/hello.php or http://127.0.0.1/hello.php. ...
Sunday, 10 June 2007
12.
Installing Apache PHP and MySQL
(Development/PHP & MySQL)
...ete the installation process. To see if you Apache installation was successful open up you
browser
and type http://localhost in the address bar. You should see some...
Sunday, 10 June 2007
13.
RSS (Really Simple Syndication)
(Development/Hrvatski tutorijali)
...koliko koristite Mozillu Firefox ili Operu novije verzije, već imate RSS čitač jer ta dva
browser
a već imaju u sebi integriran RSS čitač. Mozilla Thunderbird je tako...
Sunday, 10 June 2007
14.
Get the Viewer's Screen Resolution
(Development/JavaScripts)
How to get the viewer's screen width and height and use them to help the viewer. Newer
browser
s allow you to detect the user's screen resolution using the screen.width and screen.height properties
Monday, 14 May 2007
15.
Advanced String Handling
(Development/JavaScripts)
...e a is at position '+where_is_a+'.'); Notice the quote marks around the argument of a. This tells the
browser
to look for that string, which is the type of argument you must send for indexOf to ...
Monday, 14 May 2007
16.
The Date Object: with Clocks
(Development/JavaScripts)
...g clock with the seconds ticking away. Of course, how do we get the thing started to begin with? The
browser
won't just run the startclock() function on its own. It needs some kind of event t...
Monday, 14 May 2007
17.
More JavaScript Buttons
(Development/JavaScripts)
Make images work like buttons! If your
browser
is a version 4 or better, click on the image below. It works in the same way as a form button, but we can use the mouseover effect and customize the
Monday, 14 May 2007
18.
Navigation Drop Boxes
(Development/JavaScripts)
...lue=" " attribute to each OPTION tag. You will notice the values are urls. The url is where we want the
browser
to go when the user selects that option. So, for the first option, <OPTION SELE...
Monday, 14 May 2007
19.
Beginning With Forms
(Development/JavaScripts)
...re using "objects" to get what we need. The document, the form, and the text box are all objects in the
browser
. The addition of the "value" at the end lets us access the value of the text box o...
Monday, 14 May 2007
20.
JavaScript and Frames
(Development/JavaScripts)
... the document object, we have to use "parent.right_frame.document.". If you leave out the "document" the
browser
defaults to using the "window" object, which we will use later on. But for now, we...
Monday, 14 May 2007
21.
JavaScript Object Detection
(Development/JavaScripts)
Shorten your code by detecting 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
Monday, 14 May 2007
22.
JS Rollovers/Hover Buttons
(Development/JavaScripts)
...rent image, changing two images, and changing a single image from a set of links. The first section uses
browser
detection, the others use object detection (see below). Using a javascript to chang...
Monday, 14 May 2007
23.
Preloading Images
(Development/JavaScripts)
...ue (unless the images are large or great in number) your viewers will have the necessary images in their
browser
's cache before the script starts to run. This way, an image rollover will be less li...
Monday, 14 May 2007
24.
The setTimeout Function
(Development/JavaScripts)
...function()". The second parameter is a number. This number is going to be the number of milliseconds the
browser
should wait before executing your function. Above, we have 1000 milliseconds, which ...
Monday, 14 May 2007
25.
Using Link Tags For Scripts
(Development/JavaScripts)
... trick is to go ahead and use the onClick=" " attribute in your link tag. The trick here is to keep the
browser
from following the actual link after running your script. Here is a sample of using t...
Monday, 14 May 2007
26.
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
27.
Redirection
(Development/JavaScripts)
See how to redirect viewers based on the
browser
s, or how to break frames and/or redirect a viewer to your frames for navigation. Note: Be careful using this if the page you use it on is listed
Monday, 14 May 2007
28.
Browser Detection
(Development/JavaScripts)
See how to use
browser
detection to determine what type of
browser
s your visitors are using.
Browser
detection allows you to find out what
browser
your viewer is using, and then perform a script ba
Monday, 14 May 2007
29.
Confirmation Boxes
(Development/JavaScripts)
...se block: if (where_to== true) else In this case, if the viewer hits the "OK" button, the
browser
will go to your special page. If the viewer hits the cancel button, the
browser
tak...
Monday, 14 May 2007
30.
JavaScript Prompts
(Development/JavaScripts)
...t itself a string (it's value is a string). That's why we have the plus signs around it....It makes the
browser
write the first string plus the variable plus the second string. Now, notice the H...
Monday, 14 May 2007
31.
Variables, Functions, Operators, Conditionals
(Development/JavaScripts)
...te something like this: <HEAD> <SCRIPT language="JavaScript"> <!--hide from old
browser
s var name=value; //--> </SCRIPT> </HEAD> Here is...
Monday, 14 May 2007
32.
JavaScript Alerts
(Development/JavaScripts)
...bunch of fake links! Here's what all the commands are doing: onMouseover=" " This tells the
browser
to execute the command or function inside the double quote marks when...
Monday, 14 May 2007
33.
Using Buttons for JavaScripts
(Development/JavaScripts)
...t 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: onClick="javascript commands" Just pl...
Monday, 14 May 2007
34.
onMouseover: Your first Script
(Development/JavaScripts)
... have to deal with adding the script tag. This little script will write something of your choice to the
browser
's status bar when you move your mouse over a link. Let's look at the exampl...
Monday, 14 May 2007
35.
The Basics- JavaScript Tutorial
(Development/JavaScripts)
...;SCRIPT language="JavaScript"> The language="JavaScript" command is there so the
browser
can tell the code that follows is in JavaScript and not another scripting language,...
Monday, 14 May 2007
36.
What you need to use JavaScript
(Development/JavaScripts)
...ow how to use HTML and be able to edit your HTML documents. You will need to have a web
browser
that supports JavaScript. You should use Netscape version 3 or later, ...
Monday, 14 May 2007
37.
Standardni WinXP Servisi
(Development/Hrvatski tutorijali)
...ze ili u mrezi nema potrebe za dijennje informacija, ni potrebno drzati ovaj servis ukljucenim. Computer
Browser
(svchost.exe) – Servis sluzi za odrzavanje liste racunala oji se nalazi na mrez...
Sunday, 13 May 2007
38.
Struktura Web Stranice
(Development/Hrvatski tutorijali)
HTML komande se pišu u vidu tzv. tag - ova. Jedan tag je u komanda koja govori našem
browser
u što i kako napraviti tj. na koji način prikazati sadržaj naših stranice.H
Saturday, 12 May 2007
39.
Uvod U Perl
(Development/Hrvatski tutorijali)
...ak više nego dovoljno, no nudi bojanje koda i direktan prikaz rezultata, bilo kao izlazni tekst, u
browser
u ili komandnoj liniji. Perl datoteke imaju ekstenziju .pl (ili .cgi) te se smje&sc...
Saturday, 12 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