Search
Search Keyword using
Total 43 results found. Search for [ using ] with Google

Results 1 - 43 of 43
1. What is PHP (Hypertext Preprocessor)
(Development/PHP & MySQL)
...obably one of the most popular server-side programming language over the globe. The acronym might be confusing because it does not represent the capital words of full title. This type of acronym is kn...
Monday, 18 May 2009

2. Joomla TrackReferer BOT
(Projects/Misc)
...e latest version is 0.1.0 This is a very very simple BOT. I needed a simple tool to track visitors when using contact form, and decided to publish it here. I hope that at least one of the visitors mi...
Monday, 22 September 2008

Ok, let me 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:
Thursday, 24 April 2008

4. CSS Shorthand Guide
(Development/Tutorials)
...together shall we? Ok. Straight to the business. Anytime I’ve ran into a specification (besides the confusing mess at the W3C), it turns into showing off a couple of examples and you’re supposed to ...
Wednesday, 27 February 2008

...your site by following outgoing links. Please comment or suggest modifications. You can contact me using the contact form. The latest version is 1.0.0 New release with many new features...
Thursday, 17 January 2008

6. Glossary of Technical Terms
(Development/Tutorials)
... Anonymous FTP - A method for allowing the public to download files using FTP (File Transfer Protocol) so that they don't have to ident...
Wednesday, 12 December 2007

7. NTLDR is Missing
(Development/Tutorials)
... boot.ini file. Attempting to upgrade from a Windows 95, 98, or ME computer that is using FAT32. New hard disk drive being added. Corrupt boot sector / master boo...
Sunday, 09 December 2007

8. JavaScript Timing Events
(Development/JavaScripts)
...value is stored in a variable called t. If you want to cancel this setTimeout(), you can refer to it using the variable name. The first parameter of setTimeout() is a string that contains a Java...
Sunday, 17 June 2007

9. Detecting a particular browser
(Development/JavaScripts)
... the whole browser information with its platform, and alert the user that he or she is not using a Netscape 3.0 browser. Notice that before we closed the if statement, we used ...
Sunday, 17 June 2007

10. PHP - Using Forms
(Development/PHP & MySQL)
Using FormsUsing forms in a web based application is very common. Most forms are used to gather information like in a signup form, survey / polling, guestbook, etc. A form can have t
Sunday, 10 June 2007

11. PHP - Using Functions
(Development/PHP & MySQL)
Using FunctionsReal world applications are usually much larger than the examples above. In has been proven that the best way to develop and maintain a large program is to construct it from
Sunday, 10 June 2007

12. PHP - Control Structures
(Development/PHP & MySQL)
...ctions) each of which is more manageable than the original program. A function may be defined using syntax such as the following: <?php function addition($val1, $val2) ...
Sunday, 10 June 2007

13. PHP - Playing With Strings
(Development/PHP & MySQL)
... use double quotes ( " ) or single quotes ( ' ). There are some differences you need to know about using these two. If you're using double-quoted strings variables will be expanded (...
Sunday, 10 June 2007

14. PHP Variables
(Development/PHP & MySQL)
...re cannot be trusted. It's use the appropriate $_POST or $_GET from your script instead of using $_REQUEST so you will always know that a variable comes from POST or GET. $...
Sunday, 10 June 2007

15. PHP - Using Comments
(Development/PHP & MySQL)
Using Comments Comment is a part of your PHP code that will not be translated by the PHP engine. You can use it to write documentation of your PHP script describing what the code should do
Sunday, 10 June 2007

16. Opening & Ending PHP Tags
(Development/PHP & MySQL)
...ript> The first pair (<? and ?>) is called short tags. You should avoid using short tags in your application especially if it's meant to be distributed on other ...
Sunday, 10 June 2007

17. Installing Apache PHP and MySQL
(Development/PHP & MySQL)
...d with LAMP (Linux, Apache, MySQL, PHP). However, most PHP developer ( including me ) are actually using Windows when developing the PHP application. So this page will only cover the WAMP ...
Sunday, 10 June 2007

18. Kreiranje konekcije za ADSL
(Development/Hrvatski tutorijali)
...lly" da biste ručno napravili konekciju. Kliknite opet na Next. Zatim odaberite "Connect using a broadband connection that requires a username and password". Te kliknite na Next. ...
Sunday, 10 June 2007

19. Get the Viewer's Screen Resolution
(Development/JavaScripts)
...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. This can be a helpful way to send viewer...
Monday, 14 May 2007

20. Advanced String Handling
(Development/JavaScripts)
... of 7, since the word "Ferrari" has seven characters. The length method is even more useful if you are using a value entered by a viewer at a prompt or another input area and do not know what the s...
Monday, 14 May 2007

21. The Math Object
(Development/JavaScripts)
The JavaScript Math object allows you to perform various calculations using its member functions. This two-part tutorial takes you through the use of the Math object, and then how to use the M
Monday, 14 May 2007

22. The Date Object: with Clocks
(Development/JavaScripts)
A two-part section on the date object, using 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 cloc
Monday, 14 May 2007

23. Navigation Drop Boxes
(Development/JavaScripts)
...ox in order for a viewer to navigate the site. You see that we can get to the select box itself easily using the name attributes: document.guideform.guidelinks But this doen't give us access...
Monday, 14 May 2007

24. Beginning With Forms
(Development/JavaScripts)
Start using JavaScript with forms! You can do many things with javascript using your forms. Great, you say, but where does one figure out how to access those form elements with javascript? Well
Monday, 14 May 2007

25. JavaScript and Frames
(Development/JavaScripts)
What a combination! A two-part tutorial on using JavaScript with frames, including how to change two frames at the same time. JavaScript and Frames. Frames and JavaScript. Sounds like a mess doe
Monday, 14 May 2007

26. JavaScript Object Detection
(Development/JavaScripts)
...ust so happens to exist in the browsers we checked for, and not in the browsers that were excluded. So, using this object detection code, we are checking for Netscape 3 or higher, and MS Internet E...
Monday, 14 May 2007

27. JS Rollovers/Hover Buttons
(Development/JavaScripts)
...set of links. The first section uses browser detection, the others use object detection (see below). Using a javascript to change an image when someone moves their mouse over it has become quit...
Monday, 14 May 2007

28. JavaScript Arrays
(Development/JavaScripts)
...So far, it has only made things more complicated. However, this array can now be used as part of a loop, using the value of the index numbers as a variable: var x=0; for (x=0; x<5; x++) ...
Monday, 14 May 2007

29. The setTimeout Function
(Development/JavaScripts)
...ser clicks the button we created. As you can see, we changed the value of the text in the text box by using the name of the form and the name of the textbox: document.myform.mytext.value="Hey...
Monday, 14 May 2007

30. Using Link Tags For Scripts
(Development/JavaScripts)
.... I get this question so much, I figured I'd better get in gear and write another section to address using the link tag for javascripts (such as new windows), rather than using the old grey button...
Monday, 14 May 2007

31. Redirection
(Development/JavaScripts)
...ers, 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 in a search engine. Many of them find re...
Monday, 14 May 2007

32. Browser Detection
(Development/JavaScripts)
See how to use browser detection to determine what type of browsers your visitors are using. Browser detection allows you to find out what browser your viewer is using, and then perform a script ba
Monday, 14 May 2007

33. Passwords
(Development/JavaScripts)
A two-part section on using prompts to get passwords from your viewers. The scripts are not very secure, but they help with learning prompts, alerts, and redirection. OK, I finally got around to
Monday, 14 May 2007

34. JavaScript Prompts
(Development/JavaScripts)
...page, and then write their name on your page right before their very eyes.......Well, you can do this using a javascript prompt. Here's the command: prompt('Your Question', ' '); Thi...
Monday, 14 May 2007

...e initial value you want the variable to have. It can be a number, words, true, false, or null. Using Numbers You can assign a number value to a variable by placing the desired number aft...
Monday, 14 May 2007

36. JavaScript Alerts
(Development/JavaScripts)
...he breakdown:   <SCRIPT language="JavaScript"> This tag lets the browser know you are using JavaScript commands here.   <!-- hide script from old browsers This makes sure...
Monday, 14 May 2007

37. Using Buttons for JavaScripts
(Development/JavaScripts)
A two-part section on using buttons to make something happen. The buttons can be used in many ways, even as forward and back buttons. To write scripts using buttons, we will first need to know how
Monday, 14 May 2007

38. onMouseover: Your first Script
(Development/JavaScripts)
...use in this case, the window.status command is used inside the onMouseover command, which was already using double quotes. If we had used another set of double quotes, the browser would have gott...
Monday, 14 May 2007

39. The Basics- JavaScript Tutorial
(Development/JavaScripts)
...m, you have to trick the browser into ignoring the text within the <SCRIPT> tag. This is done by using an HTML comment. The older browsers will ignore the text inside the comments, but a Jav...
Monday, 14 May 2007

40. Umrezavanje dva racunala preko modema
(Development/Hrvatski tutorijali)
...o Internet i onda na Next, 11. Odaberite Setup my connection manually i na Next, 12. Odaberite Connect using a dial-up modem, 13. Upišite ime veze i klik na Next, Broj telefona i klik na Next, Upiš...
Sunday, 13 May 2007

41. Send anonymous emails
(Development/Tutorials)
...recipient of your email, enter the email address of the remailer you wish to use. For our example we are using remailer@bigapple.yi.org, so we will type in remailer@bigapple.yi.org. Leave the Subj...
Saturday, 12 May 2007

42. 404
(Static Content)
...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. The link that brought you to this...
Thursday, 11 November 2004

43. Tutorials
(Category Blog)
Place for tutorials about using various application in best and simplest way.

<< Start < Prev 1 Next > End >>

When a webpage requires registration
 

Login






Lost Password?
No account yet? Register

Tools

Coming soon...

Syndicate