Showing posts with label Tips Tricks. Show all posts
Showing posts with label Tips Tricks. Show all posts

Sunday, March 11, 2012

Registry Windows Vista

IMPORTANT NOTE!:
  • Just like previous posts Registry is a determinant of how the Windows Vista OS, therefore the person who tinkers registry means tinkering with the workings of Windows Vista you.
  • To avoid the trouble, before tinkering with the Registry, it's good to do a backup first.
Hide the My Recent Documents
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Click the Edit menu> New> DWORD Value and name NoRecentDocsMenu. Then double click on DWORD Value, and give the numbers 1 to activate it.

Hiding Menu Find
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Click the Edit menu> New> DWORD Value and name NoFind. Then double click on the DWORD Value and give value 1 to activate it. Restart the computer.

ClearType In Logon Screen
HKEY_USERS \. DEFAULT \ Control Panel \ Desktop
Double click FontSmoothingType and enter the number 2 in the Value Data.

Creating Different Views On Logon Window
HKEY_USERS \. DEFAULT \ Software \ Microsoft \ Windows \ CurrentVersion \ ThemeManager
Double click Metallic ColorName and enter your text in Value Data.

Hiding the Control Panel from the Start Menu
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer \ Advanced
Find a value named Start_ShowControlPa Channel and double click on the section. Enter the number 0 in Value Data.

Hide menu My Pictures From the Start Menu
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer \ Advanced
Double click on Start_ShowMyPics and enter the number 0 in the Value Data.

Eliminating Username On the Start Menu
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Select Edit> New> DWORD Value and name NoUserNameInStartMenu. Double click NoUserNameInStartMenu and insert value 1 in Value Data.

Hide the My Recent Documents
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer \ Advanced
Double click on Start_ShowRecentDoc s and insert value 0 in Value Data.

Disabling Right-click the Desktop
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a new DWORD Value and give name NoViewContextMenu. Double click on NoViewContextMenu and insert value 1 in Value Data.

Hiding the System Properties Control Panel
HKEY_CURRENT_USER \ Control Panel \ do not load
Make a new String Value and give name sysdm.cpl. Double click Yes sysdm.cpl and insert input in the Value Data.

Disabling Display Properties
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies
On the Policies subkey, create a new key with the way Edit> New> Key and name it System. Then in the System subkey, create a new DWORD Value and give name NoDispCPL. Double click NoDispCPL and insert value 1 in Value Data.

Hiding Drive
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Select Edit> New> DWORD Value and name NoDrives. Double-click the drive NoDrives and determine which one to be eliminated in the Value Data. For example: if you want to remove drive E:, enter the number 16 in the Value Data. Combination of numbers in the Value Data is as follows:
A:> 1
B:> 2
C:> 4
D:> 8
E:> 16
F:> 32
G:> 64
H:> 128
I:> 256
A:> 512
K:> 1024
L:> 2048
M:> 4096
All:> 67108863

Cleaning the Registry Trash
HKEY_CLASSES_ROOT \ Application
HKEY_CURRENT_USER \ Software
HKEY_LOCAL_MACHINE \ SOFTWARE
Select one subkey that is the name of the software you want to delete, then press the Del key.

Trash Clean Uninstall
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ Uninstall
Delete the subkey that has the same name as the package is uninstalled.

Disabling Autorun Function
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Double-click NoDriveTypeAutoRun, and insert number 95 in the Value Data.

Full Screen Mode in Internet Explorer
HKEY_CURRENT_USER \ Software \ Microsoft \ Internet Explorer \ Main
Double-click fullscreen and entering the text Yes in Value Data.

Hiding Help And Support
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a new DWORD Value-Menu Edit> New> DWORD Value, and name NoSMHelp. Then double click on NoSMHelp and content with value 1 in Value Data. Restart the computer.

Unload. Etc. To Accelerate Access Memory
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Explorer
Select Edit menu> New> Key and name the AlwaysUnloadDLL. In the Default Value option enter the number 1.

Hide the Device Manager
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies
Select Edit menu> New> Key and name it System. In the System subkey create a new DWORD Value and give name NoDevMgrPage. Double click NoDevMgrPage and insert value 1 in Value Data.

Friday, March 2, 2012

How To Make a Spoiler For The Blog

Spoiler is a means used to hide a link or a collection of links, a collection of text, images, whole or in part of the blog posts and others by using a combination of html and javascript code. The goal is to save space or space in a post or sidebar. Another advantage of using Spoiler is able to reduce the loading time, the intention is, if we use the spoiler in the picture, then our blog will not be affected by the burden of loading can be burdensome. Spoiler can also be used to hide the video so that loading is not heavy.

For example in the post World's Longest Blog Comments, thereafter the contents of a very long comment I hide a Spoiler, so it can be opened and closed. It is conceivable if the text is displayed as is without spoilers then it will take some space and the entire post will be very long and damage the look of the blog.

How to Make Spoiler:

1. How to make a Spoiler without background color.

<div id="spoiler">
<div>
<input name="button" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')['show'].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')['show'].style.display = ''; this.parentNode.parentNode.getElementsByTagName('div')['hide'].style.display = 'none'; this.innerText = ''; this.value = 'CLOSE'; } else { this.parentNode.parentNode.getElementsByTagName('div')['show'].style.display = 'none'; this.parentNode.parentNode.getElementsByTagName('div')['hide'].style.display = ''; this.innerText = ''; this.value = 'LOOK AGAIN'; }" style="font-size: 11px; font-weight: bold; margin: 5px; padding: 0px;" type="button" value="Spoiler Without a Background Sample" /></div>
<div id="show" style="border: 1px solid white; display: none; margin: 5px; padding: 2px; width: 98%;">
<div style="text-align: justify;">
Spoiler in the further understanding that it is a way used to hide a link or a collection of links, a collection of text, images, whole or in part of this blog post and others by using the html code. The goal is to save space or space in a post or sidebar. Another advantage of using Spoiler is able to reduce the loading time, the intention is, if we use the spoiler in the picture, then our blog will not be affected by the burden of loading can be burdensome. Spoiler can also be used to hide the video so that loading is not heavy.</div>
</div>
<div id="hide">
</div>

2.SPOILER WITH BORDER AND BACKGROUND COLORS
<div id="spoiler">
<div><input style="font-size: 11px; font-weight: bold; margin: 5px; padding: 0px;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')['show'].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')['show'].style.display = ''; this.parentNode.parentNode.getElementsByTagName('div')['hide'].style.display = 'none'; this.innerText = ''; this.value = 'Close'; } else { this.parentNode.parentNode.getElementsByTagName('div')['show'].style.display = 'none'; this.parentNode.parentNode.getElementsByTagName('div')['hide'].style.display = ''; this.innerText = ''; this.value = 'Show again'; }" name="button" type="button" value="SPOILER WITH BORDER AND BACKGROUND COLORS" /></div>
<div id="show" style="border: 1px solid white; display: none; margin: 5px; padding: 2px; width: 98%;">
<div style="color: #000000; background: none repeat scroll 0% 0% #ebf3fb; border: 1px solid #aaccee; padding: 7px; margin: 0px;">
<p style="text-align: justify;">Spoiler in the further understanding that it is a way used to hide a link or a collection of links, a collection of text, images, whole or in part of this blog post and others by using the html code. The goal is to save space or space in a post or sidebar. Another advantage of using Spoiler is able to reduce the loading time, the intention is, if we use the spoiler in the picture, then our blog will not be affected by the burden of loading can be burdensome. Spoiler can also be used to hide the video so that loading is not heavy.</p>
</div><div id="hide"></div></div></div>

Description:
<Div style = "color: # 000000; = This is to change the text color background: # EBF3FB; = This is to change the background color border: 1px solid # AACCEE; = This is for size and border color

Html Color Code Chart For Blog

For those of you who like to work especial you may post this blog can help you to change the look of your blog more interesting. Here is a collection of collection of color code, color code is often used to edit the template for the needy `or` widgets please copy and paste the color code it, how to use it, copy and paste text, for example for the color white is # FFFFFF code themselves, please try, and good for use 
And Many More :
#FFFFFF
#FFFFCC
#FFFF99
#FFFF66
#FFFF33
#FFFF00
#FFCCFF
#FFCCCC
#FFCC99
#FFCC66
#FFCC33
#FFCC00
#FF99FF
#FF99CC
#FF9999
#FF9966
#FF9933
#FF9900
#FF66FF
#FF66CC
#FF6699
#FF6666
#FF6633
#FF6600
#FF33FF
#FF33CC
#FF3399
#FF3366
#FF3333
#FF3300
#FF00FF
#FF00CC
#FF0099
#FF0066
#FF0033
#FF0000

2
#CCFFFF
#CCFFCC
#CCFF99
#CCFF66
#CCFF33
#CCFF00
#CCCCFF
#CCCCCC
#CCCC99
#CCCC66
#CCCC33
#CCCC00
#CC99FF
#CC99CC
#CC9999
#CC9966
#CC9933
#CC9900
#CC66FF
#CC66CC
#CC6699
#CC6666
#CC6633
#CC6600
#CC33FF
#CC33CC
#CC3399
#CC3366
#CC3333
#CC3300
#CC00FF
#CC00CC
#CC0099
#CC0066
#CC0033
#CC0000

3
#99FFFF
#99FFCC
#99FF99
#99FF66
#99FF33
#99FF00
#99CCFF
#99CCCC
#99CC99
#99CC66
#99CC33
#99CC00
#9999FF
#9999CC
#999999
#999966
#999933
#999900
#9966FF
#9966CC
#996699
#996666
#996633
#996600
#9933FF
#9933CC
#993399
#993366
#993333
#993300
#9900FF
#9900CC
#990099
#990066
#990033
#990000

4
#66FFFF
#66FFCC
#66FF99
#66FF66
#66FF33
#66FF00
#66CCFF
#66CCCC
#66CC99
#66CC66
#66CC33
#66CC00
#6699FF
#6699CC
#669999
#669966
#669933
#669900
#6666FF
#6666CC
#666699
#666666
#666633
#666600
#6633FF
#6633CC
#663399
#663366
#663333
#663300
#6600FF
#6600CC
#660099
#660066
#660033
#660000

5
#33FFFF
#33FFCC
#33FF99
#33FF66
#33FF33
#33FF00
#33CCFF
#33CCCC
#33CC99
#33CC66
#33CC33
#33CC00
#3399FF
#3399CC
#339999
#339966
#339933
#339900
#3366FF
#3366CC
#336699
#336666
#336633
#336600
#3333FF
#3333CC
#333399
#333366
#333333
#333300
#3300FF
#3300CC
#330099
#330066
#330033
#330000

6
#00FFFF
#00FFCC
#00FF99
#00FF66
#00FF33
#00FF00
#00CCFF
#00CCCC
#00CC99
#00CC66
#00CC33
#00CC00
#0099FF
#0099CC
#009999
#009966
#009933
#009900
#0066FF
#0066CC
#006699
#006666
#006633
#006600
#0033FF
#0033CC
#003399
#003366
#003333
#003300
#0000FF
#0000CC
#000099
#000066
#000033
#000000

7
#465584
#EEF2F7
#3A4F6C
#00D
#434951
#555
#777
#DFE6EF
#345487
#F5F9FD
#3860BB
#BCD0ED
#C2CFDF
#F0F5FA
#D1DCEB
#003
#900
#CCE9FD
#E4EAF2
#4C77B6
#DFE6EF
#EEF2F7

Make Rainbow Color Link For Blog

Many ways are made by every blogger to make their blogs look pretty impressed, unique and various . Among the modifications to existing templates,Want to make a link on your blog and rainbow-colored flashes when touched by a pointer? It is very easy .Easy anyway, follow these steps:
  •  In the circumstances loggin,
  • Log in menu templates,
  • Click on Edit HTML,
  • Find <head> code,(control + F)
Then copy and paste the following code just below the last code:

<script language='javascript' src='http://sites.google.com/site/amatullah83/js-indahnyaberbagi/LinkPelangi.js'/> 

  • Save Template.and Good luck.

Deadly Right Click on Mouse For Blog

Maybe you often open a blog site that prohibits the right to be clicked by visitors or in other words specifically to disable right click on your blog / website only. The purpose of this is to disable to protect the content or photos that you have to be copied by others with interests that we do not know. Well Following have javascript to disable namely:
<script language=JavaScript>
<!--

//Matikan Klik Kanan

var message="";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}

document.oncontextmenu=new Function("return false")
// -->
</script>



The script is copied to your blog by way of:
1. Click on Layout and select edit html
2. Find <head> code Copy the code below.
3. Save.
4. Please try! and Good Luck

Tuesday, February 21, 2012

Top 45 Ways to increase your PageRank


Ways to increase your PageRank

    1. Buy a keyword rich domain at www.GoDaddy.com or www.NameCheap.com
    2. Build a one page site using www.Wordpress.org or www.MoonFruit.com
    3. Submit your sitemap to Google webmasters – you can create a sitemap using
    www.XML-Sitemaps.com
    4. Create a RSS feed using www.FeedYes.com
    5. Rotate the content on your site – add to or change your content every few days
    6. Write a press release and submit it to www.PublicityInsider.com/release.asp

    and then submit it 5 more top sites
    7. Create an account at www.Twitter.com for the EXACT keyword
    8. Create an account at www.Facebook.com for the EXACT keyword
    9. Submit your site to Web 2.0 networks using www.OnlyWire.com ($2 /mo) and
    create accounts with your exact keywords
    10. Get all of your RSS feeds submitted to an aggregator like www.FeedAgg.com
    11. Get relevant links from websites that rank for your targeted keyword
    12. Create a short 3 minute video and submit to multiple places using
    www.TubeMogul.com
    13. Put your URL first and use 150 characters in your www.Youtube.com video
    description
    14. Create a network of sites that you can syndicate your content on – build multiple
    sites and create RSS feeds to populate your sites with content
    15. Create a keyword targeted account on www.Delicious.com and post content
    regularly
    16. Create a target keyword account on blinklist.com and use syndicated content to
    populate
    17. Take the RSS feed of the press release you submitted to www.I-NewsWire.com
    and submit it to www.FeedAge.com
    18. Create a free account on www.JumpTags.com and submit your site
    19. Create a keyword rich account at www.Digg.com and post your content
    20. Write an article and submit to www.EzineArticles.com – create short articles
    minimum of 500 words with about 3% keyword density
    21. Post the same article on a www.Wordpress.com blog
    22. Post the same article on a keyword rich www.Blogger.com blog
    23. Create 3 articles and turn it into a PDF and then submit to www.DocStoc.com
    24. Ping your site (any URL you have created) using www.Pingomatic.com or
    www.Pingonat.com
    25. Turn your site text to audio using www.ISpeech.org
    26. Create an account at www.Acrobat.com and submit the audio
    27. Create an account at www.Audioboo.fm and submit the audio
    28. Create an account at www.Drop.io and submit the PDF you created earlier –
    use any account name but name your PDF with your targeted keyword
    29. Create an account at www.72Photos.com and get free photos at
    www.FreeDigitalPhotos.net and submit them
    30. Create an account at www.Expono.com and submit the same photos – create
    account using your keywords as the username
    31. Create a keyword rich account at www.Indenti.ca and submit your audio/PDF
    32. Create an account at www.Ping.fm and submit your website – load in all your
    URLs
    33. Create a software app/toolbar at www.Conduit.com and give it away to your
    list/JV’s etc.
    34. Submit your software to software directories using www.Willemssoft.be
    35. Create a keyword rich account at www.RapidShare.com and submit PDF’s,
    audios, etc.
    36. Submit your site to all 379 free sites at www.SubmitHelper.com
    37. Submit your site to web directories at www.FreeWebSubmission.com
    38. Submit your site to www.OneWayTextLink.com to get a relevant link back
    39. Leave comments on related blogs that you find using www.FastBlogFinder.com
    40. Leave comments on related .edu blogs – www.EduBlogFinder.com
    41. Create a blended RSS feed from all your sites – www.RSSMix.com
    42. Create an account and submit your PDF (ebook) at www.e-Library.net using
    your keyword as your title
    43. Rewrite your original article in under 3 minutes using www.MasiveSubmitter.com
    use submit
    44. Post on relevant forums in your niche use www.ISEOTools.com/free-forumposter-
    software to find them
    45. Submit EVERY piece of content, blog, video, picture, RSS feed