Mixed Media and Web Development.

recent posts Ajax Refresh...
Div Refreshing with Ajax. function createRequestObject() { var req; if(window.XMLHttpRequest){ // Firefox, Safari, Opera... req = new XMLHttpRequest(); } else if(window.ActiveXObject) { // Internet Explorer 5+ ...
jQuery: Filter Select box with php and mysql...
jQuery: Filter Select box with php and mysql
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...
Chained Select Boxes using PHP / MySQL / AJAX...
Chained Select Boxes using PHP / MySQL / AJAX
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...
Grab MySpace UserInfo...
Grab MySpace UserInfo
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...
recent from Web The Law The Law
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,...
recent from Projects Ajax Refresh
Div Refreshing with Ajax. function createRequestObject() { var req; if(window.XMLHttpRequest){ // Firefox, Safari, Opera... req = new XMLHttpRequest(); } else if(window.ActiveXObject) { // Internet Explorer 5+ req = new ActiveXObject("Microsoft.XMLHTTP"); } else...