Search
Search Keyword link
Total 46 results found. Search for [ link ] with Google

Results 1 - 46 of 46
1. What is PHP (Hypertext Preprocessor)
(Development/PHP & MySQL)
...t it but since the engine is not fully prepared application might experience unexpected behavior. After linking with other services UNICODE data might be corrupted or not understood. Fully featured Un...
Monday, 18 May 2009

2. Joomla TrackReferer BOT
(Projects/Misc)
...on is 0.1.0 You may download plugin here Installation: First download package from above link. Then upload it to your Joomla Backend using Mambot installer. After you receive succes...
Monday, 22 September 2008

3. najvazniji SEO savjeti za optimizaciju stranice
(Development/Hrvatski tutorijali)
...nica u izradi nemojte mjesecima držati "Under costruction" poruku. 2. Unaprijedite mrežu stranica koje linkaju na vašu. Objavite vašu adresu na stranice sa visokim PageRank-om.  Kvaliteta linko...
Monday, 11 August 2008

...ta koristeći slijedeći html kod. Primjer za Internet Explorer 6 <!--[if IE 6]> <link rel="stylesheet" type="text/css" href="CSS_IE6_DATOTEKA" /> <![endif]--> primjer z...
Wednesday, 11 June 2008

...explain what do I mean with this title. I'm using Artio JoomSef component for SEO urls on Joomla 1.0.x. Link to root of my sections and categories end with /index.html for an example: http://www.vitez...
Thursday, 24 April 2008

...); add this code right bellow // hack by vitez-studios.com $mitem->nofollow = ((strpos($mitem->link,'http://') === 0 || strpos($mitem->link,'https://') === 0) && strpos($mitem->...
Wednesday, 23 January 2008

...in a .htaccess file to redirect your url from yourdomain.com to www.yourdomain.com. Options +FollowSymlinks RewriteEngine on RewriteCond % ^vitez-studios.com [NC] RewriteRule (.*)$ http://www.vit...
Monday, 21 January 2008

8. Add url to Favorites / Bookmarks
(Development/JavaScripts)
...pages. But not every visitor is a power user, so for them, you can add a quick "Bookmark this page" link in all your pages. Clicking on the link prompts the user with a dialog box to add the spec...
Monday, 21 January 2008

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

10. htaccess trikovi (osnovna upotreba)
(Development/Hrvatski tutorijali)
...enom i lozinkom. Vrijednost AuthName varijable mozete proizvoljno promijeniti. Mod rewrite (jednostavni linkovi) Ako imate neku stranicu tipa www.vasadomena.com/test.php i želite napravi...
Wednesday, 12 December 2007

11. Glossary of Technical Terms
(Development/Tutorials)
... For All". FFA refers to web page scripts that automatically update a links listing when someone submits their URL to it (usually in hopes...
Wednesday, 12 December 2007

12. SEO PR (page rank)
(Development/Hrvatski tutorijali)
...am. Kako google rangira stranice, odnosno sto sve utjece na PR stranice? Na PR stranice utjecu samo linkovi koji idu prema vasoj stranici iapsolutno nista drugo. Sto je veci PR stranice koja link...
Wednesday, 12 December 2007

13. SEO optimizacija - indexiranje
(Development/Hrvatski tutorijali)
...i na sam sadrzaj koji ce ljudi moci pronaci putem googlea. Takoder imajte na umu da google ne followa linkove napravljene u flashu. To je vrlo cest problem koji webmasteri znaju ignorirati, dakle u...
Wednesday, 12 December 2007

... root in /etc/passwd grep -v root /etc/passwd : shows all lines that do not match root ln : create's "links" between files and directories ln -s /usr/local/apache/conf/httpd.conf /etc/httpd.conf : ...
Wednesday, 03 October 2007

15. RSS (Really Simple Syndication)
(Development/Hrvatski tutorijali)
...ma možete pratiti naslove vijesti uz kratke opise vijesti i ako ste zainteresirani za novost, postoji link na koji kliknete i koji Vas vodi do stranice gdje su vijesti. To je puno lakši na...
Sunday, 10 June 2007

16. Get the Viewer's Screen Resolution
(Development/JavaScripts)
...f the width and height of the viewer's screen. For example, you could send the viewer an alert when a link is clicked that gives the screen resolution:   <A href="javascript:alert('Your ...
Monday, 14 May 2007

17. Advanced String Handling
(Development/JavaScripts)
...on getname() else alert('Hi '+yourname+'!'); } //--> </SCRIPT> Give it a try with the link below. If you enter a name longer than 10 characters you get an error alert. Otherwise, you...
Monday, 14 May 2007

18. External JavaScripts
(Development/JavaScripts)
... Now, you can call your message function from the page that you placed the tags on. I will use a link as an example: <A href="javascript:a_message()">Click for a message..</A> ...
Monday, 14 May 2007

19. More JavaScript Buttons
(Development/JavaScripts)
... </A> Also, you'll notice that I made the image do nothing when clicked. I used a javascript link, but a special one. I linked to the void() function, which does nothing when you send it...
Monday, 14 May 2007

20. Navigation Drop Boxes
(Development/JavaScripts)
...w is the code used for the drop down box: <FORM name="guideform"> <SELECT name="guidelinks"> <OPTION SELECTED value="jex6.htm">Page 1 <OPTION value="jex7.htm">M...
Monday, 14 May 2007

21. JS Rollovers/Hover Buttons
(Development/JavaScripts)
...rollover, changing a different 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). ...
Monday, 14 May 2007

22. JavaScript Arrays
(Development/JavaScripts)
... You can write this script in the head section. We will make this into a function, and call it from a link (the link must be in the body): <HEAD> <SCRIPT language="JavaScript"> ...
Monday, 14 May 2007

23. Using Link Tags For Scripts
(Development/JavaScripts)
Use the link tag instead of a button to access your javascripts. 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

24. Redirection
(Development/JavaScripts)
...f you like. You can also use it to break a viewer out of someone else's frames if they followed a link that didn't have the target set correctly. It uses the same idea in reverse:   ...
Monday, 14 May 2007

25. Passwords
(Development/JavaScripts)
... is pretty straightforward, but it is also pretty easy to get around. I'll tell you why and give you links to more secure scripts later in this tutorial. Warning: These scripts are not tota...
Monday, 14 May 2007

...ay to write the "text in the status bar" script using variables and functions. Here's the trusty old link again. Move your mouse over it, and you'll see text in the status bar. Move the mouse aw...
Monday, 14 May 2007

27. JavaScript Alerts
(Development/JavaScripts)
... The following script will alert the user that you did not want them trying to click this particular link when they move their mouse over it. <A href="noplace" onMouseover="alert('Hey! I s...
Monday, 14 May 2007

28. Using Buttons for JavaScripts
(Development/JavaScripts)
... The last script we will do in this section will allow you to use your button as a link. It's pretty fun to use every now and then. Just use the following command in your onCli...
Monday, 14 May 2007

29. onMouseover: Your first Script
(Development/JavaScripts)
...t 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 example: <A href="jmouse.htm" onMouseover="wind...
Monday, 14 May 2007

...ć koja pokazuje kako napraviti novu bazu podatka. U sredini prozora se nalazi plavo obojeni tekst (link) koji služi za stvaranje prazne baze podataka. Što znači da će se prilikom klika ...
Sunday, 13 May 2007

31. 10 naj PC trikova
(Development/Hrvatski tutorijali)
... Nepotrebni DLL - ovi i servisi Ako koristite puno programa u vrijeme rada, svi dll-ovi {dynamic linked library) se učitavaju u memoriju od strane Windows Explorera. To utječe na kol...
Sunday, 13 May 2007

32. ImageShack right-click - upload
(Development/Hrvatski tutorijali)
...hack.us/imageshackrc-0.3.4.xpi 1. Instalacija Download-ajte najnoviju verziju ekstenzije sa gornjeg linka i FireFox će je automatski instalirati. Možda budete trebali staviti Allow za ovu str...
Sunday, 13 May 2007

33. Standardni WinXP Servisi
(Development/Hrvatski tutorijali)
...racunalo koje privremeno izlazi na internet. Ne preporucujem zaustavljanje ovog servisa. Distributed Link Tracking Client (svchost.exe) – Unutar velikih mreza sa dijeljenjem datoteka vazno je...
Sunday, 13 May 2007

34. 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

35. 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

36. 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

37. Instalacija Perla i CGI-BIN direktorija na IIS
(Development/Hrvatski tutorijali)
...će vam trebati Active State Active Perl Interpreter kojeg možete skinuti sa slijedeće adrese: LINK Program je težak ~ 8,6 MB. Kada skinete program pokrenite installer, uz pretpostavku da ...
Saturday, 12 May 2007

38. Uvod U Perl
(Development/Hrvatski tutorijali)
Perl je, kao što njegov tvorac Larry Wall kaže, skraćeno od "Practical Extraction and Report Language" - to je interpreterski jezik koji, prema riječima autora, služi za pre
Saturday, 12 May 2007

39. Što je PHP?
(Development/Hrvatski tutorijali)
PHP je programski jezik interpreterskog tipa namjenjen izradi softverskih aplikacija koje se izvršavaju na Windows ili na UNIX-olikim serverima (npr. Linux). Podržava i proceduralno i objektno
Saturday, 12 May 2007

40. JavaScript: Event handlers
(Development/Hrvatski tutorijali)
...im. Na primjer: <a href="" onMouseOver="mojaFunkcija();"> Ovdje je hyperlink podložan stvaranju onMouseOver eventa do kojeg dolazi kada pokazivac stavimo iznad doticnog...
Saturday, 12 May 2007

41. JavaScript: Document Object Model
(Development/Hrvatski tutorijali)
U Javascriptu je moguce kreirati vlastite objekte, ali cešca je upotreba vec postojecih, ugradenih objekata koji omogucavaju rad i manipulaciju sa web stranicom i preglednikom. Taj skup vec pos
Saturday, 12 May 2007

42. JavaScript: Verzije i kompatibilnost
(Development/Hrvatski tutorijali)
Postoji nekoliko verzija Javascripta podržanih od preglednika i njihovih verzija. Nažalost, to ponekad može dovesti do nejasnoca i nekompatibilnosti. Pošto je izvorno Netscape predstavio JavaSc
Saturday, 12 May 2007

43. JavaScript izrazi i operatori
(Development/Hrvatski tutorijali)
Izraz je ispravan niz konstanti, varijabli, operatora i izraza koji daje jednu vrijednost, koja može biti broj, niz slova ili logička varijabla.Izraz je ispravan niz konstanti, varijabli, operato
Saturday, 12 May 2007

44. Uvod u JavaScript
(Development/Hrvatski tutorijali)
Što je JavaScript, koje su karakteristike. Koja je razlika između JavaScripte i JaveJava je objektno orijentirani programski jezik, izveden iz C i C++ jezika, namijenjen razvoju aplikacija
Friday, 11 May 2007

45. Uvjeti Koristenja
(Static Content)
...nice. Vaši podaci su sigurni. Autorska prava Sadržaj je moguće redistribuirati isključivo uz link ka našem članku. Link je potrebno objaviti odmah ispod citata, teksta kojeg preuzmete ...
Monday, 28 January 2008

46. 404
(Static Content)
...4 errors please contact administrator using contact form. We have recently changed url structure. The link that brought you to this page might be changed. We kindly suggest you to search our site fo...
Thursday, 11 November 2004

<< Start < Prev 1 Next > End >>

When a webpage requires registration
 

Login






Lost Password?
No account yet? Register

Tools

Coming soon...

Syndicate