<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.6" -->
<rss version="0.92">
<channel>
	<title>BLUEice studios</title>
	<link>http://www.blueicestudios.com</link>
	<description>Solutions for Mixed Media &#38; Web Development.</description>
	<lastBuildDate>Mon, 16 Nov 2009 08:09:37 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Ajax Refresh</title>
		<description>Div Refreshing with Ajax.



function createRequestObject() {

   var req;

   if(window.XMLHttpRequest){
      // Firefox, Safari, Opera...
      req = new XMLHttpRequest();
   } else if(window.ActiveXObject) {
      // Internet Explorer 5+
     ...</description>
		<link>http://www.blueicestudios.com/ajax-refresh/</link>
			</item>
	<item>
		<title>jQuery: Filter Select box with php and mysql</title>
		<description>Lets filter a select box with jQuery, Sack, PHP and MySQL.....

You may or may not need this, but it could come in handy at one point in time. So lets start..

I will show you the basics here, you may download the source at the bottom of the page.

View the DEMO

index.html

include ...</description>
		<link>http://www.blueicestudios.com/jquery-filter-select-box-with-php-and-mysql/</link>
			</item>
	<item>
		<title>Chained Select Boxes using PHP / MySQL / AJAX</title>
		<description>So, I got sick of using multiple singular select boxes. For this latest project I ended up with a table containing a category and text. About 500 entries. I used the AJAX from http://dhtmlgoodies.com

Source Files: DOWNLOAD
Check out the DEMO

The MySQL is simple, just an id, category and text field. There ...</description>
		<link>http://www.blueicestudios.com/chained-select-boxes-using-php-mysql-ajax/</link>
			</item>
	<item>
		<title>Grab MySpace UserInfo</title>
		<description>In this tutorials I will show you how to grab from MySpace: User default photo, Profile name, age, sex, location and link.

So lets start with the php to pull the info from MySpace. In this example i will be using a form to pull the user.
Get the source files: DOWNLOAD
See ...</description>
		<link>http://www.blueicestudios.com/grab-myspace-userinfo/</link>
			</item>
	<item>
		<title>5 Minute Flex Data Grid</title>
		<description>So you want a quick solution for a data grid with inline edit, add, delete, search and sorting? I've got just the answer for you. .....Adobe Flex.

Finished Data Grid: Demo

So lets start, The data used for the grid will be pulled from a MySQL database.

If you don't have one ready, ...</description>
		<link>http://www.blueicestudios.com/5-minute-flex-data-grid/</link>
			</item>
	<item>
		<title>PHP Percentage Bar</title>
		<description>
Source Files: DOWNLOAD
View working examples here: DEMO
MySQL Table, used for example.


CREATE TABLE IF NOT EXISTS `percent` (
`per_id` int(11) NOT NULL auto_increment,
`per_num` varchar(255) NOT NULL,
PRIMARY KEY (`per_id`)
) ENGINE=InnoDB;


1. Lets start with the MySQL Connection, I named this file dbcommon.php. Besure to change the username, password and database to your own.

mysql_connect("localhost", "username", ...</description>
		<link>http://www.blueicestudios.com/php-percentage-bar/</link>
			</item>
	<item>
		<title>The Law</title>
		<description> 

Visit: www.TheLaw.com
What is TheLaw.com?
TheLAW.com™ is a free friendly, online environment where lawyers and non-lawyers can find and share all types of legal information, including participating in a free legal discussion forum to find others who have shared a similar legal  problem or experience, locate legal resources such as ...</description>
		<link>http://www.blueicestudios.com/the-law/</link>
			</item>
</channel>
</rss>
