computers-engineering.blogspot.com
Computer Maintenance Tips
http://computers-engineering.blogspot.com/2011/01/computer-maintenance-tips.html
Skip to left sidebar. Skip to right sidebar. Articles Computer Engineering, Troubleshooting Computers, Computer Hardware and Computer Software, Tips and Tricks Articles. Wednesday, January 5, 2011. If you are experiencing some computer slow down and constant crashes let me suggest a few tips that will help to speed up your PC and clean from system parasites and any other harmful malware. For Windows 7 users:. For Windows XP users:. Defragmenting in Windows 7:. Select "Start", then "All programs", then cl...
jimmyli.net
JimmyLi.net » IIS Tutorial Series (Part 4): Task Scheduling on Windows (Cron)
http://jimmyli.net/2010/08/task-scheduling-on-windows
IIS Tutorial Series (Part 4): Task Scheduling on Windows (Cron). August 11th, 2010. Note: This article is Part 4 of the IIS Tutorial Series. Although this article does not relate to IIS, IIS is probably the primary web server the user reading this article is using. A task scheduler is set up to run once every day. The task is to execute a batch file, which is simply a text file containing a list of commands. Creating a script to execute periodically. Replace the email address with your own. Save the ...
jimmyli.net
JimmyLi.net » url rewrite
http://jimmyli.net/tag/url-rewrite
Posts Tagged ‘url rewrite’. IIS Tutorial Series (Part 3): URL Rewrite on IIS. Monday, August 9th, 2010 at 21:31 0 comments. Categories: IIS Tutorial Series. IIS Tutorial Series (Part 4): Task Scheduling on Windows (Cron). IIS Tutorial Series (Part 3): URL Rewrite on IIS. New: IIS Tutorial Series. IIS Tutorial Series (Part 2): Talking to SQL Server with PHP on IIS. IIS Tutorial Series (Part 1): Installing FastCGI and PHP for IIS 6.0. On Installing PHP 5.3 on Microsoft IIS.
jimmyli.net
JimmyLi.net » ajax
http://jimmyli.net/tag/ajax
Posts Tagged ‘ajax’. Guide to Bandwidth in packets. Developer Network (YDN) posted an interesting blog article about thinking of bandwidth in terms of packets. Since all HTTP data essentially travel through the Internet by packets (using TCP/IP), it’s interesting to be more aware of how much data each packet stores. I don’t know very much in-depth about TCP/IP but it seems like […]. Sunday, October 18th, 2009 at 18:58 0 comments. Tuesday, March 3rd, 2009 at 23:15 0 comments. New: IIS Tutorial Series.
jimmyli.net
JimmyLi.net » cron
http://jimmyli.net/tag/cron
Posts Tagged ‘cron’. IIS Tutorial Series (Part 4): Task Scheduling on Windows (Cron). Wednesday, August 11th, 2010 at 15:58 0 comments. Categories: IIS Tutorial Series. IIS Tutorial Series (Part 4): Task Scheduling on Windows (Cron). IIS Tutorial Series (Part 3): URL Rewrite on IIS. New: IIS Tutorial Series. IIS Tutorial Series (Part 2): Talking to SQL Server with PHP on IIS. IIS Tutorial Series (Part 1): Installing FastCGI and PHP for IIS 6.0. On Installing PHP 5.3 on Microsoft IIS.
jimmyli.net
JimmyLi.net » FastCGI
http://jimmyli.net/tag/fastcgi
Posts Tagged ‘FastCGI’. IIS Tutorial Series (Part 1): Installing FastCGI and PHP for IIS 6.0. Beginning from PHP 5.3, PHP can only be installed on IIS via a CGI Handler, and no longer through ISAPI. In this tutorial, we’ll step through the details of how to set up FastCGI and PHP on IIS. Thursday, February 18th, 2010 at 20:40 24 comments. Categories: IIS Tutorial Series. IIS Tutorial Series (Part 4): Task Scheduling on Windows (Cron). IIS Tutorial Series (Part 3): URL Rewrite on IIS.
jimmyli.net
JimmyLi.net » PHP
http://jimmyli.net/tag/php
Posts Tagged ‘PHP’. IIS Tutorial Series (Part 2): Talking to SQL Server with PHP on IIS. Microsoft now has an official SQL Server Driver to use with PHP on IIS. This is a huge and step forward for PHP/SQL Server developers since beginning with PHP 5.3, the usually packaged MSSQL extension has been deprecated. Saturday, August 7th, 2010 at 23:09 6 comments. Categories: IIS Tutorial Series. IIS Tutorial Series (Part 1): Installing FastCGI and PHP for IIS 6.0. Categories: IIS Tutorial Series. On IIS Tutoria...
jimmyli.net
JimmyLi.net » Finally a working SQL Server Driver for PHP 5.3
http://jimmyli.net/2009/09/finally-a-working-sql-server-driver-for-php-5-3
Finally a working SQL Server Driver for PHP 5.3. September 27th, 2009. I’ve started an IIS Tutorial Series on Talking to SQL Server with PHP on IIS. Which contains more details of this installation. It’s been a while since I’ve touched on the issue of having PHP 5.3 talk to a MS SQL Server on IIS (without using ODBC or other connection methods). Last time. SQL Server Driver v1.1 for PHP. Microsoft SQL Server 2008 Feature Pack, August 2008. Near the bottom of the page you’ll find “Microsoft SQ...The versi...
jimmyli.net
JimmyLi.net » Guide to Bandwidth in packets
http://jimmyli.net/2009/10/guide-to-bandwidth-in-packets
Guide to Bandwidth in packets. October 18th, 2009. YDN) posted an interesting blog article. About thinking of bandwidth in terms of packets. Since all HTTP data essentially travel through the Internet by packets (using TCP/IP. It’s interesting to be more aware of how much data each packet stores. I don’t know very much in-depth about TCP/IP but it seems like a packet is typically 1460 bytes maximum according to the YDN blog article. Which is nice in keeping that data with the user, but it adds that extra...
jimmyli.net
JimmyLi.net » HTTP
http://jimmyli.net/tag/http
Posts Tagged ‘HTTP’. Guide to Bandwidth in packets. Developer Network (YDN) posted an interesting blog article about thinking of bandwidth in terms of packets. Since all HTTP data essentially travel through the Internet by packets (using TCP/IP), it’s interesting to be more aware of how much data each packet stores. I don’t know very much in-depth about TCP/IP but it seems like […]. Sunday, October 18th, 2009 at 18:58 0 comments. IIS Tutorial Series (Part 4): Task Scheduling on Windows (Cron).