SELECT *, (SELECT * FROM tb2 WHERE tb2.tb2_id=tb1.id LIMIT 1) as newname FROM ((tb1 Left Join tb3 ON tb3 = tb3)) WHERE tb1.ok=1 ORDER BY tb1.date DESC
Monthly Archives: October 2008
How can I write (burn) ISO files to CD?
Nero – Burning ROM (Ahead Software) You can use Nero Burning ROM to record a CD from an ISO file. You must purchase this program from Ahead Software. For more information about this program, visit the Ahead Software Web site at: http://www.nero.com
Installing IIS 7.0 on Windows Server 2008
Introduction As a new feature for Windows Server® 2008, the Server Manager tool provides a single dashboard used to: Allow you to install / uninstall Server Roles and Features Provide quick status on state of installed roles Provide entry points to role management tools This article provides a step by step walk through installing IIS 7.0 …
Continue reading “Installing IIS 7.0 on Windows Server 2008”
Windows Server 2008: Install IIS 7.0
If your going to host any websites (internal or external) on your Windows Server 2008 machine, you’re going to need IIS 7.0 installed. Here’s how to get it installed:
How to Install IIS on Windows Vista
If you are a developer using ASP.NET, one of the first things you’ll want to install on Vista is IIS (internet information server). Keep in mind that your version of Vista may not come with IIS. I’m using Vista Ultimate edition. First, go to Control Panel, and then click on Programs. You’ll see a …
Vista: Installing the Telnet Client
By default, Vista doesn’t install the Telnet client. The client is for text-based communication with remote systems. You can install it by following these steps: 1. Click Start then selectControl Panel. 2. Select Programs and Features. 3. Select Turn Windows features on or off. 4. Select the Telnet Client option. 5. Click OK. 6. A dialog box will appear to confirm …