Search
Search Keyword string
Total 21 results found. Search for [ string ] with Google

Results 1 - 21 of 21
1. What is PHP (Hypertext Preprocessor)
(Development/PHP & MySQL)
... project leaders decided to drop it. PHP does not have complete native support for Unicode or multibyte strings. Unicode data is used for safe transfer of various multilanguage characters between di...
Monday, 18 May 2009

...bles. If no url is found in database, JoomSef will check for additional url with index.html at the end of string. If match is found, Joomla will redirect user with http error code 302, instead of resp...
Thursday, 24 April 2008

3. JavaScript Timing Events
(Development/JavaScripts)
...s setTimeout(), you can refer to it using the variable name. The first parameter of setTimeout() is a string that contains a JavaScript statement. This statement could be a statement like "alert...
Sunday, 17 June 2007

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

5. PHP - Using Functions
(Development/PHP & MySQL)
...n buildRows() I use the built in function implode(). It joins all elements of $array with the string '</td></tr><tr><td>' between each element. I also use the...
Sunday, 10 June 2007

6. PHP - Control Structures
(Development/PHP & MySQL)
...n buildRows() I use the built in function implode(). It joins all elements of $array with the string '</td></tr><tr><td>' between each element. I also use the...
Sunday, 10 June 2007

7. PHP - Playing With Strings
(Development/PHP & MySQL)
Playing With StringsStrings are probably what you will use most in your PHP script. From concatenating, looking for patterns, trim, chop etc. So I guess it's a good idea to take a better l
Sunday, 10 June 2007

8. PHP - Variable Types
(Development/PHP & MySQL)
...lar types: boolean : expresses truth value, TRUE or FALSE. Any non zero values and non empty string are also counted as TRUE. integer : round numbers (-5, 0, 123, 555, ...) float : floati...
Sunday, 10 June 2007

9. PHP Variables
(Development/PHP & MySQL)
...essary to use these curly brackets when you're trying to place the value of an array into a string. You can also split the string like this : echo "My name is " . ...
Sunday, 10 June 2007

10. Opening & Ending PHP Tags
(Development/PHP & MySQL)
...e shows how to insert PHP code into an HTML file. It also shows the echo statement used to output a string. See that the echo statement ends with a semicolon. Every command in PHP mu...
Sunday, 10 June 2007

11. Advanced String Handling
(Development/JavaScripts)
How to use some of the javascript methods for taking apart string variables and working with them. This two-part tutorial takes you through charAt, indexOf, and the split method. To get star
Monday, 14 May 2007

12. Navigation Drop Boxes
(Development/JavaScripts)
...user selects another option. So...we have to alter the value inside the array part of this already long string of words. The selectedIndex property will give us a number....the number of the opti...
Monday, 14 May 2007

13. JS Rollovers/Hover Buttons
(Development/JavaScripts)
...eval(imgName + "on.src"); This defines the variable "imgOn" as the sum of the variable "imgName" and the string "on.src". Remember, the function read in "imgName" as "pic1", so the sum ends up as ...
Monday, 14 May 2007

14. The setTimeout Function
(Development/JavaScripts)
... how to call the setTimeout function: setTimeout("yourfunction()",1000); The first parameter is a string, which is going to be the function you want to use. This function was named "myfunctio...
Monday, 14 May 2007

15. Browser Detection
(Development/JavaScripts)
...second returns the version of the browser. If the browser is Netscape, navigator.appName returns the string "Netscape". If it is Internet Explorer, it returns the string "Microsoft Internet Ex...
Monday, 14 May 2007

16. JavaScript Prompts
(Development/JavaScripts)
...me is assigned the value it receives from the user from the prompt. So the variable yourname will be a string of characters that makes up the person's name. The if/else statement assigns yournam...
Monday, 14 May 2007

... picky about whether the value is an integer or decimal. Just type it in. var cost=9.95; Using Strings A string is just a group of characters, such as a sentence or a word. To define a ...
Monday, 14 May 2007

18. Uvod u Python
(Development/Hrvatski tutorijali)
...w_input('Unesite neki tekst: ') print tekst Znači, za brojeve koristimo naredbu input, a za stringove koristimo raw_input. Pogledajmo sljedeći primjer: Kod: a = 2 b = 4 pri...
Saturday, 12 May 2007

19. JavaScript: Tipovi podataka
(Development/Hrvatski tutorijali)
Javascript svrstava podatke u nekoliko mogućih tipova. Integer, Floating point, Boolean, String, Objects, Null, UndefinedJavascript svrstava podatke u nekoliko mogućih tipova. Integer -
Saturday, 12 May 2007

20. JavaScript vrijednosti, imena i oblik varijabli
(Development/Hrvatski tutorijali)
...li: - brojeve, kao što su 42 ili 3.14159 - logičke (Boolean) vrijednosti: true ili false - stringove, "Ivica !!" - null, posebna riječ, koja se odnosi na null vrijednost...
Saturday, 12 May 2007

21. Uvod u JavaScript
(Development/Hrvatski tutorijali)
...e izraze, sintaksu i konstrukciju kontrole toka. Ima mali broj tipova podataka: numeričke, boolean i string vrijednosti. Podržava i funkcije, ali bez posebnih zahtjeva za deklariranjem. Evo us...
Friday, 11 May 2007

<< Start < Prev 1 Next > End >>

When a webpage requires registration
 

Login






Lost Password?
No account yet? Register

Tools

Coming soon...

Syndicate