<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/css" href="../../common/rss.css" ?>
<rss version="2.0">
<channel>
<title>Bucaro TecHelp : Java Script Quick Reference</title>
<link>http://bucarotechelp.com/design/jsref</link>
<description>
This section contains a quick reference to Java Script code.
</description>
<language>en-us</language>
<pubDate>
Tue, 13 Feb 2018 09:54:18 GMT 
</pubDate>
<docs>http://www.rssboard.org/rss-specification</docs>
<item>
<title>JavaScript Glossary to Reference Variables, Methods, Strings, and More</title>
<link>http://bucarotechelp.com/design/jsref/76022401.asp</link>
<description>
JavaScript is a rich language. This glossary covers the core JavaScript language, syntax, and functions.
</description>
<pubDate>Fri, 07 Oct 2022 06:36:00 GMT</pubDate>
</item>
<item>
<title>Java Script Quick Reference : JavaScript toString Method Converts a Number to a String</title>
<link>http://bucarotechelp.com/design/jsref/80101501.asp</link>
<description>
The JavaScript toString method is used to convert a number to a string. It accepts a single optional parameter which specifies the base in which the number is to be represented in the string. This is a very convenient method of converting a number to a different base.
</description>
<pubDate>Tue, 13 Feb 2018 09:54:18 GMT</pubDate>
</item>
<item>
<title>How to Use a JavaScript try-catch Block to Debug</title>
<link>http://bucarotechelp.com/design/jsref/80110001.asp</link>
<description>
When executing JavaScript, an error can occur. The try-catch construct is a way to determine the cause of an error. Here is the basic code for a try-catch construct.
</description>
<pubDate>Wed, 31 Jan 2018 07:45:06 GMT</pubDate>
</item>
<item>
<title>Use moveBy Method to Move Window by a Specific Offset</title>
<link>http://bucarotechelp.com/design/jsref/81070302.asp</link>
<description>
JavaScript supplies methods to create, move in many ways, resize, blur, focus, and close windows. In this article, I show you how to use the moveBy method to move a window from its current position to a new position by an offset number of pixels.
</description>
<pubDate>
Sun, 28 May 2017 17:11:15 GMT
</pubDate>
</item>
<item>
<title>Java Script Events</title>
<link>http://bucarotechelp.com/design/jsref/85052403.asp</link>
<description>
An event occurs when the user does something, the browser does something, or when certain conditions exist. When an event occurs, an event object is created and its properties are filled with information about the event.
</description>
<pubDate>
Wed, 28 Sep 2016 17:38:32 GMT
</pubDate>
</item>
<item>
<title>A Brief History of JavaScript</title>
<link>http://bucarotechelp.com/design/jsref/85060001.asp</link>
<description>
Javascript was invented by Netscape in 1977. At first it was called LiveScript but the previous year Netscape had released Java its popularity exploded. As a marketing ploy Netscape renamed LiveScript to JavaScript.
</description>
<pubDate>
Wed, 28 Sep 2016 17:38:32 GMT
</pubDate>
</item>
<item>
<title>Rounding a Number with JavaScript</title>
<link>http://bucarotechelp.com/design/jsref/86030702.asp</link>
<description>
The result of a JavaScript mathematical operation can be a number with up to 16 digits. To make this result more human readable you could use the JavaScript Math object's round method to round it to 3 or 4 digits.
</description>
<pubDate>
Wed, 28 Sep 2016 17:38:32 GMT
</pubDate>
</item>
<item>
<title>JavaScript .big and .small to Change Text Size</title>
<link>http://bucarotechelp.com/design/jsref/86100402.asp</link>
<description>
The JavaScript String object's big and small methods can be used to change the size of text. A basic example of use of those methods is shown here.
</description>
<pubDate>
Wed, 28 Sep 2016 17:38:32 GMT
</pubDate>
</item>
<item>
<title>Extract Part of a String</title>
<link>http://bucarotechelp.com/design/jsref/86110202.asp</link>
<description>
Use the String object's .slice method to extract part of a string.
</description>
<pubDate>
Wed, 28 Sep 2016 17:38:32 GMT
</pubDate>
</item>
<item>
<title>Search and Replace Strings</title>
<link>http://bucarotechelp.com/design/jsref/86110203.asp</link>
<description>
To search a string for a substring and replace the substring use the .substring method to find the substring and break up the string,  and use the concatenation operator to reconstruct the string with the replacement substring.
</description>
<pubDate>
Wed, 28 Sep 2016 17:38:32 GMT
</pubDate>
</item>
<item>
<title>Remove Blank Spaces From Ends of a String</title>
<link>http://bucarotechelp.com/design/jsref/86110302.asp</link>
<description>
In programming we frequently find the need to remove blank spaces from the ends of strings. The String object's trim method removes blanks from both ends of a string.
</description>
</item>
<item>
<title>JavaScript to Concatenate Strings</title>
<link>http://bucarotechelp.com/design/jsref/87071001.asp</link>
<description>
To concatenate means to connect together. In JavaScript there are several ways to concatenate stings of characters.
</description>
<pubDate>
Wed, 28 Sep 2016 17:38:32 GMT
</pubDate>
</item>
<item>
<title>JavaScript Character Escape Sequences</title>
<link>http://bucarotechelp.com/design/jsref/87112802.asp</link>
<description>
Certain characters have programming meaning to the Java Script interpreter, so you may have problems with them when using them in a string. If you need to use one of these characters in a string, you need to substitute it with an escape sequence.
</description>
<pubDate>
Wed, 28 Sep 2016 17:38:32 GMT
</pubDate>
</item>
<item>
<title>The Java Script window.open Method</title>
<link>http://bucarotechelp.com/design/jsref/88001302.asp</link>
<description>
Opening a new window with JavaScript is not difficult. To create and open a new window, use the window.open method.
</description>
<pubDate>
Wed, 28 Sep 2016 17:38:32 GMT
</pubDate>
</item>
<item>
<title>Java Script Math.sin Method</title>
<link>http://bucarotechelp.com/design/jsref/88061102.asp</link>
<description>
This article describes the Java Script Math.sin method along with how to convert degrees to radians and how to set the number of digits to the right of the decimal point.
</description>
<pubDate>
Wed, 28 Sep 2016 17:38:32 GMT
</pubDate>
</item>
<item>
<title>Java Script Math.cos Method</title>
<link>http://bucarotechelp.com/design/jsref/88061103.asp</link>
<description>
This article describes the Java Script Math.cos method along with how to convert degrees to radians and how to set the number of digits to the right of the decimal point.
</description>
<pubDate>
Wed, 28 Sep 2016 17:38:32 GMT
</pubDate>
</item>
<item>
<title>Java Script Math.tan Method</title>
<link>http://bucarotechelp.com/design/jsref/88061104.asp</link>
<description>
This article describes the Java Script Math.tan method along with how to convert degrees to radians and how to set the number of digits to the right of the decimal point.
</description>
<pubDate>
Wed, 28 Sep 2016 17:38:32 GMT
</pubDate>
</item>
<item>
<title>Window onload Event</title>
<link>http://bucarotechelp.com/design/jsref/88070502.asp</link>
<description>
You should never write code that attempts to access elements on a document before the page completes loading because the element may not be created yet. The onload event allows you to access webpage elements immediately after all the coded elements have been created.
</description>
<pubDate>
Wed, 28 Sep 2016 17:38:32 GMT
</pubDate>
</item>
<item>
<title>The Navigator Object</title>
<link>http://bucarotechelp.com/design/jsref/88071401.asp</link>
<description>
The navigator object can be used to report information about the user's web browser and what computer or device they are using to visit your website.
</description>
<pubDate>
Wed, 28 Sep 2016 17:38:32 GMT
</pubDate>
</item>
<item>
<title>The Browsers History Object</title>
<link>http://bucarotechelp.com/design/jsref/88072301.asp</link>
<description>
As the user surfs the Web, the history object maintains a list of the URLs they visited. The history object has threemethods to move through the history list back() forward() and go().
</description>
<pubDate>
Wed, 28 Sep 2016 17:38:32 GMT
</pubDate>
</item>
<item>
<title>The do/while Loop</title>
<link>http://bucarotechelp.com/design/jsref/88072403.asp</link>
<description>
The do/while loop is similar to the while loop except that the while loop evaluates the test condition first before executing the statements, but the do/while executes the statements first, then evaluates the test condition.
</description>
<pubDate>
Wed, 28 Sep 2016 17:38:32 GMT
</pubDate>
</item>
<item>
<title>Using the Java Script eval() Function</title>
<link>http://bucarotechelp.com/design/jsref/88072801.asp</link>
<description>
The Java Script eval function accepts a string argument. If the string is an expression, it evaluates the expression. If the string contains JavaScript statements it executes the statements.
</description>
<pubDate>
Wed, 28 Sep 2016 17:38:32 GMT
</pubDate>
</item>
<item>
<title>Java Script alert Message Box</title>
<link>http://bucarotechelp.com/design/jsref/88080002.asp</link>
<description>
Java Script provides three types of message boxes, the alert, confirm, and prompt. They are all easy to create and use. The alert message box presents a message with a single [OK] button to dismiss the message box.
</description>
<pubDate>
Wed, 28 Sep 2016 17:38:32 GMT
</pubDate>
</item>
<item>
<title>Java Script confirm Message Box</title>
<link>http://bucarotechelp.com/design/jsref/88080003.asp</link>
<description>
Java Script provides three types of message boxes, the alert, confirm, and prompt. They are all easy to create and use. A confirm presents a message with an [OK] button and a [Cancel] button.
</description>
<pubDate>
Wed, 28 Sep 2016 17:38:32 GMT
</pubDate>
</item>
<item>
<title>Java Script prompt Message Box</title>
<link>http://bucarotechelp.com/design/jsref/88080004.asp</link>
<description>
Java Script provides three types of message boxes, the alert, confirm, and prompt. They are all easy to create and use. A prompt presents a message, a text box for user input, an [OK] button and a [Cancel] button.
</description>
<pubDate>
Wed, 28 Sep 2016 17:38:32 GMT
</pubDate>
</item>
<item>
<title>The Screen Object</title>
<link>http://bucarotechelp.com/design/jsref/90001401.asp</link>
<description>
Maybe yourlayout is such that the user must have a certain screen size, a minimum screen size, or a certain color depth for your webpage to look right. The Screen object gives you that information about the user's sreen.
</description>
<pubDate>
Wed, 28 Sep 2016 17:38:32 GMT
</pubDate>
</item>
<item>
<title>JavaScript Operators</title>
<link>http://bucarotechelp.com/design/jsref/90002303.asp</link>
<description>
An Operator is a charactor or several charactors that cause JavaScript to perform an operation on a value or variable and returns the result of that operation.
</description>
<pubDate>
Wed, 28 Sep 2016 17:38:32 GMT
</pubDate>
</item>
<item>
<title>The Location Object</title>
<link>http://bucarotechelp.com/design/jsref/90010802.asp</link>
<description>
When you load a Web page into your browser, the URL is stored in the window object's location object. You can use location object's assign or replace methods to load a different page into the window.
</description>
<pubDate>
Wed, 28 Sep 2016 17:38:32 GMT
</pubDate>
</item>
<item>
<title>The Conditional Operator</title>
<link>http://bucarotechelp.com/design/jsref/90030601.asp</link>
<description>
The Java Script Conditional Operator uses a question mark (?) and a colon (:) as a short-cut way to create an if/else statement. In good code the conditional statement should be replaced with a simple if/else statement.
</description>
<pubDate>
Wed, 28 Sep 2016 17:38:32 GMT
</pubDate>
</item>
<item>
<title>Access Web Page Elements With getElementById</title>
<link>http://bucarotechelp.com/design/jsref/90030702.asp</link>
<description>
getElementById is a method of the browser document object that lets you access html elements methods in order to execute an element's methods in order to change its properties. This is referred to as Dynamic HTML (DHTML).
</description>
<pubDate>
Wed, 28 Sep 2016 17:38:32 GMT
</pubDate>
</item>
<item>
<title>The continue Statement</title>
<link>http://bucarotechelp.com/design/jsref/93091802.asp</link>
<description>
In loops that contain a large block of code, if you know a certain value in an iteration does not require processing by that block of code, you can use the continue statement to skip that code and move on to the next iteration of the loop.
</description>
<pubDate>
Wed, 28 Sep 2016 17:38:32 GMT
</pubDate>
</item>
<item>
<title>The break Statement</title>
<link>http://bucarotechelp.com/design/jsref/93092205.asp</link>
<description>
The break statement provides you with a means of exiting a loop early. The break statement is commonly used to exit a loop when a value has reached or exceeded a set limit, or when searching through an array, when you've found the data for which you were searching.
</description>
<pubDate>
Wed, 28 Sep 2016 17:38:32 GMT
</pubDate>
</item>
<item>
<title>Get Webpage File Date and File Size</title>
<link>http://bucarotechelp.com/design/jsref/94001202.asp</link>
<description>
The document object has several properties that can provide you with information about a webpage's file. The document object's fileCreatedDate, fileModifiedDate, and fileSize properties can be used to determine the date a webpage was created, the date it was last modified, and the size of the webpage file. This example shows how to display these properties.
</description>
<pubDate>
Wed, 28 Sep 2016 17:38:32 GMT
</pubDate>
</item>
<item>
<title>Interactively Set Webpage Colors</title>
<link>http://bucarotechelp.com/design/jsref/94001801.asp</link>
<description>
The document object's fgColor, bgColor, linkColor, alinkColor, and vlinkColor properties can be used to set colors in a webpage interactively. In addition to demonstrating how to set these document properties, this example shows you how to use Java Script to access an html select list.
</description>
<pubDate>
Wed, 28 Sep 2016 17:38:32 GMT
</pubDate>
</item>
<item>
<title>Java Script Character Encoding and Decoding</title>
<link>http://bucarotechelp.com/design/jsref/94010302.asp</link>
<description>
Java Script 1.5 also provides the encodeURIComponent function, which can be used to encode part of a URI. For example, if you created an identifier containing a slash, neither the escape function nor the encodeURI will encode slashes because they are a legal characters in a URL or URI.
</description>
<pubDate>
Wed, 28 Sep 2016 17:38:32 GMT
</pubDate>
</item>
<item>
<title>Java Script Trigonometric Methods</title>
<link>http://bucarotechelp.com/design/jsref/94020701.asp</link>
<description>
An array is an ordered collection of data, each item of data being identified by an index number. Java Script arrays can contain a variety of data types. Assigning arrays as array elements allows you to create a multidimensional array. Using simple Java Script code you could use a multidimensional array to create a fairly sophisticated database application.
</description>
<pubDate>
Wed, 28 Sep 2016 17:38:32 GMT
</pubDate>
</item>
<item>
<title>Accessing Web Page Elements</title>
<link>http://bucarotechelp.com/design/jsref/94032201.asp</link>
<description>
To get access to a specific element on a webpage, assign it a unique id and use the document.getElementById method to get a reference to it. To access all elements of a certain type, use the getElementsByTagName method to create a reference to the collection of all the elements of that type.
</description>
<pubDate>
Wed, 28 Sep 2016 17:38:32 GMT
</pubDate>
</item>
<item>
<title>The Document Object Model (DOM)</title>
<link>http://bucarotechelp.com/design/jsref/94032501.asp</link>
<description>
The DOM chart provided here shows only part of the DOM. I would have liked to provided a more complete chart, but I can't find an example of a DOM chart that is complete without getting overly complex.
</description>
<pubDate>
Wed, 28 Sep 2016 17:38:32 GMT
</pubDate>
</item>
<item>
<title>Java Script Include a Backslash Character in a String</title>
<link>http://bucarotechelp.com/design/jsref/94040101.asp</link>
<description>
"In Java Script strings, A backslash indicates the next character is part of an escape sequence used to inform the interpreter that special action should be taken. But what if you actually want to include a backslash in a string, not to start an escape sequence, but to just be displayed as a backslash?
</description>
<pubDate>
Wed, 28 Sep 2016 17:38:32 GMT
</pubDate>
</item>
<item>
<title>Define Lines in a String</title>
<link>http://bucarotechelp.com/design/jsref/94040301.asp</link>
<description>
When you display a long text string in an alert box, it creates an unappealing too wide message box. You can improve the aspect ratio of the message box by placing newline (\n) character escape sequences within the string to explicitly define where the string should break to create a new line.
</description>
<pubDate>
Wed, 28 Sep 2016 17:38:32 GMT
</pubDate>
</item>
<item>
<title>The while Loop</title>
<link>http://bucarotechelp.com/design/jsref/94040802.asp</link>
<description>
The while loop evaluates an expression, and while the expression evaluates to true, the while loop will repeatedly execute the series of statements.
</description>
<pubDate>
Wed, 28 Sep 2016 17:38:32 GMT
</pubDate>
</item>
<item>
<title>The for Loop</title>
<link>http://bucarotechelp.com/design/jsref/94041001.asp</link>
<description>
A loop structure allows you execute a series of statements over and over. Several kinds of loop structures are available in Java Script, the most common loop is the for loop, which enables you to execute the loop a specific number of times.
</description>
<pubDate>
Wed, 28 Sep 2016 17:38:32 GMT
</pubDate>
</item>
<item>
<title>The switch / case Structure</title>
<link>http://bucarotechelp.com/design/jsref/94041401.asp</link>
<description>
The switch/case structure lets you match a variable's or expression's value to a number of values and then execute code when a match is found. A description of the switch/case structure is shown in this article.
</description>
<pubDate>
Wed, 28 Sep 2016 17:38:32 GMT
</pubDate>
</item>
<item>
<title>The if/else Structure</title>
<link>http://bucarotechelp.com/design/jsref/94041501.asp</link>
<description>
The if or if/else structure can be used to provide flow control in your Java Script code. Flow control determines which statements are executed based upon the results of a test or condition. An if/else structure is coded as shown in this article.
</description>
<pubDate>
Wed, 28 Sep 2016 17:38:32 GMT
</pubDate>
</item>
<item>
<title>Comparison Operators</title>
<link>http://bucarotechelp.com/design/jsref/94041602.asp</link>
<description>
Comparison operators compare the values of two variables or statements and return the result of the comparison as either true or false. The result of the comparison can be used to control the flow of the program.
</description>
<pubDate>
Wed, 28 Sep 2016 17:38:32 GMT
</pubDate>
</item>
<item>
<title>Include a Quote Character in a String</title>
<link>http://bucarotechelp.com/design/jsref/94041702.asp</link>
<description>
You can include single quotes in a string by enclosing the string in double quotes, or you can include double quotes in a string by enclosing the string in single quotes. In the situation where you need to use more than two levels of quotes, you can escape quote characters by placing a backslash character in front of a quote character.
</description>
<pubDate>
Wed, 28 Sep 2016 17:38:32 GMT
</pubDate>
</item>
<item>
<title>Format a Number as Currency</title>
<link>http://bucarotechelp.com/design/jsref/94042101.asp</link>
<description>
The easiest and most proper way to format a number as
a currency value is to use the Java Script Number object's toFixed method. The toFixed method will only work in newer browsers like Internet Explorer version 5.5 and later. If you can't be sure that all your users have newer browsers than you can create your own function to format a number as a currency, as shown here.
</description>
<pubDate>
Wed, 28 Sep 2016 17:38:32 GMT
</pubDate>
</item>
<item>
<title>Convert a Number to a String</title>
<link>http://bucarotechelp.com/design/jsref/94042201.asp</link>
<description>
In many instances, Java Script automatically converts numbers to strings, but you can use the String object constructor or the toString method to explicitly convert a number to a string.
</description>
<pubDate>
Wed, 28 Sep 2016 17:38:32 GMT
</pubDate>
</item>
<item>
<title>Find a Character or a Substring Within a String</title>
<link>http://bucarotechelp.com/design/jsref/94042302.asp</link>
<description>
The Java Script String object provides several methods that allow us to search for a character or substring within a string. For example, the code below finds the word easy in the sentence code is easy to read.
</description>
<pubDate>
Wed, 28 Sep 2016 17:38:32 GMT
</pubDate>
</item>
<item>
<title>Compare Two Strings</title>
<link>http://bucarotechelp.com/design/jsref/94042402.asp</link>
<description>
In a situations where you need to convert a value stored as a string, for example a value returned from a form element, to a number for use in a calculation, use the Java Script parseInt or parseFloat function.
</description>
<pubDate>
Wed, 28 Sep 2016 17:38:32 GMT
</pubDate>
</item>
<item>
<title>Java Script Trigonometric Methods</title>
<link>http://bucarotechelp.com/design/jsref/94042701.asp</link>
<description>
The Java Script <i>Math</i> object provides the trigonometric functions cosine, sine, tangent, along with many others. All the trigonometric functions return an angular value in radians. Why use radians rather than degrees?
</description>
<pubDate>
Wed, 28 Sep 2016 17:38:32 GMT
</pubDate>
</item>
<item>
<title>Convert a String to a Number</title>
<link>http://bucarotechelp.com/design/jsref/94042702.asp</link>
<description>
In a situations where you need to convert a value stored as a string, for example a value returned from a form element, to a number for use in a calculation, use the Java Script parseInt or parseFloat function.
</description>
<pubDate>
Wed, 28 Sep 2016 17:38:32 GMT
</pubDate>
</item>
<item>
<title>Determine Absolute Value</title>
<link>http://bucarotechelp.com/design/jsref/94042704.asp</link>
<description>
The absolute value is simply the value without a sign, for example the absolute value of 4, or +4, is the same as the absolute value of -4: 4. If you are creating an application that requires the absolute value of a number, use the Java Script Math.abs method.
</description>
<pubDate>
Wed, 28 Sep 2016 17:38:32 GMT
</pubDate>
</item>
<item>
<title>Determine Minimum and Maximum</title>
<link>http://bucarotechelp.com/design/jsref/94042705.asp</link>
<description>
If you want to compare two numbers in Java Script, you can always use an if-else statement, but the Math object provides two methods that do that for you. The Math.max method returns the highest value, the Math.min method returns the lowest value.
</description>
<pubDate>
Wed, 28 Sep 2016 17:38:32 GMT
</pubDate>
</item>
<item>
<title>Java Script Number Object</title>
<link>http://bucarotechelp.com/design/jsref/94042707.asp</link>
<description>
Normally a number is just a variable that you assigned a numerical value to. But JavaScript provides a Number object that gives you some powerful formatting routines for working with numbers.
</description>
<pubDate>
Wed, 28 Sep 2016 17:38:32 GMT
</pubDate>
</item>
<item>
<title>Generating Random Numbers</title>
<link>http://bucarotechelp.com/design/jsref/94042708.asp</link>
<description>
The Java Script Math object's random method returns a floating-point value between 0 and 1. To generate a random integer between zero and n, use the formula provided here.
</description>
<pubDate>
Wed, 28 Sep 2016 17:38:32 GMT
</pubDate>
</item>
<item>
<title>Java Script Arithmetic Operators</title>
<link>http://bucarotechelp.com/design/jsref/94042801.asp</link>
<description>
Placing the increment or decrement operator in front of the variable means to increment (or decrement) the value first before using it. Placing the increment or decrement operator in after the variable means to use the value first, then increment (or decrement) it.
</description>
<pubDate>
Wed, 28 Sep 2016 17:38:32 GMT
</pubDate>
</item>
<item>
<title>Java Script Reserved Words</title>
<link>http://bucarotechelp.com/design/jsref/94072201.asp</link>
<description>
Reserved words or keywords are words that are part of the JavaScript language and therefor have special meaning in Javascript. These reserved words cannot be used for variable or function names.
</description>
<pubDate>
Wed, 28 Sep 2016 17:38:32 GMT
</pubDate>
</item>
<item>
<title>Java Script Data Types</title>
<link>http://bucarotechelp.com/design/jsref/94072302.asp</link>
<description>
The type of a piece of data is important because
it determines what kind of data can be stored in it and what operations can be performed on it. For example, you can multiply the number 2 by the number 3 to get the result 6. But if you multiply the character 2 by the character 3, you get nonsense results.
</description>
<pubDate>
Wed, 28 Sep 2016 17:38:32 GMT
</pubDate>
</item>
<item>
<title>JavaScript Math Object</title>
<link>http://bucarotechelp.com/design/jsref/95031701.asp</link>
<description>
The JavaScript Math object gives you powerful routines that let you generate random numbers, convert numbers to strings and strings to numbers, and perform trigonometric functions and much more. After this introduction, you should be able to create some interesting JavaScript applications.
</description>
<pubDate>
Wed, 28 Sep 2016 17:38:32 GMT
</pubDate>
</item>
<item>
<title>Use Escape to Replace Dangerous Characters</title>
<link>http://bucarotechelp.com/design/jsref/95100002.asp</link>
<description>
There are certain situations in Java Script programming where we can run into a problem storing or passing data. Those situations call for the use of the "escape" functions. For example, when storing data in a browser cookie.
</description>
<pubDate>
Wed, 28 Sep 2016 17:38:32 GMT
</pubDate>
</item>
<item>
<title>Java Script Strings</title>
<link>http://bucarotechelp.com/design/jsref/97071830.asp</link>
<description>
Java Script provides the built-in String object that provides you with many methods for searching and manipulating strings. In this article I will provide you with examples that show you how to use the most important methods of the string object.
</description>
<pubDate>
Wed, 28 Sep 2016 17:38:32 GMT
</pubDate>
</item>
<item>
<title>Window Object Properties and Methods</title>
<link>http://bucarotechelp.com/design/jsref/98010521.asp</link>
<description>
In this article, I show  you how to use Java Script to move a window, resize a window, bring a window to the front, and bring a window to the back. This is all very easy to do using the following Java Script methods.
</description>
<pubDate>
Wed, 28 Sep 2016 17:38:32 GMT
</pubDate>
</item>
<item>
<title>Cookie Power Made Easy</title>
<link>http://bucarotechelp.com/design/jsref/98011350.asp</link>
<description>
Cookies are a way of storing information about a user on the users computer. Cookies can be used to track a users visits to and path through a web site, store a users choices, and much more.
</description>
<pubDate>
Wed, 28 Sep 2016 17:38:32 GMT
</pubDate>
</item>
</channel>
</rss>