Reds squad departs for Rome



Mikael Silvestre joined United's first-team squad travelling to Rome on Monday morning, with Nani being the only major absentee.

Silvestre hasn't played for the first-team since injuring knee ligaments against Everton in September, while Nani is still suffering from a thigh strain.

United had concerns over the fitness of Michael Carrick, Patrice Evra, Rio Ferdinand and Ryan Giggs, who all came off in the 4-0 win over Aston Villa.

But all four travel, as does Edwin van der Sar, who sat out Saturday's match, although there is no place for Louis Saha, who is still suffering with a hamstring complaint.

The French forward's absence means a chance for 17-year-old Danny Welbeck - still waiting for his first United start - as one of only three strikers in the 21-man travelling squad.

Goalkeeper Ben Foster isn't included in the squad as he was not registered for Europe, so Tom Heaton takes his place.

United squad: Van der Sar, Kuszczak, Heaton; O'Shea, Brown, Ferdinand, Vidic, Pique, Evra, Silvestre; Anderson, Ronaldo, Park, Hargreaves, Scholes, Carrick, Giggs, Eagles; Tevez, Rooney, Welbeck.

Perintah-Perintah DOS level 1

MELIHAT DAFTAR PERINTAH YANG VALID DI COMMAND PROMPT: “HELP”

Untuk mengetahui perintah-perintah apa saja yang berlaku di Command Prompt, cukup ketikkan HELP kemudian tekan Enter. Untuk mengetahui daftar parameter spesifik untuk perintah tertentu, ketikkan spasi diikuti tanda /? di belakang perintah utama. Misalnya, untuk mengetahui parameter-parameter apa saja yang dapat diberikan untuk perintah “DIR”, cukup ketikkan “DIR /?” kemudian tekan Enter.

Di bawah ini diberikan ringkasan daftar perintah-perintah yang dapat digunakan di Command Prompt, yang penyajiannya dibagi dalam tiga kategori: dasar, mengenah dan lanjut. Pembagian ini diharapkan dapat memudahkan pembaca yang masih pemula untuk memilih prioritas perintah-perintah mana yang perlu dipelajari terlebih dahulu, terutama perintah-perintah yang paling sering digunakan. Sebenarnya tidak semua perintah disajikan di sini, hanya seingat dan sesempat penulis saja (halah…).

Perintah-perintah tingkat dasar:

Perintah-perintah tingkat dasar diperuntukkan bagi mereka yang masih dalam tahap belajar.

ATTRIB Perintah eksternal. Untuk melihat/mengubah atribut file
CLS Perintah internal. Untuk menghapus layar monitor
COPY Perintah internal. Untuk mengkopi file
DEL Perintah internal. Untuk menghapus file
DIR Perintah internal. Untuk melihat daftar file/folder di folder/direktori tertentu
MD Perintah internal. Untuk membuat direktori/folder baru
RD Perintah internal. Untuk menghapus folder (folder kosong)
REN Perintah internal. Untuk mengubah nama file/folder
TYPE Perintah internal. Untuk melihat isi file

Perintah-perintah tingkat menengah:

Perintah-perintah tingkat menengah diperuntukkan bagi mereka yang mulai mempelajari langkah-langkah recovery ringan, seperti format/install ulang, bad sector recovery.

EDIT Perintah eksternal. Untuk mengedit file teks (interaktif)
FDISK Perintah eksternal. Untuk melihat/mengubah/membuat partisi harddisk
FORMAT Perintah eksternal. Untuk memformat disket/harddisk
MORE Untuk mencegah tampilan menggulung terus-menerus
SYS Eksternal apa internal ya? Yang jelas untuk membuat disket/harddisk jadi bootable

Perintah-perintah tingkat lanjut:

DEBUG Perintah eksternal. Untuk melihat/mengubah isi file dalam format heksadesimal
REG Perintah eksternal. Untuk melihat/mengubah/menghapus key/value registry
TASKKILL Perintah eksternal. Untuk menghentikan/membunuh proses yang sedang berlangsung
TASKLIST Perintah eksternal. Untuk melihat daftar proses yang sedang berlangsung

Perintah-perintah BATCH

@
ECHO
REM

Program-program Utilities
QuickBASIC, PASCAL, TURBO C (bahasa pemrograman, program untuk membuat program).
Partition Magic for DOS (program partisi yang lebih mudah digunakan dibandingkan FDISK>/p>

MELIHAT DAFTAR FILE: “DIR”

Perintah “DIR” berfungsi untuk melihat daftar file/folder yang berada di direktori atau folder tertentu. Sebenarnya perintah DIR mempunyai banyak sekali parameter perintah yang dapat kita gunakan untuk membatasi daftar file/folder yang kita inginkan. Di antaranya, parameter-parameter ini dapat kita gunakan untuk menentukan file, folder atau file dan folder yang ingin kita lihat di direktori/folder tertentu, kemudian menentukan apakah kita akan menampilkan file-file yang hidden atau tidak, kemudian mengurutkan berdasarkan nama, tanggal, ukuran, dan sebagainya. Untuk mengetahui daftar parameter dan cara penggunaannya, ketikkan “DIR /?” kemudian tekan Enter.

Melihat daftar file/folder dalam direktori/folder tertentu
DIR (tanpa parameter)

Melihat daftar file saja
DIR /a-d

Melihat daftar folder saja
DIR /ad

Melihat daftar file yang tersembunyi
DIR /a-dh

Melihat daftar folder yang tersembunyi
DIR /adh

Melihat daftar file/folder yang tersembunyi
DIR /ah

MENGETAHUI/MENGUBAH ATRIBUT FILE: “ATTRIB”

Untuk mengetahui daftar parameter untuk perintah “ATTRIB”, ketikkan “ATTRIB /?”.

Melihat attribut file/folder
Format umum: ATTRIB namafile
Contoh: ATTRIB readme.txt
Untuk melihat attribut dari beberapa file/folder, gunakan wildcards character (*) pada namafile.

Mengubah attribut file/folder
ATTRIB daftaratribut namafile
Daftar atribut yang valid: H, R, S
Gunakan tanda ‘-’ di depan kode attribut untuk menonaktifkan atribut tertentu, gunakan tanda ‘+’ untuk mengaktifkan atribut tertentu.

Contoh pemakaian:
Mengubah atribut file README.TXT menjadi hidden
ATTRIB +h README.TXT

Mengaktifkan atribut hidden sekaligus atribut system pada file README.TXT
ATTRIB +h +s README.TXT

Menonaktifkan attribut hidden, read-only dan system pada semua file dalam direktori aktif (current directory). Kombinasi atribut ini dapat digunakan untuk memunculkan kembali file-file yang ‘disembunyikan’, misalnya sebagai dampak infeksi virus ke komputer:
ATTRIB -h -r -s *.*

Menghilangkan Pesan Windows Genuine Advantage (WGA)

Suatu kali, pernah laptop bos saya dan komputer warnet rekan saya muncul peringatan tentang validasi keaslian Windows yang mereka gunakan. Fitur itu adalah Windows Genuine Advantage, yang bisa disingkat WGA. Setelah akhirnya dibantu oleh paman Google, saya ingin membagikan sedikit trik yang saya gunakan kepada rekan saya dan juga bos saya untuk menghilangkan peringatan WGA yang biasanya muncul di pojok kanan bawah pada system tray Windows.

Langkah2nya adalah sebagai berikut :

1. Buka Task Manager dengan Ctrl+Alt+Del
2. Matikan proses yang bernama “wgatray.exe”
3. Restart/reboot komputer dan masuklah ke dalam safe mode
4. Pada safe mode, buka registry editor ato regedit melalui menu Run. Ketik regedit kemudian enter
5. Pada regedit, carilah HKEY_LOCAL_MACHINE\SOFTWARE\microsoft\windowsNT\CurrentVersion\WinlogonNotify, kemudian hapus folder “WINLOGON”
6. Restart kembali komputer seperti biasa…

Sekian

WinXP Bootable CD

How to create a bootable Windows XP SP1 CD (Nero):

Step 1

Create 3 folders - C:\WINXPSP1, C:\SP1106 and C:\XPBOOT

Step 2

Copy the entire Windows XP CD into folder C:\WINXPSP1

Step 3

You will have to download the SP1 Update, which is 133MB.
Rename the Service Pack file to XP-SP1.EXE
Extract the Service Pack from the Run Dialog using the command:
C:\XP-SP1.EXE -U -X:C:\SP1106

Step 4

Open Start/Run... and type the command:
C:\SP1106\update\update.exe -s:C:\WINXPSP1

Click OK

Folder C:\WINXPSP1 contains: Windows XP SP1



How to Create a Windows XP SP1 CD Bootable

Step 1

Download xpboot.zip
Code:
Code:
http://thro.port5.com/xpboot.zip

( no download manager !! )

Extract xpboot.zip file (xpboot.bin) in to the folder C:\XPBOOT

Step 2

Start Nero - Burning Rom.
Select File > New... from the menu.
1.) Select CD-ROM (Boot)
2.) Select Image file from Source of boot image data
3.) Set Kind of emulation: to No Emulation
4.) Set Load segment of sectors (hex!): to 07C0
5.) Set Number of loaded sectors: to 4
6.) Press the Browse... button



Step 3

Select All Files (*.*) from File of type:
Locate boot.bin in the folder C:\XPBOOT

Step 4

Click ISO tab
Set File-/Directory length to ISO Level 1 (Max. of 11 = 8 + 3 chars)
Set Format to Mode 1
Set Character Set to ISO 9660
Check all Relax ISO Restrictions




Step 5

Click Label Tab
Select ISO9660 from the drop down box.
Enter the Volume Label as WB2PFRE_EN
Enter the System Identifier as WB2PFRE_EN
Enter the Volume Set as WB2PFRE_EN
Enter the Publisher as MICROSOFT CORPORATION
Enter the Data Preparer as MICROSOFT CORPORATION
Enter the Application as WB2PFRE_EN

* For Windows XP Professional OEM substitute WB2PFRE_EN with WXPOEM_EN
* For Windows XP Home OEM substitute WB2PFRE_EN with WXHOEM_EN

Step 6

Click Burn tab
Check Write
Check Finalize CD (No further writing possible!)
Set Write Method to Disk-At-Once

Press New button

Step 7

Locate the folder C:\WINXPSP1
Select everything in the folder and drag it to the ISO compilation panel.
Click the Write CD Dialog button.

Press Write

You're done. [source: http://tips-maststuff.blogspot.com/2008/02/winxp-bootable-cd.html]

Report: United 3 Liverpool 0

A Portuguese one-two from Cristiano Ronaldo and Nani plus a rare Wes Brown goal gave United the perfect Easter gift and destroyed any lingering hopes Liverpool had of breaking into the title race.

After all the pre-match talk of great attacking players on the park, it was ironic that defender Brown delivered the telling first blow on a pivotal afternoon in the Premier League. But the main talking point in the media could be the same one that followed last week’s match between Chelsea and Spurs - the relationship between referees and players.

For Chelsea’s Ashley Cole and ref Mike Riley, read Javier Mascherano and Steve Bennett - but don’t believe the hype that Liverpool’s midfield hardman
lost the match as well as his temper. The storm that probably had teacups flying in the away dressing room couldn’t mask the fact United were as superior to Liverpool on the day as they have been this season. And last season, and the season before that…

Blessed with his usual embarrassment of riches in midfield, Sir Alex Ferguson opted for an effective central trio of Michael Carrick, Paul Scholes and Anderson. The young Brazilian fashioned the first chance when he fed the ball through to Wayne Rooney in the sixth minute. The United striker shrugged off the challenge of Jamie Carragher but couldn’t beat Pepe Reina, the Liverpool keeper who was alive to the threat and blocked.

The first yellow card was shown to Mascherano - compared by his manager to United legend Roy Keane - when the Argentinian scythed into Keano’s old sidekick Paul Scholes.

Liverpool’s first shot across United’s bows came from an unlikely source as left-back Aurelio blasted the ball beyond the top right-hand corner after a well-orchestrated short corner. The Brazilian enjoyed the better of his early encounters with his direct opponent Cristiano Ronaldo, skipping around one challenge from the Portuguese in his own half and evading another in United territory before firing wide.

Ronaldo had more joy on the left flank, switching in time to strike the post in the 24th minute when Ryan Giggs’ whipped-in free-kick from the right was inadvertently flicked on by a Liverpool defender. When play swung to the other end, United were grateful to the nick off Nemanja Vidic diverting Steven Gerrard’s piledriver over the bar.

Another end-to-end episode just after the half-hour began with Reina almost spilling Giggs' cross over his own goal-line before pushing it out at the second attempt to trigger a Fernando Torres-led counter-attack. Liverpool failed to capitalise from the corner he won however and were made to pay when Wes Brown charged forward to power home a header from Rooney’s left-wing cross in the 34th minute. Reina was rocky again, flailing with a punch that missed both the ball and Brown who bravely ran the gauntlet.

Script untuk download file dari FTP Server

Untuk yang sudah mengenal pemrograman Shell, script berikut bisa digunakan untuk mengambil file dari FTP server secara otomatis. Semisal menjadwalkan pengambilan file pada jam,tanggal ataupun hari tertentu, dengan bantuan crontab.









Misal kita pengen konek ke IP 10.172.10.19, dengan user:operator password:ngawur dan mendownload file dengan nama Laporan_20080301.txt dari direktori /home/operator/laporan, script nya kurang lebih seperti ini :







Selamat Mencoba.

Keys for Special Symbols

To get † symbol use Alt+0134
To get ‡ symbol use Alt+0135
To create the trade mark (™) symbol use Alt+0153
To get bound sterling (£) symbol use Alt+0163
To get the Japanese currency yen (¥) symbol use Alt+0165
To get copy right symbol (©) use Alt+0169
To get registered trade mark symbol (®) use Alt+0174
To get degree symbol (°) use Alt+0176
To show (±) symbol use Alt+0177
To show super script 2 symbol (²) use Alt+0178
To show super script 3 symbol (³) use Alt+0179
To make a center dot symbol (•) use Alt+0183
To describe ¼ use Alt+0188
To describe ½ use Alt+0189
To describe ¾ use Alt+0190

We can create more symbols as same as above. We mostly use the above symbols. To see more combinations of symbols visit at http://home.earthlink.net/~awinkelried/keyboard_shortcuts.html

How to promote your site

There are many ways to promote your web site. We'll mainly discuss on search engine because it's the most effective way.



Get on the top of major search engines:



1. Use META tags.



Most search engine will look inside META tags in your web page. Here is the example of how to use tags.



promote your web site.">





These META tags should be put in . In "description", put the brief description of your page. In "keywords", list the keywords that you think your visitors will find your site by typing those keywords. You can separate each keywords or description by using comma (,) as shown above.



2. Page Title



Infoseek will use your title as the priority in their search process. Name your title carefully. Try thinking about what keywords your visitors will type to find your page. Yahoo also uses page title and the description that you submit to search.



3. Contents of your page.



Some search engines such as Excite will not read META tag but it will look at the content of your site. If you use image map, please make sure that you also have words as an alternative.



4. Don't repeat the same keywords more than 5 times in META tag.



Lycos, will ban your page (by placing it down the list or not listing it) if they find that you are repeating words to improve the ranking.



5. Make sure that there are keywords in 3 places.



Yeah! Make sure that there are keywords in 3 places: META tags, page title, and contents of your page.

How to print all files in a folder in a single command?

We can print one document in Windows XP. But how to we print all files in the folders? Ok. If one folder has 10 files we can open all files and then give print command. If 100 files are there and you have to take a printout of all of them what can we do? Here only notepad comes to our help here we can write a batch file and command it to print from a right place.
Lets see briefly how is this done.

First of all open note pad, through Start, All Programs, Accessories, Notepad then type the following code without fault.

@echo off

dir%1/-p/o: gin>

“%temp%\listing”

Start/wnotepad/p”%temp%\listing”

Del”%temp%%\listing”

exit

Save the file as printdir.bat, then save it in c:\windows folder. A small tip: - you can save this file in any name but you must give the extension as .bat only. Now you have successfully created a file to print. Now, let’s see how to print all files in a folder,

1) First double click the My Computer icon.
2) Select Folder options from the Tools menu
3) Then Click File types tab, it will be in the upper side of the screen.
4) You will find a file type below” Registered file types”
5) Select it and click Advanced Tab
6) This opens Edit File Type. In this you can see a button “New” click it
7) New action dialog box opens
8)Type print directory in action tab
9) Browse for c:\windows\printdir.bat through browse button at application used to perform action
10) Click ok and close all the dialog boxes

If lot of files is to be printed we can create a folder and put them inside it, now right click on the folder and select print directory option in it, if you select this all files in the folder will be printed.

Networking Restrictions

There are general restrictions you can make in Networking
1. Start Regedit
2. Go to HKEY_Current_User / Software / Microsoft / Windows / CurrentVersion / Policies
3. Create a new key under Policies called Network
4. You can then add DWORD values set to 1 in the appropriate keys 5. To re-enable them, either delete the key or set the value to 0
* DisablePwdCaching = Password Caching
* HideSharePwds [hex] =Shared Passwords
* NoEntireNetwork =Entire Network
* NoNetSetup =Network applet
* NoNetSetupIDPage =Network Identification tab
* NoNetSetupSecurityPage =Network Access tab
* NoFileSharing =Network File Sharing button
* MinPwdLen = set Minimum Password Length (integer number: 0 - 99) * NoPrintSharing =Network Print Sharing button
* NoWorkgroupContents =Network Workgroup

Foster feels part of the team


Ben Foster admitted it was a “fantastic” feeling to finally make his first-team debut in the narrow 1-0 victory at Derby.

The goalkeeper was thrust into action at Pride Park due to the enforced absence of Edwin van der Sar and Tomasz Kuszczak, just a week after returning from an eight-month injury lay-off himself.

The 24-year-old, who joined the Reds in 2005 but spent the last two seasons on loan at Watford, told MUTV: “I finally feel
like a United player now!

“I’ve been here nearly three years and it’s good to finally get on the pitch for the first team in a competitive game.

“I’m not one for nerves – I just take things in my stride and try not to think about things too much. It’s a big thing to come back from injury and to be thrown straight into the first team, but I thoroughly enjoyed it – though it was a bit harder than I thought!”

Many pundits predicted a cakewalk for United against rock-bottom Derby, but the Reds spurned chance after chance and would have fallen behind in the first half had Foster not made two fine saves from Kenny Miller.

The keeper added: “The first one was a reaction save to my left and Kenny Miller was through one-on-one for the second, but I stopped it and I went in at half-time feeling good.

Control Panel Restrictions

There are many general restrictions you can make to the Control Panel
1. Start Regedit
2. Go to HKEY_Current_User / Software / Microsoft / Windows / CurrentVersion / Policies
3. Create a new keys under Policies called System
4. You can then add DWORD values set to 1 in the appropriate keys 5. To re-enable them,
either delete the key or set the value to 0
* NoDispCPL - Disable Display Control Panel
* NoDispBackgroundPage - Hide Background Page
* NoDispScrSavPage - Hide Screen Saver Page
* NoDispAppearancePage - Hide Appearance Page
* NoDispSettingsPage - Hide Settings Page
* NoSecCPL - Disable Password Control Panel
* NoPwdPage - Hide Password Change Page
* NoAdminPage - Hide Remote Administration Page
* NoProfilePage - Hide User Profiles Page
* NoDevMgrPage - Hide Device Manager Page
* NoConfigPage - Hide Hardware Profiles Page
* NoFileSysPage - Hide File System Button
* NoVirtMemPage - Hide Virtual Memory Button

Duit Gratis... modal Rp.0

Thank's sebelumnya udah pada mampir ke blog ane n baca ini ane punya artikel....

langsung aja,
1.Internet harus connect 24 jam nonstop, kalo harus ke warnet, sayang... lu mesti nunggu buat ngeclick website/iklannya.... :)
2.Daftar ke sini ne.... dibawah refferal nya ane, trus pilih Register di sudut kanan atas...
3. kalo udah.... trus kirim email kemari,, nvsbl_mode@yahoo.com.sg dengan isi email user name ente-ente sekalian... INGAT... cuma USER NAME
4. ntar pas ame dapat email dari ente2x sekalian ane bakalan kasih software buat otomatis ngeclick web/ads dari website yang bersangkutan.... kalo nggak, ya pake cara manual.... begini cara nya....
a. log In kemari : http://bux.to
here is a preview


b. trus padaa tab-nya click yang namanya SURF ADS, preview :


c. ya udah... click aja tuh website satu persatu.... ampe habis semua
d. ta da......... U earn money
e. sekarang ente-ente harus punya account di Paypal buat transfer uang nya dari Bux.to ke Rekening kalian... [Note: uang baru di kirim ke Paypal kalo udah mencapai $10]
f. gitu ajah, biasanya ada 11 ads/hari, tinggal di click aja.

5. kok nggak, ane kasih link software nya buat ngeclick otomatis tanpa harus log in kesitus nya Bux.to... ya tinggal jalanin aja software nya

6. That's all for today... [ ane nggak tau apa ini web site bakalan kasih duit.. coz earning ane baru $4,54 Dollar musti nunggu $6,...sekian dollar lagi biar mencapai $10 dollar :} Btw, buat ane nothing to lose coz kita nggak transfer apa-apa, just Click N click...

Cup cup cup Muah.......

DOS

**** Setting the CD-ROM drive

The CD-ROM drive is configured in the config.sys and autoexec.bat system files. The CD-ROM drive device driver must be configured in the config.sys file (even if the device is automatically detected in Windows). To do this, copy the device driver to a folder on the hard drive (in the following example it is called cdrom.sys located in the "cd-rom" folder). Next you must add the line:

DEVICE=c:\cd-rom\cdrom.sys /d:CD001

(CD001 is the name you give to the CD-ROM drive...)

Next the CD-ROM controller (called mscdex.exe must be added to the autoexec.bat by adding the following line:

c:\windows\command\mscdex.exe /d:CD001

(Where CD001 is the name given to the CD-ROM drive and the drive letter that is assigned to the drive is the next letter available, so if you have hard drives D: and E:, and F: is free, then the CD-ROM drive will be assigned the letter F:. If you want to specify the letter to be assigned use the /L:Z option for example.)

****Listing files

The dir command is used to list files. The file listing can also be done using several criteria (alphabetical order, date, etc.), these criteria can be applied using the following parameters:

* /p: fills the screen with the results then pauses the screen
* /w: displays the results in 5 columns
* To display files according to various criteria:
o /ah: displays hidden files
o /ad: displays folders only
o /ar: displays read-only files
o /aa: displays files ready to be archived
o /as: displays system files
* To display files in a specific order:
o /ON: sorted by name
o /OS: sorted by size (ascending)
o /OE: sorted by extension
o /OD: sorted by date
o /OG: sorted by parent folder
o /OS: sorted by attribute
* /s: displays the files located in a folder and all sub-folders
* /b: minimal view
* /l: displays results in lowercase
* /v: displays additional information

**** Modifying file properties

A file may have several properties which dictate how that file can be used. These properties can be activated or deactivated in DOS using the attib command.
The syntax for the command is as follows:

attrib +/-a +/-h +/-s +/-r

where + and - activates or deactivates the attribute which follows.

* a: archive attribute
* h: hidden file attribute (the file remains hidden in normal file view)
* r: read-only file attribute (the file cannot be deleted without deactivating this attribute)
* s: system file attribute (important files which must be treated with care)

"attrib config.sys -a -r +h" deactivates archive and read-only attributes and hides the file.

Top 10 Most Popular Social Bookmarking Sites

here is a list of the top 10 social bookmarking sites. the data is taken respectively from Alexa Rank Google Pagerank and Compete (which determines monthly visitors united states) the data is of course not 100% reliable, but this should give you a general
idea of which is more popular.

1 | digg.com
Unique Monthly Visitors (United States) 11,344,960
Alexa Rank: 89
Pagrank: 8

2 | del.icio.us
Unique Monthly Visitors (United States) - 1,032,489
Alexa Rank: 186
Pagrank: 8

3 | Technorati.com
Unique Monthly Visitors - 4,565,637
Alexa Rank: 201
Pagerank: 8

4 | Slashdot.org
Unique Monthly Visitors (United States) - 268,258
Alexa Rank: 433
Pagerank: 9

5 | StumbleUpon.com
Unique Monthly Visitors (United States) - 568,164
Alexa Rank:310
Pagerank: 8

6 | Netscape.com
Unique Monthly Visitors (United States) - 5,577,615
Alexa Rank: 544
Pagerank: 9

7 | reddit.com
Unique Monthly Visitors (United States) - 776,298
Alexa Rank: 826
Pagerank: 7

8 | FARK.com
Unique Monthly Visitors (United States) - 196,092
Alexa Rank 1521
Pagerank: 7

9 | BlinkList.com
Unique Monthly Visitors (United States) - 213,610
Alexa Rank: 3617
Pagerank: 6

10 | ClipMarks.com
Unique Monthly Visitors (United States) - 105,929
Alexa Rank: 4,944
Pagerank: 6

How To Restrict Drives in My Computer

HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer

In right-side pane, create a new DWORD value NoViewOnDrive and change its value as following:

3 : To Restrict A and B drives only.
4 : To Restrict C drive only.
7 : To Restrict A, B, and C drives only.
8 : To Restrict D drive only.
F : To Restrict A, B, C, and D drives only.
03FFFFFF : To Restrict all drives.

And if you want more specific restrictions, like you
want to restrict a combination of other drives, then you can use decimal no. instead of hexadecimal no. Following is a list for all drives decimal no.:

A: 1
B: 2
C: 4
D: 8
E: 16
F: 32
G: 64
H: 128
I: 256
J: 512
K: 1024
L: 2048
M: 4096
N: 8192
O: 16384
P: 32768
Q: 65536
R: 131072
S: 262144
T: 524288
U: 1048576
V: 2097152
W: 4194304
X: 8388608
Y: 16777216
Z: 33554432
ALL: 67108863

So if you want to disable a combination of drives, just sum their numbers and give the same value to NoViewOnDrive. e.g., for restricting CDEF drives, give the value: 4+8+16+32 = 60

NOTE: You can also hide the drives using NoDrives DWORD value. The location and its value remain same as the above trick.

Submitted by: [Nal_singh]

Boot Defragment

A very important feature in Microsoft Windows XP is the ability to do a boot defragment.

This basically means that all boot files are placed next to each other on the disk drive to allow for faster booting.

By default this option is enabled but some upgrades could disable this feature.

to enable it :


1. Start Regedit.

2. Navigate to HKEY_LOCAL_MACHINE\
SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction

3. Select Enable from the list on the right.

4. Right on it and select Modify.

5. Change the value to Y to enable and N to disable.

6. Reboot your computer.

Show All Registered Devices

By default, the Device Manager only displays Plug-and-Play devices that are currently installed and working in the computer.

There is also a way that you can force Device Manager to display the devices that are installed, but not currently present in the system. This is particularly useful with laptops, where it is not uncommon to have devices
pulled out from time to time.


There is an environment variable called devmgr_show_nonpresent_devices that governs whether or not these devices appear in Device manager. Set this variable to 1 to display them, or to 0 to hide them again.

You can set this variable at a command prompt by typing "set devmgr_show_nonpresent_devices=1" without the quotes. You can also set it permanently as a variable by right-clicking My Computer and choosing Properties. Click the Advanced tab, and the "Settings" (XP) or Environmental Variables (older Windows) button.

Click the New button, and enter the devmgr_show_nonpresent_devices for the name, and 1 for the value.

Note: You must also employ the tip mentioned above to display all devices in addition to setting the environment variable.

Access Stored User Names and Passwords with rundll32.exe

The Stored User Names and Passwords applet lets you assign user names and passwords to use when needing to authenticate yourself to services in domains other than the one you are currently logged into.

The normal way of running this applet can be difficult to find quickly, so here is a way to launch it using a desktop shortcut using the rundll32.exe program:

Click on START - RUN and type the
following (follwed by ENTER):

rundll32.exe keymgr.dll,KRShowKeyMgr

Windows Security

__Eliminate Password-Protection on the Screensaver

It is possible to deactivate password protection in screensaver mode using the registry. To do this, open RegEdit, go to HKEY_CURRENT_USER\Control Panel\desktop, assign a value of 0 (zero) to the key ScreenSaveUsePassword
The password is now but a memory:)

__Lock the desktop

To avoid having too many icons cluttering up the desktop, there's a way to keep them "stuck" to the desktop. With RegEdit go into HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer and right-click New/DWORD Value in the right-hand window, name it NoSaveSettings.
Double-click on it and assign it a value of 1.

__Delete/Lock Elements in the Start Menu

Open Regedit and go to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer. You can set options by putting the following character strings after 01:

* Noclose: Stops Windows from shutting down
* Nodesktop: Deletes the Desktop icons
* Nofind: Removes the "Search" option from the Start menu
* Norun: Removes the "Run" option from the Start menu
* NoSetTaskBar: Disables Taskbar settings
* NoStartBanner: Removes the start banner ("Click here to begin") from the Taskbar
* NoStartMenuSubFolders: Deactivate the Start menu's subfolders
* NosaveSettings: Stop settings from being saved when Windows is shut down
* NoSetFolders: Removes folders from Settings (in start menu)
o NoConfigPage: Hides Hardware Profiles
o NoDevMgrPage: Hides Device Manager
o NoFileSysPage: Hides the File System button
o NoVirtMemPage: Hides the Virtual Memory page
o NoDeletePrinter: Keeps printers from being deleted
[Source :en.kioskea.net]

How can I change my user-account password from a Command Prompt?

You can change a Windows User Account password that is on any Windows computer from any other Windows computer regardless of whether the User Account is on a workstation, a stand-alone server, or a Windows domain controller. Additionally, it makes no difference whether the password being changed from a workstation, a stand-alone server, or a Windows domain controller. This is true for any NT 4.0, W2K, XP Pro and Windows Server 2003 computer.

To change a user's password at the command prompt, log on as an administrator and type:

net user danielp * /domain

(This is only an example, use your own username)

When you are prompted to type a password for the user, type the new password, not the existing password. After you type the new password, the system prompts you to retype the password to confirm. The password is now changed.

Alternatively, you can type the following command:

net user danielp 123456 /domain

When you do so, the password changes without prompting you again. This command also enables you to change passwords in a batch file.

Note: If you type these commands on a member server or workstation and you don't add the /domain switch, the command will be performed on the local SAM and NOT on the DC SAM.

For example, to change the administrator's password type:

net user administrator 123456

Note: Non-administrators receive a "System error 5 has occurred. Access is denied" error message when they attempt to change the password.

Pop-up Ads – A Royal Pain

Pop-up ads are spontaneous browser windows that jet out at Web users entering an online site, exiting it or just surfing around. As old as the commercial Web itself, the ad format truly came into vogue when Web publishers got pressed for cash in the dot-com crunch.

Eager to convince reluctant Fortune 500 companies that Web advertising could be as intrusive, and effective, as TV commercials, sites such as USA Today, AOL, MSNBC, Amazon.com and Yahoo began triggering the ads regularly to grab readers' attention. The proliferation of pop-ups also launched obscure goods, such as X-10's surveillance cameras, into Internet infamy.

Though unpopular with consumers, the ads are favored by advertisers because they're generally thought to get a higher response from viewers. Some researchers estimate that they garner three to six times greater click-through rates than standard banners or display ads on the Web.

Over time, pop-up ads are becoming less effective as readers tune them out or avoid sites that host them altogether.

Programs to Stop Pop-ups

Pop-up ads have spawned a crop of programs aimed at minimizing or eliminating this nuisance. If you are sick & tired of these in-your-face ads, try out the following programs:

Popup Stopper - www.panicware.com
AdSubtract - www.adsubtract.com
AdsGone - www.a1tech.com
Guard IE - www.guardwall.com
PopNot - www.hdsoft.com
Pop-up Zero - www.pcssafe.com
Pop-up Cop – www.popupcop.com

Some of these programs are “freeware” which you can download and use at no cost. Others allow you to try them out for thirty days, and charge a small fee for continued use.

Flashdisk dan perangakat baru jika Butuh Driver

Biasanya, pada windows XP, flashdisk kita akan langsung terdeteksi tampa harus minta driver karena Windows XP menggunakan sistem Plug n Play-nya (PnP) yaitu agar perangangkat baru yang ditemukan langsung terdeteksi tampa harus menginstal dulu
Nah bagaimana jika computer kita ganti perangkat baru atau flashdiks kita malah tidak dideteksi oleh windows dan meminta driver, padahal windowsnya sudah XP. Cara mengatasinya adalah:

1.Klik start, pilih Run
2.Ketik Services.msc dan enter
3.Perhatikan jendela sebelah kanan cari Universal Plug n Play Devices Host .
4.Klik kanan di servce tersebut dan pilih Properties
Pada kolom Startup Type pilih Automatic , kemudian klik tombol Start pada Service Status .


.6Pilih Apply dan Ok .
.7Restart computer anda
Dan kalau tetap tidak terdeteksi, mungkin sebaiknya anda pake driver juga atau ganti flashdisk. Atau perangkatnya hehe..

redirect your visitors to the new web location

So you changed your URL and wondering how to automatically redirect your visitors to the new location. Simply put the following HTML tag in-between and tags:









For example:

Automatically redirect your visitors to your new home page

So you changed your URL and wondering how to automatically redirect your visitors to the new location. Simply put the following HTML tag in-between and tags:

How to download large files faster and more reliably

rying to download that 30M file for the third time? How many times have you started to pray thinking your dial-up connection might go down when the download is 99% complete? Well, here's a bit complicated, yet effective method that just might reduce your downloading headaches...

Let's say you're connect to the Internet using a 28.8K modem and that your Internet service provider lets you telnet to their server. Of course, your provider's server can download files much faster, so the idea here is to download the file to their server at high speed, split it, and retrieve parts at the highest speed you can to your provider's server. Generally speaking, this method not only is a faster way to download files, but it is also a more reliable method since you'll be downloading many smaller files rather than one large file.

First, find out the FTP address of the large (larger than 16M for example) file that you want to download. For example:

ftp://ftp.x.com/bigfile.zip

Telnet to your Internet service provider's server.

telnet x.com

From within the telnet session, download your file to your provider's server. Following is a "screen shout" of a sample file transfer on an UNIX compatible server. Blue/bold text represents your input.
ftp
ftp> open ftp.x.com
Connected to ftp.x.com.
220 ftp x.cpm FTP Service (Version 2.0).
User (ftp.x.com:(none)): anonymous
331 Anonymous access allowed, send identity as
Password: my_address@x.com
ftp> binary
200 Type set to I.
ftp> get bigfile.zip
200 PORT command successful.
150 Opening BINARY mode data connection for bigfile.zip
226 Transfer complete.
ftp> quit
221 Thank you for using x.com!

Once the file is download to the server, the next step is to divide the file into smaller pieces so that you will not waste too much time downloading should your Internet dial-up connection go down.

split -b 2000b bigfile.zip

You're almost there! Now simply log off from your telnet session and start downloading (from your provider's server to your computer) smaller files (not the bigfile.zip) which the above split command (on most UNIX compatible machines) created.

Once you have all the files, simply merge them and you got a good copy of the original bigfile.zip. If you're using DOS or Windows, you can merge files using the following command (assuming that bigfile.zip (16000 byte file) was divided into 8 2000 byte files named xaa to xah):

copy /b xaa xab xac xad xae xaf xag xah bigfile.zip

Don't forget to log back into your Internet service provider's computers and delete temporary files (bigfile.zip and xaa..xah) once you've made sure that your downloaded copy is in good condition. Doesn't sound like the above steps could make your downloads faster or more reliable? Well, in most cases it does; specially if the file you're downloading is rather large. The reason why this method could possibly be faster is because you can download files from your provider's computer to your computer faster than from most remote sites. Of course, the reason for reliability is that downloading many smaller files makes it possible to resume a download without wasting as much time as resuming a larger file download would.

Don't let call waiting cut into your online connection

If you carry the call waiting feature in your phone line(s), your dial-up connection to the Internet (or any other online service) may be interrupted if you receive a call in the middle of a session. The good news is that it's easy enough to disable this feature every time you dial out by adding *70, in front of your number. Of course, this code depend on the phone company, so make sure that it's the correct code for your calling area/telephone service provider specially if you're not in the USA.

For example, if your current dial-up number is 123-4567 change it to *70,123-4567

*70 actually does the disabling of the call waiting feature, and the comma (,) afterwards simply adds a delay to bypass the acknowledgment of the command. If your dialer doesn't understand commas in the phone number, try using just *70. To re-enable call waiting, simply dial *72.

Ronny: Refs don't protect us


Cristiano Ronaldo feels he is not given enough protection from referees and fears suffering a serious injury.

The winger was denied a clear penalty against Portsmouth in the FA Cup quarter final defeat at Old Trafford. That incident, coupled with persistent fouling throughout the game, highlights an oft-felt view that the Portuguese is not protected by referees.

"It's very frustrating, the referee was unbelievable," he told MUTV. "He didn't want to give the penalty, he didn't want to give yellow cards - I'm very disappointed.

"Refs don't protect skilful players. I think about the Arsenal player (Eduardo) and I'm scared sometimes to do skills because some players do unbelievable fouls and the ref protects the defender, not the skilled player! It's very disappointing and I'm thinking a lot about changing my game. When referees don't give penalties, yellow cards or reds, it's difficult to play."

Sir Alex Ferguson was left aghast that referee Martin Atkinson did not award a penalty for Sylvain Distin's clear bodycheck on Ronaldo in the seventh minute. Ronaldo added: "He (Distin) didn't try to take the ball. It's a joke."

But it wasn't just refereeing decisions that disappointed the 22-year-old. "We lost today and everyone is disappointed because we were the best team," he said. "We created ten chances while Portsmouth created just one. It's frustrating to lose like that.

"We controlled the game, but we didn't score. Carrick had one cleared off the line, Patrice hit the post... we had a great chance to win the FA Cup but we need to think now about the Premier League and the Champions League. These are the priorities."

How to Open Password Protected PDF Documents


There are sometimes genuine reasons to unlock or crack a password protected PDF file. You have the legal right to open the encrypted PDF document but forgot the password like in the case below.

Say one of your former colleague created some critical sales reports in PDF format but he is not working with the company anymore. In his absence, you have no option but to crack the PDF password in order to open, read or print these PDF files.

There are basically two types of PDF protection - the original PDF creator can either restrict opening the PDF file itself or he can restrict others from modifying, printing or copying text and graphics from the PDF file. Here are a few possible workarounds:

When there are Copying or Printing Restrictions..

Say you want to print a couple of pages from the PDF document but the document settings won't let you do that.

Open the document in Acrobat Reader or Foxit and capture the PDF page as an image using any free screen capture software. If there are multiple pages, you may try SnagIt since it can autoscroll and capture multiple pages of the document in one-go.

If you want to copy just a portion of text from some PDF page, use a screen capture tool with OCR features (like Kleptomania, Capture Text discussed here)

Alternatively, you can invest in commercial solutions like Advanced PDF Password Recovery from ElcomSoft and PDF Password Remover from Very PDF.

(These utilities may not recover the password for you - they'll just remove the restrictions from the password protected file)

When there are Document Opening Restrictions..

This is a very tricky case and there's no straight-forward solution to read PDF documents that are password-protected at the Open level.

The software will use methods like Brute Force, Key Search and Dictionary Attack to guess the password. They will try to use all possible character combinations as the password and so the process might take hours or even days and would really depend on your computer's processing power.

Legal Issues: - you maybe surprised to learn that these PDF password cracking software are absolutely legal and Microsoft even awarded ElcomSoft a Gold Certified Partner status.

25 Tips To Optimize Your Blog For Readers & Search Engines

Everyone and their dog (yes, there are a few dogs out there with their own blogs) have started up a blog these days, but many people just aren’t taking the steps needed to optimize their blogs for both readers and search engines. While blogs can be business related (another blog about mesothelioma anyone?) they can also be personal where you talk about the great ham sandwich you had for lunch today or the crappy service you had at that trendy restaurant last night.

But whether your blog is business or personal, you should ensure that you are optimizing your blog for both your readers (after all, you want to keep those readers coming back) and the search engines. Unfortunately, optimization is an important step that far too many blogs seem to be skipping over, even those that have a broad appeal to surfers and have the potential to be monetizable.

1) Dump The Default Template - Looks Count!
2) Just Say No To Bad Color Schemes
3) RSS Me!
4) Offer RSS & Feed Subscription Buttons
5) Offer Posts Via Email
6) Decide On Full Or Partial Feeds
7) Write Compelling Snippets/Descriptions
8) Pay Attention to How You Write.
9) Spelling Counts
10) Fontography Counts
11) Don't Forget Navigation
12) How Fast is Your Host?
13) Avoid Widget Overload!
14) Have Descriptive Titles
15) Look at your Cascading Style Sheets.
16) Post Often
17) Spread the Link Love
18) Be Aware of Your Anchor Text
19) Create Unique Stories
20) Use a Related Posts Plugin
21) Ping Other Sites
22) Buy Your Own Domain Name
23) Manage Your Trackback & Comment Spam
24) Use a Good URL Structure
25) Use Great Categories

How to Post Source Code?!

It will be cool right if we can add the source code of any programming language in this blog… Do you know how to do it?!! Ok.. Actually this trick is given by wordpress perhaps some of us not realize this thing…

[sourcecode language=’php’]
$host=”localhost”;
$username=”root”;
$password=”";
$databasename=”KTCI_DATABASE”;
$link=mysql_connect($host, $username, $password) or die(”Database is not connected!”);
$selectdb = mysql_select_db($databasename, $link)or die(”Database is not selected!”);
?>
[/sourcecode]

Wrap your code in these tags: [sourcecode language=’css’]…[/sourcecode]. You can replace the language with “css” with the language that you’re writing in. Currently we support syntax highlighting for the following language codes:

* cpp
* csharp
* css
* delphi
* java
* jscript
* php
* python
* ruby
* sql
* vb
* xml

The language attribute is required! If we don’t have what you need pick the closest.
Code in between the [sourcecode] tags will automatically be encoded for display, you don’t need to worry about HTML entities or anything.

Memperbaiki USB FlashDIsk

Berhubung banyak teman yang kena masalah USB nya tidak terdeteksi oleh komputer alias tidak bisa dibuka di my computer, ini ada salah satu cara untuk bisa di buka kembali.

Logika secara umum :
Flash disk tidak terdeteksi mungkin dikarenakan driver FDD tidak sesuai dengan OS yang dipakai, terdapat crash system fat pada flash disk tersebut dan kemungkinan terakhir flash disk anda rusak total. Adapaun untuk penanganan dini memperbaikinya sbb.

Oke, singkat saja..

Buka Command prompt, start->run->”cmd”

masuk ke drive USB, misal : e: / f: / g:
ketik : chkdsk /f –> kenapa /f ? search di cmd, ‘help chkdsk’
Pilih yes(y) untuk melakukan proses checkdisk setelah kompi di restart
Lakukan restart PC, biarkan proses berlangsung setelah winlogon

Apabila cmd tidak bisa masuk ke dalam drive usb tersebut, hal diatas masih bisa dilakukan dari drive manapun, dengan perintah : chkdsk (:e/f/g drive usb) [/…]
Semoga USB flasdisk yang tadinya tidak bisa dibuka, kini bisa dibuka kembali

Flash Disk mengalami Write Protect

1. Masuk ke DOS Prompt Windows XP dan ketik CHKDSK /F Drive letter : (chkdsk /f v:)
2. Selesai memeriksa dari Check Disk (CHKDSK), coba anda buang file yang ada pada Flash Disk dengan perintah Del drive letter:*.*. Contoh pada perintah membuang file dari Flash Disk di drive V: adalah DEL V:*.*
3. Sekali lagi anda coba format dengan perintah Dos Promt. Format V:
4. Atau gunakan cara melalui Computer Management dan lihat volume drive V, dan anda coba format. Bila masih terdapat pesan error lakukan boot pada computer

Perintah / Command dal.net

Semua perintah2 ini bisa juga anda lihat dengan perintah ==>>/cs help pada status dal.net anda

Perintah NickServ Dalnet
nickserv bisa disingkat = /ns
/ns register (password) (email) = register nick
/ns set passwd (passwd baru) = ganti password nick
/ns SET PASSWD (lama) (passbaru)
/ns ghost (nick) (passwd) = yaitu bila nick dipakai orang atau tertinggal di channel
/ns identify (password) = identify nick
/ns set kill (on/off) = mamatikan nick tersebut bisa dipakai atau tidak
/ns recover (nick) (passwd) = mengambil kambali nick
/ns release (nick) = membebaskan nick
/ns drop (nick) = manghapus nick

Perintah MemoServ Dalnet
/nickserv set noop (on/off) = set no op untuk nick
/nickserv set nomemo (on/off) = set no memo untuk nick
/memoserv list = melihat daftar memo anda
/memoserv send (nick) (pesan) = kirim memo
/memoserv send (#channel) (pesan) = kirim memo ke op
/memoserv read (no. list memo) = baca memo yang ke berapa (sesuai list memo)
/memoserv del (no. list memo) = hapus memo no di list
/memoserv undel (no. list memo) = membatalkan menghapus memo


Perintah Standar Untuk Operator Channel (aop,sop,founder)

/kick (#channel) (nick) = kick user
/topik (#channel) (topiknya) = mengganti topik channel
/kick (#channel) (nick) (alasan) = kick user dengan alasan
/mode (#channel) +b *!*@IPnya = Band IP user
/mode (#channel) +b nick! username@host.add.ress = Ban user
/mode (#channel) –b *!*@IPnya = buka Ban user, missal /mode #ciamis +b *!*@213.24.016.80.*
/mode (#channel) +o (nick) = memberikan Op pada user
/mode (#channel) +v (nick) = memberikan voice pada user
/mode (#channel) – o (nick) = menurunkan user agar tidak Op lagi
/mode (#channel) –v (nick) = mengambil voice user
/mode (#channel) +/- ntispklRrmc = set mode channel
/channel = melihat mode dan ban list channel

Perintah ChanServ Dalnet
(A) = semua, (AOP) = minimal aop, (SOP) = minimal sop, (F) = founder
/chanserv info (#channel) = melihat info channel (A)
/chanserv invite (#channel) (nick) = minta chanserv untuk invite (A)
/chanserv unban (#channel) (nick kamu) = Unban diri kamu (AOP)
/chanserv unban (#channel) * = unban semuanya (AOP)
/chanserv register (#channel) (passwd) (desikripsi) = register channel baru (F)
/chanserv identify (#channel) (passwd) = identify channel (F)
/chanserv drop (#channel) = drop channel (F)
/chanserv set (#channel) passwd (pass baru) = ganti password channel (F)
/chanserv set (#channel) founder = set sbg founder baru (F)
/chanserv set (#channel) desc (deskripsinya) = set deskripsi channel (F)
/chanserv set (#channel) topik (topiknya) = set topik channel (F)
/chanserv set (#channel) url (alamat url-nya) = set webpage channel (F)
/chanserv set (#channel) mlock (tulis modenya) = set kunci mode channel mis. +nt-ispklR (F)
/chanserv set (#channel) ident (on/off) = set ident aktif/tidak (F)
/chanserv set (#channel) restrict (on/off) = set restrict channel (F)
/chanserv set (#channel) keeptopic (on/off) = set keep topik channel (F)
/chanserv set (#channel) topikclock (sop/founder/off) = set topiklock channel (F)
/chanserv set (#channel) opguard (on/off) = set opguard
/chanserv set (#channel) memo (none/aop/sop/founder) = set memo level channel (F)
/chanserv why (#channel) (nick) = melihat akses yang dipakai nick untuk jadi op (AOP)
/chanserv op (#channel) (nick) = mengangkat menjadi op (AOP)
/chanserv deop (#channel) (nick) = menurunkan dari op (AOP)
/chanserv (aop/sop/akick) (#channel) list = melihat daftar aop, sop, atau akick
/chanserv aop (#channel) add (nick) = jadikan aop (SOP)
/chanserv sop (#channel) add (nick) = jadikan sop (F)
/chanserv aop (#channel) del (no. list aop) = hapus aop (SOP)
/chanserv sop (#channel) del (no. list sop) = hapus sop (F)
/chanserv (aop/sop/akick) (#channel) (add/del) nick!username@host.add.ress = masukkan/hapus dari list (SOP)
/chanserv mdeop (#channel) = mass deop channel, tapi aop tdk bisa deop sop dan founder (AOP)
/chanserv mkick (#channel) = mass kick channel (SOP)

Creating a Site Map for your web site

The simplest way to create a site map is to use the HTML Unordered Lists tag
    . The tag can be employed to create simple one-level lists and also display the hierarchical structure of your web site by nesting lists if your site s more complex.



    The Unordered Lists tag
      supports a neat attribute called Type with which you can specify the type of bullet you want for the list - disc, circle or square.



      Let us look at an example:



      * Electronics

      o DVD Players

      o V.C.R.s

      o Computers

      + Desktops

      + Laptops

      + Palmtops

      o Portable MP3 players

      o T.V.s

      * Automobiles

      o Cars

      o Buses

      o Motorcycles

      o Scooters

      * Furniture

      o Beds

      o Tables

      o Chairs



      The HTML code for the above is:







      Note how the hierarchical structure is displayed using nested Unordered Lists
        tag. We have also used the TYPE attribute and specified the kind of bullet we want for each list.

Submiting a web site to search engines for free

The first step in web promotion is to create a web site that is search engine friendly. The keywords should be used judiciously in the META tag, the TITLE tag, the heading tags and most importantly in the web page content. Anyone can spam a search engine hoping they would get a good site rank by putting keywords excessively in the TITLE and META tags, but search engines have become very smart. They not only look whether the web contents contain that keyword (at a particular word frequency) but also whether the sentences are grammatically correct. Thus, before you use one of the free search engine services below, you should first check your site thoroughly.

Addme
www.addme.com

AddPro
www.addpro.com

FreeWebSubmission
www.freewebsubmission.com

SubmitExpress
www.submitexpress.com

I cannot stress on this point more but you should strive to have good web site content... content which is meaningful to the visitor and makes their visit successful.

The free web site submission services are not perfect and you should also manually submit your web site to the Major Search Engines and Directories. In fact, you need to submit to directories only manually. I know its a long and tedious process of submitting your web site to tons of search engines and directories and if you do get a nice deal from a service provider, go ahead. Just remember to ask them a copy of the submission results and be sure to test your site on each of the engines they submitted to after about a month or so.

Report: United 1 Lyon 0

United may not have been at their flamboyant best, nor even their most devastatingly ruthless, but Cristiano Ronaldo’s goal three minutes from half time was enough to see the Reds through to the Champions League quarter finals.


Ronaldo's 30th of the season gave the Reds a tenth straight Champions League win at Old Trafford. Lyon, solid and tactically tight but, to their detriment, unadventurous, set the tone for this game. But United broke the mould – if only once – in a game of few chances.

It’s always difficult to second-guess Sir Alex’s team selection, especially with the multitude of options available to him. But the Reds boss still managed to spring a surprise by picking a side that did not contain three of his most experienced outfield players. Paul Scholes and Owen Hargreaves both took up places on the bench, while a calf injury ruled Ryan Giggs out.

At the start of the season, it might have been difficult to picture a midfield trio of Darren Fletcher, Michael Carrick and Anderson playing in such a critical last 16 second leg tie. But, that in itself is a signal of how strong United’s squad is.

Crucially, no player in Sir Alex’s front six had played the full 90 minutes against Fulham on Saturday. It’s a freshness that the United boss has sought in recent weeks. The Reds started brightly enough in the opening minutes. With Sir Alex opting again for a 4-5-1 formation, Ronaldo and Nani pressed forward, Rooney worked tirelessly, while Anderson pushed ahead of Fletcher and Carrick.

Karim Benzema again looked dangerous whengiven space, and Juninho had a few early free-kicks to test United’s rearguard. But the Reds, marshalled by Nemanja Vidic and Rio Ferdinand, looked solid. More and more the game was played out tactically; Lyon content not to concede, looking for a breakaway; United probing for a way through but not going full pelt with a valuable away goal in their armoury. It was less the clichéd chess match, more who blinked first.

Fortunately for United, it was Lyon. The French side failed to clear Anderson’s shot on 42 minutes, and Ronaldo’s delicate touches eight yards out drew him clear of Francois Clerc, and his shot sneaked inside Gregory Coupet’s near post.

Lyon’s game-plan changed very little in the second half, keeping it tight and hoping to snatch a goal on the counter. United chose a similar tactic, hoping to draw Lyon out. After 65 minutes Nani had a shot that arrowed narrowly over, but other than that United were quiet in front of goal until the final 15 minutes. The introduction of Carlos Tevez, United's scorer in the first leg, in place of Anderson may have seemed a bold attacking move. But he was instructed to drop deep and keep possession, providing an outlet on the break.

United, though in control, were not home and dry. Substitute Kader Keita found space in the Reds’ penalty area and struck the post on 74 minutes. But it was a rare breakthrough. The Reds weren’t without chances to put the game out of reach. Rooney latched onto Hatem Ben Arfa’s mystifying back-pass, but he couldn’t beat Coupet. Then Nani burst down the right channel and elected to cross the ball when he should have shot.

With ten minutes remaining, Lyon boss Alain Perrin brought on Fred and went to a more attacking 4-4-2 formation, but in the end their own negativity had worked against them and time ran out. For United this may not have been a resounding victory, but against well-organised and tactically stubborn opponents, it was a professional job well done.

Team Line-ups

Manchester United: Van der Sar; Brown, Ferdinand, Vidic, Evra; Ronaldo (Hargreaves 90), Fletcher, Carrick, Anderson (Tevez 70), Nani; Rooney.
Subs not used: Kuszczak, Saha, Park, Scholes, O'Shea.
Booked: Evra, Nani

Olympique Lyonnais: Coupet; Clerc, Squillaci, Cris, Grosso; Govou (Keita 68), Juninho Toulalan, Kallstrom (Fred 79), Ben Arfa; Benzema.
Subs not used: Vercoutre, Bodmer, Delgado, Mounier, Boumsong.
Booked: Grosso, Squillaci

Find out who has a link to your home page

Do you wonder who's got links that bring people to your web page? Well, here's an easy way to find out at least some of those referring pages:

* Go to http://www.altavista.com/ or http://www.infoseek.com/

* Type link: for the search text and hit "ENTER"

For example, if your web page is at http://www.chamisplace.com/, type:

link:http://www.chamisplace.com/

As you may have guessed, this method can only reveal referring pages that are registered in AltaVista Search or InfoSeek Search search engines.

Creating new domain names (for personal use)

Did you know that you can easily create your own domain names for your personal use on your computer? The method we're going to describe could come in handy many ways:

* You can map your current home page domain name (at your internet service provider's server) to use your own domain name such as MyCompanyName.com; for fun, or to help you test your HTML pages with your own domain name.
* On a local network (or an intranet) you can use your own domain names to access local and remote resources (web servers, etc.)
* You can create shorter and easier to remember domain names (or aliases) for already existing domain names.
* If your DNS server is slow, you can speedup the access to certain domain names a bit.

Here's how to...

* Locate or create a file named HOSTS
If you're using Windows 95, this file should be in the Windows directory ("C:\WINDOWS" for example).
If you're using Windows NT, HOSTS file should be in the "%SystemRoot%\system32\drivers\etc" directory ("C:\WINNT\system32\drivers\etc" for example).
* Use your favorite text editor (Notepad for example) to add entries to the HOSTS file. All entries to the HOSTS file should be in the following format:



For example, let's say you want to create a domain name [alias] for a known domain name -- "www.chamisplace.com" for example. First, find out the IP address of the "known" (or already existing domain name) by typing the following command at the "DOS or Command Prompt:"

PING

or according to our example:

PING www.chamisplace.com

Record the IP address for that domain -- 206.105.42.1 for example.

Now, decide what your new domain name for www.chamisplace.com should be -- let's say you want to call it "tipssite.com" (something easier to remember).

All you have to do to map tipssite.com to www.chamisplace.com is to add the following line to your HOSTS file:

206.105.42.1 tipssite.com

Now you can access www.chamisplace.com by using tipssite.com instead -- http://tipssite.com/ for example.

Let your visitors choose colors for your pages

Maybe you enjoy using bright pink backgrounds for your web pages. Are you sure your visitors can appreciate it? Why not let them choose the background color, or any other document color, for your pages?

The basic idea here is to use JavaScript to change the background color using the following command ("#FFFFFF" being the hex representation of the color we want):



If you like the idea, you can have what you see in the above example simply by inserting the following tags in to your page:



To change the color of the text instead, replace bgColor with fgColor. Using linkColor will make the above script change the color of the links and vlinkColor will change the color of the visited links.

You can find the hex representation of all web safe colors in this

How to get a list of people on the IRC who are using your ISP

You can use the "WHO" command with wild cards to find out if anyone using your Internet Service Provider is online (using IRC -- Internet Relay Chat).

* Connect to the Internet and then connect to your IRC server.
* Type

/WHO

followed by a space, *. (star and a period), and the domain name of your ISP. For example, if your ISP's domain name is gulf.net, type:

/WHO *.gulf.net
* Press ENTER.

Where you have to enter the "WHO" command (and other IRC commands) will depend on the IRC client you're using. If you're using MIRC for example, you can enter the "/WHO" command at any prompt.

Redirecting your visitors to the preferred form of your URL using JavaScript

Do you have multiple entrances to your site and looking for a client-side solution that can redirect your visitors to the preferred entrance?

For example, you may have multiple domain names pointing to the same site -- domain_a.com, domain_b.com and domain_c.com. Although you want to keep all of your domains either because you want to reserve those names, because your marketing department convinced you that having multiple names pointing to the same site will attract more visitors or some other reason, you may prefer that the visitors end up at the same domain. You may want to redirect visitors from domain_b.com and domain_c.com to domain_a.com for example.

Following is a client-side solution to redirecting visitors to your preferred domain. Simply copy and paste it on to your home page just below the tag.



Above code will check if domain_a.com is a part of the current URL. If not, it will automatically redirect the visitor to http://domain_a.com. One of the advantages is that this code will work even if you have a single version of your home page that has multiple domain names pointing to it.

Of course you can modify the same code to redirect to a specific page URL as well.

NOTE: Be sure to use only the required portion of your URL and to enter it in lowercase inside the function "indexOf()". If your complete URL is http://www.mycompany.com/mypage.html, but you can get to the same page using just mycompany.com/mypage.html, use the latter version of the URL. On the other hand, use the full URL for location.href.

The following code will redirect visitors to http://www.mycompany.com/mypage.html only if mycompany.com/mypage.html is not a part of the URL they typed:



If you run your own web server, have unique IP addresses for your multiple domains or your web space provider is able to redirect visitors otherwise, you maybe able to implement a server-side solution to redirect visitors instead.

Adding page breaks to your web pages

Almost all printable document types can handle author specified page breaks. Wondering how to add page breaks to your web pages?



Starting with the release of Cascading Style Sheets 2 specification, you can finally suggest to browsers when to break pages when printing your web pages. The bad news is that only Explorer 4.x support this feature at this time. On the other hand, adding page break tags to web pages will not cause any ill effects on other browsers.



To suggest a page break, add &ltP style="page-break-before: always"> before the beginning of a new printed page. For example, if you place the following tags on a HTML page and print it using a compatible browser, you will end-up with three pages with the sample text.







Papers: Evra's Euro warning


Patrice in Euro warning
Patrice Evra says it will be a catastrophe if Manchester United fail to beat Lyon in the Champions League last-16 second leg tomorrow. But the France star insists they cannot take for granted a place in the last eight despite snatching a 1-1 draw away from home in the first leg. He said: “If we go out of the Champions League on Tuesday it would be a massive blow for the club — it would be catastrophic. I have a big respect for Lyon because they are a good team. As a Frenchman, I am fully aware of their qualities.
They played very well in the first game and we had to work very hard for a draw. But we are Manchester United and that means we simply have to go through."
Mark Irwin, The Sun

In other news, the Daily Mail claims United have been contacted by the agents of Racing Santander defender Ezequiel Garay. Santander would sell Garay — especially if Gerard Pique is involved in the deal.

The Times report that noses have been put out of joint at the FA with the news that Lord Coe, the chairman of the London 2012 Olympic organising committee, has approached Sir Alex Ferguson to manage the Great Britain football team at the Games.
Round up by Gemma Thompson

Juninho: Don't rule us out


Brazilian playmaker Juninho has warned United: "do not rule us out" of the Champions League last 16 tie, despite the Reds snatching a crucial late goal in the first leg.

The French champions are in Manchester on Tuesday with the tie tipped slightly in United's favour after Carlos Tevez's goal earned a 1-1 draw in Lyon two weeks ago.

Lyon appeared headed for victory after Karim Benzema's excellent opening strike just before the hour mark. But Juninho says the Reds would be ill-advised to think the second leg is cut and dry.

"We were disappointed not to win after taking the lead," he tells United Review. "But we knew that, along with Inter Milan, Manchester United were the best team in Europe and have many players who can do you damage.

"Ronaldo, Rooney, Tevez – what an attacking line-up! Against a team like United, you have to play perfectly. We nearly did it – but not quite. But the Lyon squad is still calm. The pressure is on United to progress to the quarter finals."

Lyon have been used to battling against the odds in this season's Champions League. After a terrible start to their group campaign, they pulled out all the stops to progress to the knockout stages, a lesson Juninho says could serve them well at Old Trafford.

"We are still in this tie," he says defiantly. "Do not rule us out yet. You need technique and strong characters to win silverware and we have those. We have proved a number of times our capacity to achieve in big matches at stadiums in Glasgow, Stuttgart and Paris."

Read more from Juninho and United's Patrice Evra in United Review.

How to Access Free Windows Live Hotmail in Outlook Express

If you payingly subscribe to Windows Live Hotmail (or MSN Hotmail), you can access your Windows Live Hotmail account with Outlook Express in a very comfortable and highly functional way that provides seemless access to any folder and your Windows Live Hotmail address book, too.

But a subscription is not the only way to access a Windows Live Hotmail account in Outlook Express. There are tools and services that translate between the web-based interface of Windows Live Hotmail and POP, which allows Outlook Express to download messages from Windows Live Hotmail like from any other email account.

These tools include the free FreePOPs, which is available for a range of operating systems, and IzyMail, which turns Windows Live Hotmail into an IMAP service.
Access Free Windows Live Hotmail in Outlook Express with IzyMail

To set up IMAP access to your Windows Live Hotmail service using IzyMail:

* Make sure your Windows Live Hotmail or MSN Hotmail account is registered with IzyMail.
* Select Tools | Accounts... from the menu in Outlook Express.
* Click Add.
* Choose Mail....
* Enter your name.
* Click Next.
* Enter your Windows Live Hotmail address ("user@hotmail.com", for example).
* Click Next.
* Make sure IMAP is selected under My incoming mail server is a __ server.
* Type "in.izymail.com" in the Incoming mail (POP3 or IMAP) server: field.
* Enter "out.izymail.com" under Outgoing mail (SMTP) server:.
* Click Next >.
* Type your full Windows Live Hotmail or MSN Hotmail address under Account name: (e.g. * "user@hotmail.com").
* Enter your Windows Live Hotmail or MSN Hotmail password under Password:.
* Click Next >.
* Click Finish.
* Highlight in.izymail.com in the Internet Accounts window.
* Click Properties.
* Go to the Servers tab.
* Make sure My server requires authentication is checked under Outgoing Mail Server.
* Go to the IMAP tab.
* Make sure Store special folders on IMAP server is not checked.
* Click OK.
* Click Close in the Internet Accounts window.
* Now, select Yes to download the list of Windows Live Hotmail folders to Outlook Express.
* Click OK.

Access Free Windows Live Hotmail in Outlook Express with FreePOPs

To access a free Windows Live Hotmail account in Outlook Express using the local FreePOPs tool:

* ›› Step by Step Screenshot Walkthrough

* Install FreePOPs.
* Select All Programs | FreePOPs | FreePOPs from the Start menu.
* Start Outlook Express.
* Select Tools | Accounts... from the menu in Outlook Express.
* Click Add and select Mail....
* Type your name.
* Click Next >.
* Enter your Windows Live Hotmail address ("hmmzl34@hotmail.com", for example).
* Click Next > again.
* Make sure POP3 is selected under My incoming mail server is a ___ server..
* Enter "localhost" under Incoming mail (POP3, IMAP or HTTP) server:.
* Type your ISP's mail server under Outgoing mail (SMTP) server:.
o Typically, you will use the same server you use for your other non-Windows Live Hotmail email account.
* Click Next >.
* Type your full Windows Live Hotmail address under Account name:.
* Enter your Windows Live Hotmail password under Password:.
* Click Next >.
* Click Finish.
* Highlight the newly created Windows Live Hotmail account in the Internet Accounts list.
* Click Properties.
* Go to the Advanced tab.
* Enter "2000" under Server Port Numbers | Incoming mail (POP3):.
* Click OK.
* Now click Close.


To access a Windows Live Hotmail or MSN Hotmail account in your email program or mobile device using POP or IMAP and IzyMail:

* Visit http://v3.izymail.com/register.aspx.
* Enter your full Windows Live Hotmail or MSN Hotmail address under eMail address:.
* Type your Windows Live Hotmail or MSN Hotmail password under Password:.
* Now type the numbers from the Validation code: CAPTCHA under Validation code:.
* Click FREE Registration ».
* Optionally, tweak settings under IzyMail Retrieval Options and sign up for a paid IzyMail subscription.

Set Up Your Email Program for IzyMail Windows Live Hotmail Access

Now you're ready to set up a new Windows Live Hotmail account in your email program or mobile device.
here is setting if your account not in the list.
Incoming mail (POP and IMAP):

* Account type: IMAP or POP.
o With IMAP, you can access all your Windows Live Hotmail folders. POP, however, is often faster. Try IMAP first if you can.

* For IMAP:
o IMAP server: in.izymail.com.
o IMAP port: 143.
o Require SSL: No.
o User name: your entire Windows Live Hotmail or MSN Hotmail email address.
+ Make sure you include "@hotmail.com". If your Windows Live Hotmail log-in name is "qwerty", for example, use "qwerty@hotmail.com" as the user name for IzyMail.
o Password: your Windows Live Hotmail or MSN Hotmail password.

* For POP:
o POP server: in.izymail.com.
o POP port: 110.
o Require SSL: No.
o User name: your full Windows Live Hotmail or MSN Hotmail address.
+ Make sure the user name includes the "@hotmail.com" part of your address. If your Windows Live Hotmail account name is "qwerty", for example, use "qwerty@hotmail.com" as the user name.
o Password: your Windows Live Hotmail or MSN Hotmail password.

Outgoing mail (SMTP):

* SMTP server: out.izymail.com.
* SMTP port: 25.
o Try port 587 if you run into problems sending mail with port 25.
* Require SSL: No.
* Require SMTP authentication: Yes.
* User name: Your full Windows Live Hotmail or MSN Hotmail address.
o Again, make sure you do include "@hotmail.com".
* Password: Your Windows Live Hotmail or MSN Hotmail password.

source:[http://email.about.com]

Enable Right Click On Sites That Disable It

These days lots of websites disable right clicking function of the mouse button. It's really, really annoying. This is done so that you don't steal (via right-click->save picture) their photos or images or any other goodies. Unfortunately, it disables all right-click functionality: copy, paste, open in new window.

But here's a trick to bypass that. But sadly it only works in Internet Explorer:
Follow these steps:

1. Open Internet Explorer.
2. Go to "Tools"->"Internet Options".
3. Click on the "Security" tab.
4. Then click on "Custom Level".
5. Scroll down to the "Scripting" section.
6. Now set "Active Scripting" to "Disable".
7. Now a dialog box will appear. Click yes to confirm the change.
8. Click "OK" and close the tools window.

Note: If this tweak causes some problem while surfing some sites, you'll have to turn that setting back to "Enable". This is because generally javascripts enhances a website.

 
Copyright © 2011 Blogger with Love | Themes by Edit-me.