blondr.blogspot.com
Blond R: Image uploading using AJAX
http://blondr.blogspot.com/2006/12/image-uploading-using-ajax.html
Monday, December 4, 2006. Image uploading using AJAX. Well, i guess i'm feeling Hot today ;). Two posts within 24 hours, wow. lol. Well, i've been working on a project and was looking for an existing Image uploader that uses AJAX, knowing in advanced that really it's impossible (except for FF) to use xmlHTTPRequest, i was looking for a solution that uses iFrame, while googling it, it wasn't hard to come up with Asynchronous image file upload without AJAX. The script doesn't trying to read the uploaded fi...
blondr.blogspot.com
Blond R: Set up IIS 7 w/ MySQL and PHP 5
http://blondr.blogspot.com/2006/11/set-up-iis-7-w-mysql-and-php-5.html
Saturday, November 25, 2006. Set up IIS 7 w/ MySQL and PHP 5. Hey fellas, this is my first Blog Post. In my posts i'll try to share with you some experiences i've had in the past week during my work as a web developer. I decided to go on the ride anyways, hoping to get it to work, and fortunately, i did ;). Here is how i was about doing that:. First step, IIS 7. In order to set IIS 7 up, please go to Start- Control Panel- Programs- Turn Windows features on or off. See yellow mark on the picture below.
blondr.blogspot.com
Blond R: Auto Resize div according to windows size.
http://blondr.blogspot.com/2006/12/auto-resize-div-according-to-windows.html
Monday, December 4, 2006. Auto Resize div according to windows size. Welcome back guys, This week i decided to share you with a small problem i've encountered this week and of course, the solution. Hopefully it will save you some time in case you'll get there too. While developing a calendar based on AJAX, i had a div container that included all the Calendar's data. Well, that did the trick on the width side, but on the height side i still had a problem. So let's go through the solution. If (document....