Your best source of information and news about Vista hardware, Vista hardware and software on the internet

Vista ARTICLES TOP 50 Spyware Virus Vista SOFT Vista HELP

Web Development

You are currently browsing the articles from MS Windows Vista Compatible Software matching the category Web Development.

Vista and Ideas


So let’s see what I have running in my household (which consists of me, myself and I):

  • OpenSUSE 11 on the laptop
  • Windows XP and 2000 on the Dell
  • Windows NT 4 Server on the other Dell which is a glorified NAS (Network Attached Storage) box
  • Mac OS X 10.4 on the eMac
  • Mac OS 9.2 on the iMac

A balanced lot I think. The top two get the most use in general. The time has come however to take the jump and start plugging away with Windows Vista.

I have never bought a new computer in my life. Unless you count the Commodore 64 in 1990 which technically wasn’t bought by me but my parents. But it was new. Since then I have had a hotch potch of second hand stuff, not that this has bothered me. I have also built plenty of new PCs all faster than what I had at the time (Pentium IIs, then IIIs, then Athlon XPs, Pentium D’s etc.) but never a new computer for myself.

That has now changed as I have bought an Acer M1640 Core 2 Duo system that worked out somewhat cheaper than building it myself, brand new. I’m actually quite looking forward to it and the Dell will get retired and probably sold in the Friday Ad or eBay when I have got the new Acer up and running fully.

It comes with Vista.

Now, universally it has been in-vogue to bash Vista, particularly from people who haven’t used it. Some people have used it and got their fingers burnt but others have used it and liked it so much that their satisfaction as with anything in life wasn’t even mentioned. I personally have never had any issue with Vista, but then I don’t currently run it. This is partly deliberate because I did consider just buying Vista Home Premium for the Dell. It would have run fine-ish once the memory was upgraded but it would have been a bit sub-par so it wasn’t worth it. Potentially my laptop would work with it but again, why muck up something running fine with something that may well slow it down?

Why have I done this.

Not out of masochism that’s for sure. I’m a web developer but I do have roots in traditional desktop applications too and there are some things I want to blend together; mostly for work. I wrote a sidebar and gadgets system that emulates the functionality that Facebook first debuted with, followed by the BBC and London Borough of Redbridge. Now despite blowing my own trumpet, I’m reasonably proud of this as I know lots of people are finding it useful, but secondly because I programmed it all myself, it works well and it didn’t cost anything other than my basic wage to implement.

One of the features I want though and have done for a long time is to be able to ‘download’ these gadgets onto a Vista sidebar gadget or an OS X Dashboard Widget. I mean, it’d be cool seeing when your bins are collected after a bank holiday on your sidebar/dashboard without needing to go to the council website itself. One could argue: but that would negate people coming to the website! Well, maybe so, but if it makes things easier for people I’m all for that. (Despite possible suggestions on occasion, I don’t spend my day plotting how to make things a nightmare!)

However to do this I have an OS X box to start with, but just lack the Vista box. So primarily this is being used to develop sidebar gadgets. It’s an expensive proposition but it will also get some good use.

Otherwise, the box will spend a good deal of time putting it’s pair of 2.4GHz cores to use by running Notepad… It should at least be the last PC I need to buy for some years! I’ll be sure to let you know how it all goes.

      

Written by lilserenity on September 23rd, 2008 with no comments.
Read more articles on Bins and Computing & Technology and Helpful and Useful and User Friendly and otherSoftware and Web Development and Windows and vista and Sidebar and web 2.0 and Gadgets.

FastCGI for IIS Final Released, Congratulations to the IIS Team!

Congratulations are in order for Microsoft’s IIS development team - today they’ve just announced the public availability of the final version of the IIS-FastCGI ISAPI Extension - a long-awaited and much-improved way of running just about any open-source scripting engine on IIS, safely and quickly.

This FastCGI module for IIS 5.1, 6, and 7 (with Windows Vista and Server 2008) have been in the works for quite a while now, and we’ve been using them since the first beta release - they’re good. While the biggest benefit will be seen in using FastCGI w/ IIS7 to take advantage of the new kernel-mode caching, it’s still a huge improvement over the old way of running scripting engines for languages like PHP on Windows.

The Problem: Most open-source scripting engines like PHP and Ruby on Rails were initially developed on/for the *nix world. On Unix-based platforms, the easiest way of creating multi-threaded applications is just to run the same app twice or more (The CGI model). On Windows, that doesn’t work out so well, because it takes a lot more resources to create another process. So these engines released Windows-specific single-process multi-threaded engines; the only problem was, they weren’t stable. Too many race conditions in some very non-thread-safe code wreaked havoc on many Windows systems, with the PHP developers themselves giving “Stability on IIS” the lowest level of concern.

Click to continue reading "FastCGI for IIS Final Released, Congratulations to the IIS Team!"

Written by Computer Guru on October 10th, 2007 with no comments.
Read more articles on FastCGI and IIS and Servers and Web Development and php and Windows and Reviews and Microsoft and software.

Learning Web Design: A Beginner’s Guide to (X)HTML, StyleSheets, and Web Graphics

Publisher: O’Reilly Media, Inc.; 3 edition
Language: english
ISBN: 0596527527
Paperback: 464 pages
Data: June 29, 2007
Format: PDF
Description: Everything you need to know to create professional web sites is right here. Learning Web Design starts from the beginning — defining how the Web and web pages work — and builds from there. By the end of the book, you’ll have the skills to create multi-column CSS layouts with optimized graphic files, and you’ll know how to get your pages up on the Web.

This thoroughly revised edition teaches you how to build web sites according to modern design practices and professional standards. Learning Web Design explains:
* How to create a simple (X)HTML page, how to add links and images
* Everything you need to know about web standards — (X)HTML, DTDs, and more
* Cascading Style Sheets — formatting text, colors and backgrounds, using the box model, page layout, and more
* All about web graphics, and how to make them lean and mean through optimization
* The site development process, from start to finish
* Getting your pages on the Web — hosting, domain names, and FTP

The book includes exercises to help you to learn various techniques, and short quizzes to make sure you’re up to speed with key concepts. If you’re interested in web design, Learning Web Design is the place to start.

Download Learning Web Design: A Beginner’s Guide to (X)HTML, StyleSheets, and Web Graphics

Written by Nikolay on August 28th, 2007 with no comments.
Read more articles on Web Development and HTML and css.