Search found 2560 matches

by Neo
Sun Aug 30, 2009 5:04 am
Forum: Web programming
Topic: URL Redirection
Replies: 0
Views: 2556

URL Redirection

301 Redirect 301 redirect is the most efficient and Search Engine Friendly method for URL redirection. It's not that hard to implement and it should preserve your search engine rankings for that particular page. If you have to change file names or move pages around, it's the safest option. The code...
by Neo
Wed Aug 26, 2009 10:50 pm
Forum: Windows
Topic: Poll for Windows7
Replies: 0
Views: 2086

Poll for Windows7

Even after few years of releasing Windows Vista, it was unable to capture Windows XP and Linux users as expected most probably due to complexity in use. It didn't make the turning point as users of Windows 95/98 did with Windows XP. However recent news from Windows 7 RC users are saying a different ...
by Neo
Fri Aug 21, 2009 1:39 am
Forum: Digital Signal Processors
Topic: How to jump to main program from boot-loader?
Replies: 1
Views: 2729

Re: How to jump to main program from boot-loader?

Hi, I did this on a C64 as follows. Say the entry point is 0xE0000000 (as defined in the MAP file) On a header or at top of the source file: typedef void (*BootFn) (); At the beginning of source file: BootFn bootFunction; At the end of boot code: // Assign pointer to application entry point bootFunc...
by Neo
Thu Aug 20, 2009 9:57 pm
Forum: .Net & Other Programming
Topic: x86 Instruction Set
Replies: 0
Views: 5323

x86 Instruction Set

Original 8086/8088 instructions Instruction Meaning Notes AAA ASCII adjust AL after addition used with unpacked binary coded decimal AAD ASCII adjust AX before division buggy in the original instruction set, but "fixed" in the NROBOT.LK V20, causing a number of incompatibilities AAM ASCII adjust AX...
by Neo
Tue Aug 18, 2009 10:03 pm
Forum: FPGA
Topic: Replacing PLCs with FPGAs?
Replies: 3
Views: 4468

Re: Replacing PLCs with FPGAs?

Hi Leo, One of my friends has replaced a series of PLCs with a single FPGA in a corrugating machine in combination with an Atmel micro. FPGAs are not hard anymore as there are lots of support applications and online help. There are lots of cheap starter kits for both Xilinx and Altera FPGAs. (You co...
by Neo
Mon Aug 17, 2009 7:04 pm
Forum: Windows
Topic: List of Windows XP Services
Replies: 0
Views: 2236

List of Windows XP Services

6to4 IPv6 is designed to solve many of the problems of the current version of IP (known as IPv4) with regard to address depletion, security, auto configuration, extensibility, and more. Recommend: Automatic Alerter Notifies users of administrative alerts. Not required under normal circumstances. Re...
by Neo
Thu Aug 13, 2009 12:39 am
Forum: Windows
Topic: Disabling Shutdown Reasoning on Windows Server 2003
Replies: 0
Views: 2033

Disabling Shutdown Reasoning on Windows Server 2003

  • Go to Start -> Run
  • Type in “gpedit.msc” and click OK
  • Expand Computer Configuration -> Administrative Templates -> System
  • On the right panel, double click "Display Shutdown Event Tracker"
  • Select Disable and click OK
by Neo
Thu Aug 13, 2009 12:31 am
Forum: Windows
Topic: Remove Shut Down button on Windows Server 2003
Replies: 0
Views: 2059

Remove Shut Down button on Windows Server 2003

To avoid people remotely log and shut down the server, modify the registry key as below.

Code: Select all

Key Location: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
Type: REG_DWORD
Name: NoClose
Value: 1
by Neo
Thu Aug 13, 2009 12:20 am
Forum: Windows
Topic: Enable Shutdown Button in Windows Server 2003 Logon
Replies: 0
Views: 3061

Enable Shutdown Button in Windows Server 2003 Logon

By default on Windows Server 2003 logon dialog box, the shutdown button is disable for security reasons. This is how to enable it. windows_server_2003_logon.jpg To enable the shutdown button on a standalone Windows Server 2003 based computer, follow these steps: Go to Start -> Run Type in “gpedit.ms...
by Neo
Sun Aug 09, 2009 4:45 am
Forum: C/C++ Programming
Topic: Enable profile tool
Replies: 1
Views: 2966

Re: Enable profile tool

Hi Jane, This because the reg setting for this feature is entered under CURRENT_USER in the registry by setup. It should be entered under LOCAL_MACHINE. Enter following code to a blank file with extension .reg and run it. REGEDIT4 [HKEY_LOCAL_MACHINE\Software\Microsoft\DevStudio\6.0\General] "Profil...

Go to advanced search