<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.4" -->
<rss version="0.92">
<channel>
	<title>CodeBasic.net &#124; Malaysia&#039;s Web Developer cum Designer</title>
	<link>http://codebasic.net</link>
	<description></description>
	<lastBuildDate>Sat, 06 Mar 2010 04:28:05 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>COLSPAN and ROWSPAN Tutorial</title>
		<description>Every webmaster also know that table cells can be spanned more than one column or row. The attribute of ROWSPAN is used to make cell span multiple rows. If let say ROWSPAN="3" it will only span a column vertically across three rows.
&#60;table border="1" cellspacing="2" cellpadding="2" width="200px"&#62;
&#60;tbody&#62;
&#60;tr&#62;
&#60;td&#62;Codebasic.net&#60;/td&#62;
&#60;td rowspan="2"&#62;spanned&#60;/td&#62;
&#60;td&#62;myLengLui.com&#60;/td&#62;
&#60;/tr&#62;
&#60;tr&#62;
&#60;td&#62;imDavidLee.com&#60;/td&#62;
&#60;td&#62;LifeTechie.com&#60;/td&#62;
&#60;/tr&#62;
&#60;tr&#62;
&#60;td&#62;LimPek.com&#60;/td&#62;
&#60;td&#62;innoDesigner.com&#60;/td&#62;
&#60;td&#62;PenangBlogger.com&#60;/td&#62;
&#60;/tr&#62;
&#60;/tbody&#62;&#60;/table&#62;



Codebasic.net
spanned
myLengLui.com


imDavidLee.com
LifeTechie.com


LimPek.com
innoDesigner.com
PenangBlogger.com


The COLSPAN attribute is ...</description>
		<link>http://codebasic.net/colspan-and-rowspan-tutorial/</link>
			</item>
	<item>
		<title>How To Find Length of String In Javascript?</title>
		<description>While working with strings, most probably we will need to find a length of string, count of charachers and etc. In JavaScript we can make use of the string related function as the [variable].length

So, here we go!! I decided to share some really basic source code. Here’s the  example ...</description>
		<link>http://codebasic.net/how-to-find-length-of-string-in-javascript/</link>
			</item>
	<item>
		<title>Change Mouse Pointer Using CSS</title>
		<description>There are certain scenarios where you want to change the mouse cursor when you hover over a link. By the way, when you do such a thing you put some javascript in the onclick event and with that you want to give the user a feeling that he/she’s clicking on ...</description>
		<link>http://codebasic.net/change-mouse-pointer-using-css/</link>
			</item>
	<item>
		<title>Javascript Remove Blank Space In Text Field</title>
		<description>This tutorial will help you to remove spaces in a text field using Javascript. Any spaces keyed in by the user will be removed when they click on the button or anywhere outside the text field.


This string.split() is to find all the substrings in a string that are separated by ...</description>
		<link>http://codebasic.net/javascript-remove-blank-space-in-text-field/</link>
			</item>
	<item>
		<title>Convert String to Lowercase In Javascript</title>
		<description>Now you can learn how to convert to lower case letters by using toLowerCase() functions in JavaScript. So, in order to convert a string to lower case, then you need to call the toLowerCase() method on the string.



The toLowerCase() method will return a lower case string into a new text ...</description>
		<link>http://codebasic.net/convert-string-to-lowercase-in-javascript/</link>
			</item>
	<item>
		<title>Simple Flash Based Text Scroller</title>
		<description>Do you know how to create a flash based text scroller to scroll a few lines of text?

This tutorial will help you to create the text scroller by just following the simple instructions:

Step 1: Create a dynamic textbox.



Step 2: Set the textbox to Multiline, and name the instance as 'scroller'.





Step ...</description>
		<link>http://codebasic.net/simple-flash-based-text-scroller/</link>
			</item>
	<item>
		<title>Basic Motion Guide Tween Tutorial</title>
		<description>This Flash tutorial will show you how to use a motion guide to move an object.

 Step 1: Draw an object on layer 1 and convert it into movie clip.

 Step 2: Then, select the Tween in the Properties to Motion.



 Step 3: Then, click on frame 30 and insert ...</description>
		<link>http://codebasic.net/basic-motion-guide-tween-tutorial/</link>
			</item>
	<item>
		<title>Convert Bitmap Images to Vector in Flash</title>
		<description>Do you know that you can convert your bitmap image to vector graphics using Flash? This is good tutorial for you since you can learn how to convert bitmap to vector in order to achieve a cool look and minimize your file size.

[bitmap image]


[vector graphic]

Steps On How To Convert A ...</description>
		<link>http://codebasic.net/convert-bitmap-images-to-vector-in-flash/</link>
			</item>
	<item>
		<title>Creating Xmas Snowing Effect Using Flash</title>
		<description>This tutorial will help you how to write the Actionscript to create snow animation effects. It also specifies the properties to be set, the frames to be selected etc. Just follow the necessary steps and I will explain each step in detail.



Steps 1: Create a snow particle. Click the Oval ...</description>
		<link>http://codebasic.net/creating-xmas-snowing-effect-using-flash/</link>
			</item>
	<item>
		<title>How to Create A Simple Flash Countdown Timer</title>
		<description>Today, I will be teaching you how to make a flash countdown timer. This is very useful because in our daily life, there are counts up or down timers.



In this tutorial, you will see how to create a countdown animation using the shape tween effect.

Step 1

Select the Text Tool, click ...</description>
		<link>http://codebasic.net/how-to-create-a-simple-flash-countdown-timer/</link>
			</item>
</channel>
</rss>
