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
page
Total 44 results found. Search for [
page
] with
Results 1 - 44 of 44
5
10
15
20
25
30
50
1.
What is PHP (Hypertext Preprocessor)
(Development/PHP & MySQL)
...ym. Sometimes it is also referred as Pre HyperText Processor, or in the very beginning as Personal Home
Page
. PHP is originally designed for developing simple web gadgets and later on it became a grou...
Monday, 18 May 2009
2.
najvazniji SEO savjeti za optimizaciju stranice
(Development/Hrvatski tutorijali)
...ruku. 2. Unaprijedite mrežu stranica koje linkaju na vašu. Objavite vašu adresu na stranice sa visokim
Page
Rank-om. Kvaliteta linkova je važnija od kvantitete. Ciljajte na stranice sa v...
Monday, 11 August 2008
3.
Add url to Favorites / Bookmarks
(Development/JavaScripts)
...D), Opera (Ctrl+T) and IE (Ctrl+D) provide keyboard shortcuts to enable users bookmark their favorite
page
s. But not every visitor is a power user, so for them, you can add a quick "Bookmark thi...
Monday, 21 January 2008
4.
Joomla Nofollow Plugin/Mambot
(Projects/Misc)
This simple plugin/mambot will parse all outgoing links in any article/content and give them the nofollow attribute. This is useful for SEO/PR optimization. GoogleBot wont leave your site by followi
Thursday, 17 January 2008
5.
Glossary of Technical Terms
(Development/Tutorials)
... is cross-platform compatible and can be embedded in the HTML of a web
page
. Web browsers, which are usually equipped with Java virtual mac...
Wednesday, 12 December 2007
6.
SEO PR (page rank)
(Development/Hrvatski tutorijali)
SEO tutorial 2 - PR (
page
rank) PR (
page
rank) Na hrvatskom se prevodi kao rank stranice ili ocjena stranice koju stranici dodjeljuje google. PR je najbitniji dio SEO opt
Wednesday, 12 December 2007
7.
SEO optimizacija - indexiranje
(Development/Hrvatski tutorijali)
...sno updateana) odnosno koliko cesto mjenjate sadrzaj vase stranice. Takoder ce ovisiti i o vasem PR-u (
page
ranku) o kojem cete kasnije moci procitati cijelo jedno poglavlje. Ucestalost indexiranja n...
Wednesday, 12 December 2007
8.
Common SSH Commands or Linux Shell Commands
(Development/Tutorials)
...age: chmod numberpermissions filename chmod 000 : No one can access chmod 644: Usually for HTML
page
s chmod 755: Usually for CGI scripts chown: changes file ownership permissions The set of&...
Wednesday, 03 October 2007
9.
Detecting a particular browser
(Development/JavaScripts)
...t a particular 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 visito...
Sunday, 17 June 2007
10.
Measuring users' time on a page
(Development/JavaScripts)
This script can tell the visitors of your home
page
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
11.
Displaying page update information
(Development/JavaScripts)
...content you update frequently. Wouldn't it be nice to timestamp the most recent update on your
page
s? Well, here's how: Displaying automatic
page
update information ...
Sunday, 17 June 2007
12.
tweak memorije za bolje performanse
(Development/Hrvatski tutorijali)
...#263;e performanse jer omogućava XPu da drži podatke u memoriji, umjesto da ih svako malo kopira u
page
file i nazad. 2. LargeSystemCache - kliknite dvaput i promijenite decimalu u 1 ovo o...
Monday, 11 June 2007
13.
PHP - Variable Types
(Development/PHP & MySQL)
...t;/pre> before and after calling print_r(). If you don't use them then you'll have to view the
page
source to see a result in correct format. Type Juggling In PHP you don't ne...
Sunday, 10 June 2007
14.
Opening & Ending PHP Tags
(Development/PHP & MySQL)
Opening & Ending PHP TagsTo open a block of PHP code in a
page
you can use one of these four sets of opening and closing tags Opening Tag Closing Tag
Sunday, 10 June 2007
15.
Installing Apache PHP and MySQL
(Development/PHP & MySQL)
...eveloper ( including me ) are actually using Windows when developing the PHP application. So this
page
will only cover the WAMP ( Windows, Apache, MySQL, PHP ). You will learn how to insta...
Sunday, 10 June 2007
16.
EBooks
(Projects/Applications)
This little proggie saves unlimited number of text
page
s in a portable database/file. Text sheets are encrypted with username and password. I use it to store login credentials to various sites etc. &n
Wednesday, 23 May 2007
17.
Get the Viewer's Screen Resolution
(Development/JavaScripts)
...h and screen.height properties. This can be a helpful way to send viewers to the right version of your
page
, depending on their computer's screen resolution. The properties hold the values of th...
Monday, 14 May 2007
18.
Advanced String Handling
(Development/JavaScripts)
...// as the default value for the prompt instead of nothing: var your_url=prompt('Enter your web
page
URL!','http://'); Of course, the viewer could delete it by accident (or even on purpose)...
Monday, 14 May 2007
19.
The Date Object: with Clocks
(Development/JavaScripts)
...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 clock with JavaScript? Using the date object and s...
Monday, 14 May 2007
20.
External JavaScripts
(Development/JavaScripts)
Use an external javascript! Have you been looking for a way to use one
page
of javascript code on multiple
page
s, without needing to paste the code into
page
after
page
? Well, this is where an e
Monday, 14 May 2007
21.
More JavaScript Buttons
(Development/JavaScripts)
.... Now, in your HTML, you can use a live link instead of the void(0) link: <A href="http://www.
page
resource.com/html/frame1.htm" onMouseover="lightup('pic1')" onMouseout="turnoff('pic1')" o...
Monday, 14 May 2007
22.
Navigation Drop Boxes
(Development/JavaScripts)
... will work with frames. So, you have been thinking about adding a drop box for people to navigate your
page
with. One problem.....how is it done? Below is a sample navigation drop box. Choose a pa...
Monday, 14 May 2007
23.
Beginning With Forms
(Development/JavaScripts)
... the document and change them. (document.location allowed us to change the url and go to a different
page
). So, to access the form, we would use: document.coolform Remember, the name of ou...
Monday, 14 May 2007
24.
JavaScript and Frames
(Development/JavaScripts)
...ight from a frame on the left side. First, set up a little frameset. This will require 3 separate html
page
s. Your frameset, and the html for your 2 frames. Let's begin with the frameset: &...
Monday, 14 May 2007
25.
JS Rollovers/Hover Buttons
(Development/JavaScripts)
...e whole thing below, and explain the script in parts afterward. I got this script from a free script
page
, did some formatting for readability, changed some variable names, and added a check for th...
Monday, 14 May 2007
26.
Preloading Images
(Development/JavaScripts)
...possible. What javascript does is allow you to start loading the images in the HEAD section of your
page
, which means that with this technique (unless the images are large or great in number) you...
Monday, 14 May 2007
27.
Using Link Tags For Scripts
(Development/JavaScripts)
...a javascript function within the HREF attribute of your link tag. So, if you want to link to another
page
, you normally write: <A href="next
page
.htm">Click here</A> Well, you ca...
Monday, 14 May 2007
28.
Opening a New Window
(Development/JavaScripts)
...aces. Here is what all the stuff inside is: 'url to open' This is the web address of the
page
you wish to appear in the new window. 'window name' You can name ...
Monday, 14 May 2007
29.
Redirection
(Development/JavaScripts)
...k 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 in a search engine. Many of them find redirection to be a w...
Monday, 14 May 2007
30.
Browser Detection
(Development/JavaScripts)
...ve on to the rest." One of the more common uses for browser detection is to redirect a viewer to a
page
made for his/her browser type or browser version. We will discuss that in the next secti...
Monday, 14 May 2007
31.
Confirmation Boxes
(Development/JavaScripts)
...to assign it to a variable, like this: var where_to= confirm("Do you really want to go to this
page
??"); Now, you can use the where_to variable to send the user to one
page
or another, ...
Monday, 14 May 2007
32.
Passwords
(Development/JavaScripts)
...e secure scripts later in this tutorial. Warning: These scripts are not totally secure and your
page
can be seen if someone gets through. Do NOT protect anything important with a script like...
Monday, 14 May 2007
33.
JavaScript Prompts
(Development/JavaScripts)
Prompt viewers for input, and use the input to write a viewer's name right on your
page
. Well, let's say you wanted to get somebody's name before they saw the
page
, and then write their name
Monday, 14 May 2007
34.
Variables, Functions, Operators, Conditionals
(Development/JavaScripts)
...e left off. I did this a few times, and it makes for some pretty wild stuff when you try to load the
page
! Functions! Well, functions are used to make things more organized and readable. A ...
Monday, 14 May 2007
35.
JavaScript Alerts
(Development/JavaScripts)
...ou make something a little more annoying? Of course! It's called the "alert as soon as you open the
page
!" alert. Just think, you could tell people stuff before they ever see anything on the pa...
Monday, 14 May 2007
36.
Using Buttons for JavaScripts
(Development/JavaScripts)
... back buttons. To write scripts using buttons, we will first need to know how to place a button on the
page
. To do this, you will need to use the <FORM> tags around the button tag. Here is a...
Monday, 14 May 2007
37.
The Basics- JavaScript Tutorial
(Development/JavaScripts)
... the <HEAD> </HEAD> tags of your document. This way, your functions are loaded before the
page
begins to display, and you won't see all kinds of JavaScript errors. Here is an examp...
Monday, 14 May 2007
38.
Statistics-program online help
(Projects/Misc)
... Glavna struktura aplikacije sastavljena je od četiri kontrole tipa «TPanel» i «
Page
Control». Na samom vrhu aplikacijskog glavnog prozora ispisano je ime aplikacije, verzija i ...
Sunday, 13 May 2007
39.
How to remove DRM protection
(Development/Tutorials)
...again to clean drm2-i.key. Use asfbinapp to make your file seekable. Kod: http://www.radioactive
page
s.com/download/asbingui0.1.zip No supports for the usage of this Automate unDRM. Kod: ...
Sunday, 13 May 2007
40.
Send anonymous emails
(Development/Tutorials)
...oogle to find remailers, http://www.google.com/search?q=CPunk+Stats+(Type-I) When you browse founded
page
s, you should look for: Kod: Last update: Tue 14 Mar 2006 09:15:01 GMT remailer emai...
Saturday, 12 May 2007
41.
Struktura Web Stranice
(Development/Hrvatski tutorijali)
...a.htm"). U padajucoj listi Save as type odaberimo All Files . Stisnite OK i naš prvi Home
page
je spreman da ga otvorimo u našem web browseru. Ako smo sve ispravno napravili u n...
Saturday, 12 May 2007
42.
Što je PHP?
(Development/Hrvatski tutorijali)
...irajući Perl skripte na svojim osobnim web stranicama. On je taj softver nazvao 'Personal Home
Page
Tools / Forms Interpreter'. S vremenom je na to dodavao neke funkcije iz programskog je...
Saturday, 12 May 2007
43.
404
(Static Content)
404: Not Found Sorry, requested
page
cannot be found. Please try again. If you keep experiencing 404 errors please contact administrator using contact form. We have recently changed url structure.
Thursday, 11 November 2004
44.
Joomla! - Official News
(News Feeds / Joomla!)
http://www.joomla.org/index.php?option=com_rss_xtd&feed=RSS2.0&type=com_front
page
&Itemid=1
<< 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