Tuesday, February 23, 2010

Customize the Windows 7 or Vista Send To Menu

You’ve seen the SendTo folder in action any time you right-click a file and select the Send To folder from the context menu. What you might be unaware of is that you can customize the items in this menu.

Go ahead, right click a file. You should see something that looks like this:


To get to the SendTo folder, you’ll need to open up an Explorer window, and then paste in the following to the address bar.

%APPDATA%\Microsoft\Windows\SendTo

%APPDATA% is an environment variable that actually maps to something like C:\users\\AppData\Roaming.

You should now see a bunch of shortcuts:



Let’s say you wanted to add an item to the Send To menu to open files in Notepad. You could just drag a shortcut to Notepad into this folder, or create a new shortcut. Now you can see the new Notepad item in the menu:





This method should work for any application that allows you to open a file by using a command line argument.
Read More

Monday, February 15, 2010

Making Your Network Places in Win XP Faster

Windows XP usually scans all remote computers for scheduled task. This can cause your computer network runs extremely slow. You can modify this configuration by editing Registry Editor.
  1. Start - Run - then type : Regedit.exe (Open the Registry Editor)
  2. Go to HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/Current Version/Explorer/RemoteComputer/NameSpace.
  3. Under the NameSpace branch, locate the subkey named {D6277990-4C6A-11CF-8D87-00AA0060F5BF}.
  4. To make a backup copy of this key, right-click the key, and select Export.
  5. In the Export Registry File dialog box, select a folder, and give the file adescriptive name.
  6. Right-click the key, and select Delete.
  7. Close the Registry Editor, and restart Windows XP for the change to take effect.

Before you do editing Regedit.exe, I recommend that you back up your registy file first.
Read More

Saturday, February 13, 2010

Remove Blogger Nav bar



Untuk menyembunyikan Blogger Nav bar ikuti langkah berikut:
  1. Login ke Blogger account.
  2. Pilih Design - > Edit HTML
  3. Didalam Edit Template cari code
    <b:skin><![CDATA[


  4. Tambahkan kode ini dibawahnya :
  5. #navbar{height:10px; visibility:hidden; display:none}
  6. Simpan Template



.
Read More

Pasang Alexa Traffic Rank Button






Memasang Alexa dimaksudkan untuk mempermudah blogger mengetahui sejauh peningkatan ranking yang dicapai selama aktifitas ngeblog dilakukan. Mengetahui ranking blog melalui Alexa ditanggung tak akan mengecewakan karena situs ini sangat kredibel dan terpercaya untuk urusan yang berkaitan dengan trafic sebuah blog.

Jika blog kalian blom dipasang, sebaiknya segera lakukan registrasi di Alexa supaya kalian bisa segera tahu sejauh mana blog yang kalian kelola, serta sekaligus bisa tahu seberapa besar pengunjung yang mampir. Untuk Rgistrasi dan pasang widgetnya, silahkan ikuti panduan berikut ini :

Cara Registrasi dan Pasang Alexa di Widget Blog :

  1. Alexa : Segera datang ke Alexa dan daftarkan blog sampeyan. KLIK di link berikut untuk ke Alexa http://www.alexa.com.
  2. Register : KLIK link "Register" yang terletak di sebelah kanan atas.
  3. Register for an Account :
    • Email : Tulis alamat email.
    • Nickname : Tulis nama panggilan (User Name).
    • Full Name : Tulis nama lengkap.
    • Country : KLIK untuk memilih tempat domisili (Indonesia).
    • Register : KLIK "Register"
    contoh Registrasi


     
  4. Confirmation : Buka email, KLIK link konfirmasi.
  5. Login : Login ke Alexa dengan menggunakan Account yang baru saja di registrasi.
  6. Lanjutkan dengan KLIK "Site Tools" yang terletak di bagian atas kanan-tengah.
  7. KLIK "Alexa Site Widgets" (terletak di baris kedua tengah).



  8. Alexa Traffic Widgets : Tulis alamat blog (URL) dan lanjutkan KLIK "Build Widget" .
  9. Alexa Traffic Rank Button : Pilih di antara 3 (tiga) button yang disediakan Small, Regular, Banner). Lanjutkan dengan Copy kode "Alexa Traffic Rank Button".
  10. Buka Halaman Posting: KLIK Posting mode "HTML", Paste kode "Alexa Traffic Rank Button", kemudian KLIK "Simpan".

.
Read More

Friday, December 25, 2009

Rapidshare Search Engine

Rapidshare Search Engine

  1. Rapidshare Search Engine - Rapid4me.com Rapid4Me.com - Rapidshare Search Engine. Find and download Music, Video, Games, Books on Rapidshare.
  2. Rapidshare Search - UseMePlz.com
  3. Rapidshare-search-engine.com - Find any file on rapidshare.
  4. Rapidshare Search Engine - Rapidshare1.com Rapidshare search engine, search rapidshare files, free unlimited rapidshare download and search.
  5. Rapidshare Search Search rapidshare files posted all over the internet in seconds.
  6. DownArchive - Your Future Downloads
  7. Rapidshare TvPHP - Rapidshare Search Engine Rapidshare files download, Our system daily update and checked working links
  8. Rapidshare Files Search and Megaupload Links Download. Search RapidShare and Megaupload files easy and fast. Over 3 millions files stored in database.
Read More

Tuesday, December 15, 2009

Yahoo Messenger invisible detectors

Read More

SyntaxHighlighter

A quick workaround for Blogger can be to embed your source between:
tags in order to prevent them from getting parsed.
E.g.

Simple Code
refresh_pattern -i v5.windowsupdate.microsoft.com/.*\.(cab|exe)    4320 100% 43200 reload-into-ims
refresh_pattern -i windowsupdate.com/.*\.(cab|exe) 4320 100% 43200 reload-into-ims
refresh_pattern -i download.microsoft.com/.*\.(cab|exe) 4320 100% 43200 reload-into-ims

Site


For SyntaxHighlighter 2.0 & above:
Any code you want to be placed & displayed using SyntaxHighlighter must be enclosed in:
#######YOUR CODE############


PHP Code
//
// Create date/time from format and timezone
//
function create_date($format, $gmepoch, $tz)
{
global $board_config, $lang;
static $translate;

if ( empty($translate) && $board_config['default_lang'] != 'english' )
{
@reset($lang['datetime']);
while ( list($match, $replace) = @each($lang['datetime']) )
{
$translate[$match] = $replace;
}
}

return ( !empty($translate) ) ? strtr(@gmdate($format, $gmepoch + (3600 * $tz)), $translate) : @gmdate($format, $gmepoch + (3600 * $tz));
}


C\C++
/* This is a handler normally called by comm_close() */
static void
connStateFree(int fd, void *data)
{
ConnStateData *connState = data;
dlink_node *n;
clientHttpRequest *http;
debug(33, 3) ("connStateFree: FD %d\n", fd);
assert(connState != NULL);
clientdbEstablished(connState->peer.sin_addr, -1); /* decrement */
n = connState->reqs.head;
while (n != NULL) {
http = n->data;
n = n->next;
assert(http->conn == connState);
httpRequestFree(http);
}
if (connState->auth_user_request)
authenticateAuthUserRequestUnlock(connState->auth_user_request);
connState->auth_user_request = NULL;
authenticateOnCloseConnection(connState);
memFreeBuf(connState->in.size, connState->in.buf);
pconnHistCount(0, connState->nrequests);
if (connState->pinning.fd >= 0)
comm_close(connState->pinning.fd);
cbdataFree(connState);
#ifdef _SQUID_LINUX_
/* prevent those nasty RST packets */
{
char buf[SQUID_TCP_SO_RCVBUF];
while (FD_READ_METHOD(fd, buf, SQUID_TCP_SO_RCVBUF) > 0);
}
#endif
}


Perl
function alert_showmsg(msgs)
{
var whole_msg="";
var first_elmnt=null;
for(var m=0;m < msgs.length;m++)
{
if(null == first_elmnt)
{
first_elmnt = msgs[m]["input_element"];
}
whole_msg += msgs[m]["msg"] + "\n";
}

alert(whole_msg);

if(null != first_elmnt)
{
sfm_set_focus(first_elmnt);
}
}
Css
/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
background-color: #E5E5E5;
scrollbar-face-color: #DEE3E7;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #DEE3E7;
scrollbar-3dlight-color: #D1D7DC;
scrollbar-arrow-color: #006699;
scrollbar-track-color: #EFEFEF;
scrollbar-darkshadow-color: #98AAB1;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #006699; }
a:hover { text-decoration: underline; color : #DD6900; }
hr { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}
Bash
#! /bin/sh
# From configure.in Revision: 1.430.2.11 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for Squid Web Proxy 2.7.STABLE3.
## --------------------- ##
## M4sh Initialization. ##
## --------------------- ##

# Be more Bourne compatible
DUALCASE=1; export DUALCASE # for MKS sh
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
emulate sh
NULLCMD=:
# Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
# is contrary to our usage. Disable this feature.
alias -g '${1+"$@"}'='"$@"'
setopt NO_GLOB_SUBST
else
case `(set -o) 2>/dev/null` in
*posix*) set -o posix ;;
esac

fi




.
Read More