Search
Search Keyword html
Total 40 results found. Search for [ html ] with Google

Results 1 - 40 of 40
1. What is PHP (Hypertext Preprocessor)
(Development/PHP & MySQL)
...aintain his personal home page. He soon found out the lack of support to build specific gadgets for his HTML website. Lerdorf decided to create a set of tools based on another, older scripting languag...
Monday, 18 May 2009

2. najvazniji SEO savjeti za optimizaciju stranice
(Development/Hrvatski tutorijali)
... 4. Ponudite mapu stranice vašim posjetiteljima putem internog linka za lakšu navigaciju. (uobicajeno u html formatu) 5. Stvarajte jedinstveni i kvalitetni sadržaj. Izbjegavajte preuzimanje identi...
Monday, 11 August 2008

...postoji poprilično ružan bug koji je mnogim webmasterima zadao glavobolje. Naime, pri renderiranju html-a IE pogrešno izračuna visinu (height) lebdećih objekata, što može rezultirati ti...
Wednesday, 11 June 2008

4. Kratka (shorthand) sintaksa CSS svojstva
(Development/Hrvatski tutorijali)
... infomormacije nisu u potpunosti točne, budući se kompatibilnost browsera prema W3C standardu HTML koda mijenja iz dana u dan. Osnovna struktura CSS-a Podsjetimo se prvo osnovnih zna&...
Sunday, 08 June 2008

...mSef 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-studios.com/section/category/index.html However, I have fo...
Thursday, 24 April 2008

6. htaccess trikovi (osnovna upotreba)
(Development/Hrvatski tutorijali)
... ekstenzija$ novi link To bi u praktičnoj primjeni izgledalo ovako RewriteEngine on RewriteRule html-obrazovanje\.php$ html-obrazovanjeAko se brinete za SEO nema potrebe. Mod rewrite će ...
Wednesday, 12 December 2007

7. 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 Ja...
Wednesday, 12 December 2007

8. SEO PR (page rank)
(Development/Hrvatski tutorijali)
... PR koji vidite u “google toolbaru” kada udete u vasu stranicu je PR vase pocetne stranice (etc. index.html). PR ima najveci utjecaj na poziciju vase stranice pri ispisivanju rezultata trazilice za ...
Wednesday, 12 December 2007

...e Usage: chmod numberpermissions filename chmod 000 : No one can access chmod 644: Usually for HTML pages chmod 755: Usually for CGI scripts chown: changes file ownership permissions The se...
Wednesday, 03 October 2007

10. JavaScript Timing Events
(Development/JavaScripts)
...imeout() - cancels the setTimeout() Note: The setTimeout() and clearTimeout() are both methods of the HTML DOM Window object. setTimeout() Syntax var t=setTimeout("javascript statement...
Sunday, 17 June 2007

11. Detecting a particular browser
(Development/JavaScripts)
...isitor to visit the page without that browser. Detecting the appropriate browser <HTML><TITLE>Detecting User's Browser</TITLE><HEAD></HEAD><BODY BGC...
Sunday, 17 June 2007

12. Measuring users' time on a page
(Development/JavaScripts)
...sult is then displayed via an alert() method. Measuring a user's time on a page <HTML><HEAD><TITLE>Detecting User's Time on a Page</TITLE><SCRIPT LANGUAG...
Sunday, 17 June 2007

13. Displaying page update information
(Development/JavaScripts)
...r pages? Well, here's how: Displaying automatic page update information <HTML><HEAD></HEAD><TITLE> Displaying Update Info</TITLE><BODY bgco...
Sunday, 17 June 2007

14. Backup Firefox bookmarka
(Development/Hrvatski tutorijali)
... and Settings\<ime usera>\Application Data\Mozilla\Firefox\Profiles\<ime profila>\bookmarks.html iskopirajte taj fajl negdje na sigurno, te ga nakon reinstalacije vratite na isto/sli...
Monday, 11 June 2007

15. PHP - Using Forms
(Development/PHP & MySQL)
... instead so you will know from what method did the values come from. Here is an example of HTML form :   <form method="post" action="<?php ...
Sunday, 10 June 2007

16. Opening & Ending PHP Tags
(Development/PHP & MySQL)
...Apache2\htdocs then you put hello.php in C:\Program Files\Apache Group\Apache2\htdocs <html> <head> <title>My First PHP Page</title> </hea...
Sunday, 10 June 2007

17. Installing Apache PHP and MySQL
(Development/PHP & MySQL)
...is set to htdocs directory. The document root is where you must put all your PHP or HTML files so it will be process by Apache ( and can be seen through a web browser ). ...
Sunday, 10 June 2007

18. 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 browsers allow you to detect the user's screen resolution using the screen.width and screen.height properties
Monday, 14 May 2007

19. More JavaScript Buttons
(Development/JavaScripts)
...n, you get the "down button" image. When you let go, you get the "up button" image. Let's look at the HTML first this time (the reverse of my normal routine!). You will see that we can call a funct...
Monday, 14 May 2007

20. JavaScript and Frames
(Development/JavaScripts)
...the right from a frame on the left side. First, set up a little frameset. This will require 3 separate html pages. Your frameset, and the html for your 2 frames. Let's begin with the frameset: &nb...
Monday, 14 May 2007

21. JS Rollovers/Hover Buttons
(Development/JavaScripts)
...meter called "imgName". "imgName" is going to be the name="pic1" attribute of the 2nd image from our HTML document. It is sent to this function when we call it later in the HTML document (see be...
Monday, 14 May 2007

22. Opening a New Window
(Development/JavaScripts)
... the new window? How does one do do that? To use that trick, use the window.close() function in the HTML of the new window. Just put this code wherever you want the close button to show up in th...
Monday, 14 May 2007

23. Redirection
(Development/JavaScripts)
See how to redirect viewers based on the browsers, 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

24. JavaScript Prompts
(Development/JavaScripts)
...thing. Now, in the BODY section, you again use the SCRIPT tags to set off the JavaScript from any HTML around it. You will also see a new command called document.write(" "); . This is what al...
Monday, 14 May 2007

...ormation from viewers, and they type in......nothing! Case Sensitivity Unlike alot of things in HTML, JavaScripts are case sensitive. So a variable named "john" is not the same as "John" or...
Monday, 14 May 2007

26. Using Buttons for JavaScripts
(Development/JavaScripts)
... this, you will need to use the <FORM> tags around the button tag. Here is an example of the HTML that will place a button on the page: <FORM> <INPUT type="button" value="...
Monday, 14 May 2007

27. The Basics- JavaScript Tutorial
(Development/JavaScripts)
See the basic format of a JavaScript so that you can recognize a javascript when you see one in the HTML code. To get started with JavaScript, you will want to be able to see the tag that will se
Monday, 14 May 2007

28. What you need to use JavaScript
(Development/JavaScripts)
...ing JavaScript, you will need to have a few things. Here they are:   You should know how to use HTML and be able to edit your HTML documents.   You will need to have a web bro...
Monday, 14 May 2007

... Kod: http://www.softpedia.com/get/Desktop-Enhancements/Themes/UXTHEMEDLL-Pack-DLL-for-SP1-included.shtml Za Windowse sa SP2: Kod: http://www.softpedia.com/get/Desktop-Enhancements/Themes/UX...
Sunday, 13 May 2007

30. How to remove DRM protection
(Development/Tutorials)
... this Automate unDRM. Kod: Download: http://rapidshare.de/files/11190307/Automate_unDRM_v1.0.rar.html Password for setup file: mayang   source: warezhr.org ...
Sunday, 13 May 2007

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

32. Session vs. cookie
(Development/Hrvatski tutorijali)
... blokira, session ID se vidi u URLu. Najbitnije stvar kod sessiona je postaviti session PRIJE slanja HTML headera. PHP kod: <?php session_start (); header("Cache-control: ...
Saturday, 12 May 2007

33. Instalacija Perla i CGI-BIN direktorija na IIS
(Development/Hrvatski tutorijali)
...epad 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; Sada ...
Saturday, 12 May 2007

34. Uvod U Perl
(Development/Hrvatski tutorijali)
...štenju n znaka za prelaz 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...
Saturday, 12 May 2007

35. Što je PHP?
(Development/Hrvatski tutorijali)
...erla, automatsko interperetiranje variabli primljenih iz HTTP formi i omogućavao uključivanje HTML sintakse. Sintaksa mu je bila jako slična Perl-u, uz nešto ograničenja i p...
Saturday, 12 May 2007

36. JavaScript: Event handlers
(Development/Hrvatski tutorijali)
.... Event handler specificira koji ce Javascript kod biti pokrenut. Event handleri se cesto nalaze unutar HTML tag-a koji opisuje objekt kojeg želimo uciniti interaktivnim. Na primjer: <a href=&qu...
Saturday, 12 May 2007

37. JavaScript: Document Object Model
(Development/Hrvatski tutorijali)
...ednika ispisao poznate rijeci "Hello World". Document pri tome predstavlja trenutno otvoreni HTML dokument unutar preglednika, a write jednu od ugradenih metoda DOM modela. Osim metoda, DOM...
Saturday, 12 May 2007

38. Uvod u JavaScript
(Development/Hrvatski tutorijali)
...n skriptni jezik za razvoj klijent-server Internet aplikacija. Programski kod upisuje se direktno na HTML stranicu i omogućava nam izradu server-baziranih aplikacija poput CGI (common gateway ...
Friday, 11 May 2007

39. Projects
(Section Blog)
Please choose a project category. Web projects | Applications | Misc / Other

40. OpenSourceMatters
(News Feeds / Joomla!)
http://www.opensourcematters.org/index2.php?option=com_rss&feed=RSS2.0&no_html=1

<< Start < Prev 1 Next > End >>

When a webpage requires registration
 

Login






Lost Password?
No account yet? Register

Tools

Coming soon...

Syndicate