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
text
Total 47 results found. Search for [
text
] with
Results 1 - 47 of 47
5
10
15
20
25
30
50
1.
What is PHP (Hypertext Preprocessor)
(Development/PHP & MySQL)
What is PHP? PHP is an abbreviation for Hyper
text
Preprocessor, and is probably one of the most popular server-side programming language over the globe. The acronym might be confusing because it does
Monday, 18 May 2009
2.
Joomla TrackReferer BOT
(Projects/Misc)
This is a very very simple BOT. With TrackReferer BOT you can track users for sites which they were refered from. Data is stored into Cookies. The latest version is 0.1.0 This is a very very sim
Monday, 22 September 2008
3.
najvazniji SEO savjeti za optimizaciju stranice
(Development/Hrvatski tutorijali)
...civanje različitih ključnih riječi kako bi nakratko privukli posjetitelje. 7. Koristite
text
umjesto slika u vašem sadržaju, linkovima i važnim naslovima. 8. Ukoliko vašu stranicu pok...
Monday, 11 August 2008
4.
Uklanjanje bug-a u Internet Exploreru - skriveni, nestali tekst i duple margine
(Development/Hrvatski tutorijali)
...63;i html kod. Primjer za Internet Explorer 6 <!--[if IE 6]> <link rel="stylesheet" type="
text
/css" href="CSS_IE6_DATOTEKA" /> <![endif]--> primjer za Internet Explorer 7 <!-...
Wednesday, 11 June 2008
5.
Add url to Favorites / Bookmarks
(Development/JavaScripts)
... Blogger, Movable Type and Wordpress platform are commented. <script language="JavaScript1.2" type="
text
/javascript"> function CreateBookmarkLink() else if( window.external ) else if(window...
Monday, 21 January 2008
6.
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
7.
Glossary of Technical Terms
(Development/Tutorials)
... 8, but sometimes more) that represent data, such as a single
text
character. Catch-all Email Account - An email ...
Wednesday, 12 December 2007
8.
SEO optimizacija - indexiranje
(Development/Hrvatski tutorijali)
... vasoj stranici ali to jos nije dokazano. Imajte na umu i to da “speeder” vasu stranicu vidi samo kao
text
odnosno nikakve slike niti dizajn stranice nece utjecati na sam sadrzaj koji ce ljudi moc...
Wednesday, 12 December 2007
9.
How to enable or disable register_globals via .htaccess
(Development/Tutorials)
The most common setting that clients will want to change are the “register_globals” settings. If you want to enable register_globals, you will need to create a .htaccess file in your site’s main dir
Thursday, 13 September 2007
10.
JavaScript Timing Events
(Development/JavaScripts)
...e below, an alert box will be displayed after 5 seconds. <html> <head> <script type="
text
/javascript"> function timedMsg() </script> </head> <body> <form&g...
Sunday, 17 June 2007
11.
Backup Firefox bookmarka
(Development/Hrvatski tutorijali)
Metoda 1: Firefoxovi bookmarci nalaze se u: Kod: C:\Documents and Settings\<ime usera>\Application Data\Mozilla\Firefox\Profiles\<ime profila>\bookmarks.html iskopirajte taj
Monday, 11 June 2007
12.
PHP - Using Forms
(Development/PHP & MySQL)
... echo $_SERVER['PHP_SELF'];?>"> Name : <input name="username" type="
text
"><br> Password : <input name="password" type="password"><br> ...
Sunday, 10 June 2007
13.
PHP - Using Functions
(Development/PHP & MySQL)
...all the arguments by using default parameters. <?php function repeat($
text
, $num = 10) { echo "<ol>\r\n"; &nb...
Sunday, 10 June 2007
14.
PHP - Control Structures
(Development/PHP & MySQL)
...all the arguments by using default parameters. <?php function repeat($
text
, $num = 10) { echo "<ol>\r\n"; &nb...
Sunday, 10 June 2007
15.
PHP - Variable Types
(Development/PHP & MySQL)
... don't need to explicitly specify a type for variables. A variable's type is determined by the con
text
in which that variable is used. That is to say, if you assign a string value to varia...
Sunday, 10 June 2007
16.
PHP Variables
(Development/PHP & MySQL)
...tarts with number ?> Variable Scope The scope of a variable is the con
text
within which it is defined. Basically you can not access a variable which is defined ...
Sunday, 10 June 2007
17.
Opening & Ending PHP Tags
(Development/PHP & MySQL)
... Now, for the first example create a file named hello.php ( you can use NotePad or your favorite
text
editor ) and put it in your web servers root directory. If you use Apache the root di...
Sunday, 10 June 2007
18.
Installing Apache PHP and MySQL
(Development/PHP & MySQL)
...ssuming you installed Apache in C:\Program Files\Apache Group ) . It's just a plain
text
file so you can use Notepad to edit it. For example, if you want to put all your PHP...
Sunday, 10 June 2007
19.
Bolji-Zivot usluge
(Projects/Web Sites)
Nudimo različite usluge kucni poslovi, pro ciscenja, nekretnine, autopraonica, promocija, marketing. Smatramo da stručnosti za vođenje, kao i poslovanje ima u onoj mjeri kojo
Thursday, 24 May 2007
20.
EBooks
(Projects/Applications)
This little proggie saves unlimited number of
text
pages 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
21.
Statistics - ispisivanje svjedodzbi
(Projects/Applications)
Statistcs je Windows aplikacija dizajnirana posebno za Windows XP sučelje. Ideja je rješiti problem koji se javlja razrednicima na kraju svake školske godine – ručni ispis svjedodžbi i matur
Wednesday, 23 May 2007
22.
The Date Object: with Clocks
(Development/JavaScripts)
...() function. The write() function is a member function of the document object, and the function writes
text
to the screen. An advantage of using objects is that objects can hold multiple values, w...
Monday, 14 May 2007
23.
External JavaScripts
(Development/JavaScripts)
...s 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 give it a try. Open a new document in your
text
editor, and write the...
Monday, 14 May 2007
24.
Navigation Drop Boxes
(Development/JavaScripts)
... to the new destination. In the last section, we learned how to access the value attributes of a
text
box and a button. We can access the Select Box in the same way. Below is the code used for ...
Monday, 14 May 2007
25.
Beginning With Forms
(Development/JavaScripts)
...u want. Take a look at the following form code: <FORM name="coolform"> <INPUT type="
text
" name="cool
text
" value="I am Cool!!!" size="20"> </FORM> This code creates ...
Monday, 14 May 2007
26.
JavaScript and Frames
(Development/JavaScripts)
... that frame with: parent.right_frame.attributes_to_change Let's start by changing the value of a
text
box in a frame on the right from a frame on the left side. First, set up a little framese...
Monday, 14 May 2007
27.
JS Rollovers/Hover Buttons
(Development/JavaScripts)
...es you would like to the second one. Below is an example where I chose to make an image with blue
text
and one in red
text
. The red-
text
image is what I want people to see when they move their ...
Monday, 14 May 2007
28.
The setTimeout Function
(Development/JavaScripts)
...ith an example that shows you the setTimeout function in action. Click the button to the right of the
text
box below and watch what happens! Now, how did I get tha...
Monday, 14 May 2007
29.
Opening a New Window
(Development/JavaScripts)
... When you get to the INPUT tag, keep everything in that tag on one single line in your
text
editor, including the javascript commands. (The
text
goes to the next line on this page ...
Monday, 14 May 2007
30.
Confirmation Boxes
(Development/JavaScripts)
...OK" or "Cancel" button. Here is the basic command for creating a confirmation box: confirm("
Text
or question you want to use"); The trouble is, if you use just that it isn't very use...
Monday, 14 May 2007
31.
Variables, Functions, Operators, Conditionals
(Development/JavaScripts)
...g (mymoney, cost); So, how does one use this stuff? Well, I'll show you another way to write the "
text
in the status bar" script using variables and functions. Here's the trusty old link agai...
Monday, 14 May 2007
32.
JavaScript Alerts
(Development/JavaScripts)
...ls the viewer something you want them to know. Here's the alert command: alert('your choice of
text
') Now, to use it, we'll need to place it inside another command. Let's use one we are...
Monday, 14 May 2007
33.
Using Buttons for JavaScripts
(Development/JavaScripts)
...ton" This command declares our input area to be a button. value="Click Me" This will be the
text
people will see on the button. Write whatever you want your visitors to see....
Monday, 14 May 2007
34.
onMouseover: Your first Script
(Development/JavaScripts)
... single quote marks. return true Returns the statement as true so the browser will display the
text
. The reason for the single quote marks is because in this case, the window.status co...
Monday, 14 May 2007
35.
The Basics- JavaScript Tutorial
(Development/JavaScripts)
...o not recognize the <SCRIPT> tag. Rather than performing your javascript, they will display the
text
of your script as though you meant for it to be a few lines of
text
on the screen. To get...
Monday, 14 May 2007
36.
Statistics-program online help
(Projects/Misc)
...;em razredu kojeg je aktivirala «TTreeView» kontrola. Ova kontrola također podržava desni klik «con
text
menus» kojim se otvara pod meni sa funkcijama namijenjenim za administraciju učenika. ...
Sunday, 13 May 2007
37.
ImageShack right-click - upload
(Development/Hrvatski tutorijali)
ImageShack right-click je extenzija za Firefox koja dopušta korisnicima da uploadaju slike sa drugih web stranica direktno na ImageShack bez da ih prvo sačuvaju (save-ju) lokalno.ImageShac
Sunday, 13 May 2007
38.
Kako koristiti vlastite Windows XP teme BEZ koristenja Style XP-a i slicnih programa
(Development/Hrvatski tutorijali)
kad je rijec o temama za WinXP, razlog zasto ne mozete koristiti teme koje ste sami skinuli sa neta, je to sto je file zvan uxtheme.dll po defaultu zakljucan i ogranicen na 3 teme koje dobijete sa sam
Sunday, 13 May 2007
39.
Micanje Windows welcome screena
(Development/Hrvatski tutorijali)
Micanje Windows welcome screenaAko imate jednog usera na računalu i ne da vam se stalno klikati kućicu s vašim imenom napravite ovo: 1. Start -> Run 2. Upišite: contr
Sunday, 13 May 2007
40.
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
41.
Send anonymous emails
(Development/Tutorials)
How to send anonymous emails. First you neet to get *remailer list. Read more for complete process.First you neet to get *remailer list. * What is remailers -> http://en.wikipedia.org/wiki/Anon
Saturday, 12 May 2007
42.
40Tude Dialog Tips & Tricks
(Development/Hrvatski tutorijali)
Na prvi pogled reader je malo kompliciran i tesko prihvatljiv za one koji su naucili radit na Outlook Expressu. Ima masu jako korisnik opcija, samo sto malo ljudi zna za njih. Ispod su naveden neke ko
Saturday, 12 May 2007
43.
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 browseru što i kako napraviti tj. na koji način prikazati sadržaj naših stranice.H
Saturday, 12 May 2007
44.
Session vs. cookie
(Development/Hrvatski tutorijali)
session varijable i sličnosti i razlike sa cookie-jima. Pošto do sada nisam nikad pisao tutoriale, nadam se da ćete se moći snaći u ovome. Ovo se odnosi na session varijabl
Saturday, 12 May 2007
45.
Uvod u Python
(Development/Hrvatski tutorijali)
Python je izvrstan kao početni jezik, a kako ga nastavite učiti, shvatit ćete kako je moćan. Pa, počnimo...Mnogi ljudi bi htjeli započeti programirati, ali jednostavno ne
Saturday, 12 May 2007
46.
Instalacija Perla i CGI-BIN direktorija na IIS
(Development/Hrvatski tutorijali)
...u Notepad i sejvajte kao test.cgi u cgi-bin direktorij: #!/usr/bin/perl print "Content-type:
text
/htmlnn"; print < Perl Je Uspješno Instaliran!!! EOF exit; Sad...
Saturday, 12 May 2007
47.
Uvod U Perl
(Development/Hrvatski tutorijali)
...u novi redak treba imati na umu da on nema efekt kao <br /> tag u html-u (pogledajte rezultat kao
text
i u browseru): sadržaj će preći u novi redak samo u komandnoj liniji dok će ...
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