Visual identity

If you want promote your business, then you have come to the right place. more »

Unique solutions

If you want promote your business, then you have come to the right place. more »

Live support

If you want promote your business, then you have come to the right place. more »
Showing posts with label Tips And Tricks. Show all posts

How To Enable Javascript In Firefox 23

Posted by Unknown

 How To Enable Javascript In Firefox 23

How To Enable Javascript In Firefox 23

In Firefox 23, as part of an effort to simplify the Firefox options set and protect users from unintentially damaging their Firefox, the option to disable JavaScript was removed from the Firefox Options window.
However, the option to disable JavaScript was not removed from Firefox entirely. You can still access it from about:config or by installing an add-on.
about:config
  1. In the address bar, type "about:config" (with no quotes), and press Enter.
  2. Click "I'll be careful, I promise"
  3. In the search bar, search for "javascript.enabled" (with no quotes).
  4. Right click the result named "javascript.enabled" and click "Toggle". JavaScript is now disabled.
To Re-enable JavaScript, repeat these steps.
Add-ons
You can alternatively install an add-on that lets you disable JavaScript, such as
  • No-Script (to disable JavaScript on a per page basis, as required)
  • QuickJava (to easily disable and enable JavaScript, automatic loading of images, and other content) 

more »

How to Insert Adsense Ads Below Post Title - Blogger

Posted by Unknown
How to Insert Adsense Ads Below Post Title - Blogger
Adsense works great on content receiving good traffic from search engines, because it is a targeted keyword based PPC ad network. but if you receive good traffic from search engines and still don't make considerable income with it then you might be doing  some mistakes somewhere in implementation, and ads placements is included in this. So make sure your ads are on the right placements where visitors pay attention at first. We can implement Google ads on any platform or manually created websites, we can insert the ads wherever we want into our pages. But the problem is with blogger blogs, when you use blogger.com for your blog then you are limited to add third party widgets only by using HTML/JavaScript widget in the Layout area. You don't have direct access to the blog post body or Single post in WordPress. Therefore, it becomes headache when you want to insert Adsense ads inside your blog posts, and this is very necessary because the best positions for Google ads are; the header, the post body, below the posts and the sidebar. You can use the header in some templates and sidebar in every template, but the main placement is below the post titles in blogger.


But as you might know that blogger.com is built within XML which doesn't allow some characters inside scripts such as >, +, <, && and so on. Therefore, we'll need to alter the ad codes to make it possible.

So this post is all about inserting Google ads below post titles in Blogger for increasing your CTR (Click rate on ads), and the revenue. obviously, when CTR get boosted, the revenue get increased.

I won't take your much time, and I've simplified the tutorial, you just need to follow the tips and easily insert Google Ads below post titles in blogger. And you'll see a dramatic change in your earning and CTR. Let's start how to do this.

    Login into your Adsense account: Adsense Home Page.
    Go to my Ads at top left side and click My Ads >> Create a new Ad unit
    Now make the settings for new ad unit as per your choices (See Below picture for example)
How to Insert Adsense Ads Below Post Title - Blogger

4. Select an ad unit of 300*250 which is best for inserting after the post titles in blogger and click the Save and Get code button which is highlighted in the screen shot.

5. You'll get a pop up in which the generated code for the ad unit will be looking like this image:

How to Insert Adsense Ads Below Post Title - Blogger

6. Just copy all the code and paste into this tool Adsense Code Converter.
The above tool actually converts the characters to be accepted by blogger core, because blogger in fact doesn't allow illegal characters like <,>,+,&& and so on, so therefore, you need to convert the code by using above tool, so it will convert all the illegal characters to the accepted ones.

Now your converted code should be looking like this: 


&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;ca-pub-XXXXXXXXXXXXXX&quot;;
/* XXXXXXX */
google_ad_slot = &quot;XXXXXX&quot;;
google_ad_width = 300;
google_ad_height = 250;
//--&gt;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot;
src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
&lt;/script&gt;

All the illegal characters are now removed by that tool and this code is now acceptable for blogger. Now for adding the code to blogger follow these steps (In Blogger New Edit HTML):

Blogger >> Template >> Edit HTML >> Jump to Widget >> Blog1 >> Find var='post'
When you found var='post' just click the arrow at the left side for expanding that widget
Now when the widget is expanded, search for this code: <data:post.body>
Just before <data:post.body> paste the converted code
Now your code should be looking like this:


&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;ca-pub-XXXXXXXXXXXXXX&quot;;
/* XXXXXXX */
google_ad_slot = &quot;XXXXXX&quot;;
google_ad_width = 300;
google_ad_height = 250;
//--&gt;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot;
src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
&lt;/script&gt;
<data:post.body/>


This is for displaying the ads below the post title, if you want to insert the ads below the post then simply paste the converted code below <data:post.body> tag. So the ads will be showing up below the post.

But in above code there is a problem, the ads will be appearing on the home page as well as on single posts, and we don't want that because we need this unit to be displayed only on single posts, not on home page. So we'll need to add an if statement which is a XML tag in blogger, so now you should be inserting the ads along with these two conditional tags like this: 


<b:if cond='data:blog.pageType == &quot;item&quot;'>
&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;ca-pub-XXXXXXXXXXXXXX&quot;;
/* XXXXXXX */
google_ad_slot = &quot;XXXXXX&quot;;
google_ad_width = 300;
google_ad_height = 250;
//--&gt;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot;
src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
&lt;/script&gt;
</b:if>


Now by inserting the <b:if></b:if> tags we are actually making the codes to appear only on post pages, but not on home page.

You can also use the <center></center> tags if you want the ads to be centered align. Just add the <center> tag before the ad code and </center> at the end of the ad code, so the ads will be centered align.

Conclusion
By doing this, you are not gonna violating any program policy of Google Adsense, because this is necessary for inserting the ads inside blog posts, and also you are just converting the characters to alternative characters. This doesn't mean you are changing or altering the entire ad code. So don't worry and take it easy.

I hope you'll insert Google ads easily by following all the steps mentioned in this tutorial. However, if you faced any difficulty then I'm always here to help you out, just leave your comment. Take Care!
more »

How To Protect Your SSL Info Over The Internet

Posted by Unknown


Encrypted files: files easily understood by unauthorized people can not change the data using algorithms and other procedures.
SSL (HTTPS): Acronym for secure socket layers used for online traffic encryption standard security technologies adopted a national level.
Black hat / encrypted data: packet sniffing are 3 categories, this post will focus on type 2. Type 1 packet sniffing you already read my posts, I recommend you to do so now.

Difference between type 1 and type 2
The main difference between the 2 procedures involved a couple of extra steps that are due. For non-malicious purposes, type 1 and type 2 was the second most used is totally different. Additional measures to decrypt packets to your computer to install openSSL is required. This method is not the only way to decrypt SSL but I think this is the easiest way.
Why OpenSSL
OpenSSL wire shark animal force of IE your packet analysis is required for procedures other than procedures using algorithmic software system is required to decrypt packets.
Should I worry about type 2?
You must use the public network VPN tunnel so you can protect yourself from.
more »

How To Protect Your Site From Hackers

Posted by Unknown
How To Protect Your Site From Hackers

Firewall:
By hardware or network on your computer to prevent unauthorized access software running in the background.
PC:
A personal computer (not a server, workstation or Mac) Windows 7/8 to protect yourself from hackers
Windows security known for, is worried that if it is better not switch to Linux

Antivirus: scans for viruses and Delete them, which.
Security Suite: the virus or virus-like activity to seek a Antivirus, firewall and active protection covers.
Safety Suggestion (optional) - Linux install all the other steps
Step 1 is hack
In your computer, open ports and use remote desktop to get the two important successes. Windows Firewall with a free firewall software for your Windows download and install ZoneAlarm, you will not have a security suite you if you need something a little more powerful terrible. Because every firewall is different for each firewall for step instructions step is impossible.
ESET
Setup> Network> Personal Firewall> Firewall filtering mode and automatic user profile, not Go
Norton
Settings> Smart Firewall> configure> Advanced settings >> configure program rules.
ZoneAlarm
The default port automatically closes unused by
Step 2 is not free
Redundant and unused ports all around you people believe that you can not remote desktop is needed. Disable the Remote Desktop Services Manager The easiest way to open (search service and click the first one) to do so, the minister shut the. Service Manager, the "Remote Desktop Services" and lack "the Netlogon" lack.
Step 3 not hack

At this point, you save yourself two important attacks, but still not safe in windows common insecurity. The only way to protect yourself from exploits updates to keep your windows and the windows defender (free Microsoft software) and installed.
Step 4 will hack
SSL not use any public network.
It may take some of these steps, but you can not always safe.

more »

Globe Broadband Huawei BM622i admin Password

Posted by Unknown
Globe Broadband Huawei BM622i admin Password

Globe Broadband Huawei BM622i admin Password

How to login on Globe Broadband 4G WiMAX CPE Huawei BM622i latest updated firmware 2011 or the so called V100R001PHLC08B025. First open up any of your favorite browser, on the address bar type http://192.168.254.1 which is the default web graphical interface (gui) IP address of the Huawei BM622i device.
Globe Broadband Huawei BM622i admin Password

Globe Broadband Huawei BM622i admin Password


Before you can login to admin account/privilege you must be login using user account,  Username is user and the Password is 0SlO051O. To clarify the password it is Zero(0) - Captial(s) - small(L) - Capital(o) - Zero(0) - Five(5) - One(1) - Capital(o). You can check this previous post on how to login on Globe Broadband 4G WiMAX Huawei Bm622i using default username and password.
Globe Broadband Huawei BM622i admin Password

Globe Broadband Huawei BM622i admin Password

Once you are able to login using user account with the default username and password, look for WAN MAC address an example is on screenshot above F4:C7:14:6B:F3:D1. Copy the twelve (12) digit hexadecimal WAN MAC address except/remove the semi-colon e.g. F4C7146BF3D1, now open your Huawei wififree.exe password generator paste the twelve (12) digit hexadecimal WAN MAC address e.g. F4C7146BF3D1 then click generate the result will be your admin password.
more »

320X Fresh Socks 5 Proxy Servers 2013

Posted by Unknown
320X Fresh Socks 5 Proxy Servers 2013

320X Fresh Socks 5 Proxy Servers 2013

 320X Fresh Socks 5 Proxy Servers 2013

SOCKS is short for Socket Secure which is an Internet protocol that routes network packets between a client and server through a proxy server. And that proxy server is thus called SOCKS proxy server. SOCKS protocol is mostly used for SOCKS proxy to bypass Internet filters to access websites and contents that are blocked by governments, workplaces or schools. So when we saying SOCKS we most time mean SOCKS proxy.

320X Fresh Socks 5 Proxy Servers 2013

Normally speaking, there are two versions of SOCKS – SOCS5 and SOCKS4. For us end users, they are different in 2 parts :

320X Fresh Socks 5 Proxy Servers 2013

SOCKS4 can handle protocols (like TELNET, FTP, HTTP, GOPHER, etc) eonly based on TCP whereas SOCKS5 can support both TCP and UDP. SOCKS5 is much more secure than SOCKS4, it supports user authentication whereas SOCKS4 has no such feature.

320X Fresh Socks 5 Proxy Servers 2013

As a SOCKS proxy server, it is always combined with both SOCKS5 proxy and SOCKS4 proxy. And for many network applications, users are able to choose whether to use SOCKS4 proxy or SOCKS5 proxy.

SOCKS4 proxy or SOCKS5 proxy.

100.1.115.234:53795
100.1.115.234:5794
108.0.36.227:47675
108.21.59.69:45143
108.23.61.123:47619
108.28.247.72:47343
108.6.218.249:28915
115.252.100.245:1080
116.228.205.214:1080
12.132.90.25:2011
12.237.251.194:52387
120.147.21.103:46431
120.88.10.239:1080
121.204.0.20:1080
121.22.19.210:1080
123.236.246.100:1080
123.237.98.19:1080
124.125.157.215:1080
124.160.111.34:1080
139.84.239.98:19227
141.255.160.144:1200
146.115.61.107:1328
146.115.61.107:21642
146.185.26.198:5161
173.0.41.53:32400
173.17.87.241:20582
173.18.181.67:1350
173.189.37.229:8745
173.190.218.30:41154
173.2.129.35:1218
173.216.6.128:23076
173.217.65.153:3239
173.217.74.204:1273
173.217.74.204:17549
173.3.136.208:1168
173.54.5.44:1794
173.61.202.137:15645
173.65.150.28:59561
173.69.45.137:1118
173.70.92.19:29675
173.72.104.220:58379
173.74.128.59:61665
173.81.157.16:46543
173.88.243.186:20671
173.9.184.69:13023
173.9.184.69:35894
174.100.247.168:3329
174.100.247.168:36818
174.102.30.62:64930
174.130.134.71:53187
174.34.223.144:5229
174.44.135.158:7033
174.44.15.51:16054
174.44.15.51:52290
174.44.63.161:2011
174.44.63.161:34261
174.44.63.161:42059
174.50.199.209:5619
174.55.206.194:54339
174.60.78.16:45373
176.25.185.167:31935
176.34.248.142:9050
176.65.131.144:1080
176.65.131.180:1080
178.158.187.165:33099
180.153.103.114:1080
184.58.153.229:1580
187.28.115.84:10627
188.17.153.192:1080
198.144.158.89:1080
199.127.102.235:2005
199.83.227.50:1196
202.112.50.140:1080
202.198.17.141:1080
202.38.95.66:1080
202.96.33.216:1080
203.58.27.187:1390
205.178.82.92:1690
205.178.82.92:49701
206.53.12.147:43690
206.72.201.92:1080
207.144.5.176:1095
207.75.208.91:1080
207.75.211.3:1080
207.96.241.74:49939
208.123.246.227:54685
210.29.130.61:1080
211.232.93.13:1080
213.218.120.203:1080
216.186.138.44:31618
216.186.138.44:6567
216.199.104.198:50350
216.215.57.157:38733
216.82.194.155:45831
217.12.215.17:1080
217.219.182.108:1080
218.197.95.245:1080
220.162.14.114:1080
220.189.251.198:1080
221.124.205.234:22332
24.101.156.212:10456
24.126.108.88:1611
24.140.117.161:9275
24.146.151.199:45191
24.146.160.248:28281
24.155.231.32:16863
24.155.231.32:21013
24.159.153.105:4727
24.160.154.66:31197
24.186.6.226:1583
24.191.93.15:18713
24.192.47.144:59450
24.206.88.38:1819
24.214.161.117:54425
24.4.241.67:16583
24.45.182.26:53765
24.6.108.215:1887
24.60.138.133:1941
24.91.109.83:21045
24.98.63.17:47513
37.49.37.230:39203
37.59.71.171:1080
41.231.15.21:1080
41.78.239.1:1080
46.150.75.83:1080
46.21.155.143:1010
46.4.214.126:9050
58.210.206.239:1080
59.90.11.34:1080
59.90.112.237:1080
63.142.102.217:1533
64.111.62.140:19250
64.121.215.249:1867
64.121.215.249:39059
64.121.49.194:1394
64.33.142.60:39962
64.53.207.142:1958
64.89.83.210:49145
65.175.138.252:15536
65.175.138.252:18961
65.32.228.88:47157
65.32.250.7:8493
65.96.116.160:1521
66.182.230.206:31362
66.182.230.206:37830
66.189.10.40:1422
66.243.223.143:40495
66.65.81.22:1120
66.65.81.22:45317
66.7.126.183:1252
66.7.126.183:2875
67.160.55.1:51302
67.166.132.245:20766
67.171.88.53:1936
67.173.210.235:15669
67.173.210.235:21064
67.174.26.159:1424
67.175.74.80:13245
67.181.174.97:1058
67.185.14.108:3659
67.188.179.74:21828
67.189.200.185:26865
67.189.200.185:37592
67.222.203.132:1258
67.222.203.132:19310
67.222.203.194:1629
67.241.55.244:32072
67.81.13.128:1421
67.81.13.128:53366
67.81.63.218:18591
67.83.89.213:54334
67.86.1.27:1688
68.187.202.244:1154
68.187.202.244:41898
68.187.250.185:17725
68.205.238.243:43486
68.227.126.214:5807
68.34.205.133:1354
68.37.117.27:1682
68.37.60.250:21033
68.42.241.98:14454
68.46.150.64:19575
68.50.179.47:28557
68.50.226.254:42644
68.54.207.148:1168
68.60.108.29:22947
68.65.138.106:1027
68.65.138.106:31137
68.66.173.127:32625
68.80.47.166:15510
68.80.47.166:54279
68.82.26.41:47692
68.97.2.181:16948
69.118.254.97:3643
69.119.71.122:38278
69.120.62.65:48672
69.121.36.119:1748
69.123.226.152:25901
69.125.207.9:1687
69.138.221.55:1971
69.138.221.55:33553
69.138.221.55:50984
69.140.30.70:29917
69.141.253.98:42110
69.198.199.54:39815
69.199.155.70:1725
69.216.247.251:18899
69.245.171.75:20005
69.247.199.252:45713
69.251.203.92:16960
69.7.90.110:52610
69.73.155.104:9091
69.73.155.105:8182
69.73.155.105:9091
69.73.27.13:14638
69.73.27.13:1830
70.107.224.116:27445
70.114.254.3:1471
70.28.80.61:36414
71.114.46.27:37769
71.12.181.11:1072
71.172.237.233:1454
71.172.237.233:38299
71.172.237.233:48225
71.182.152.6:23142
71.184.245.5:1614
71.185.234.133:1602
71.185.75.149:32907
71.187.199.96:1414
71.194.93.93:1299
71.194.93.93:37745
71.195.146.249:24605
71.195.28.45:2524
71.198.40.135:15747
71.200.19.253:1949
71.204.252.198:17971
71.207.150.224:29981
71.207.150.224:37798
71.207.20.158:1588
71.207.88.134:1233
71.207.88.134:30909
71.226.190.72:1167
71.227.34.119:29091
71.233.240.10:1644
71.60.164.181:36619
71.60.164.181:43253
71.64.14.229:36973
71.67.112.238:55757
71.79.245.167:1651
71.8.85.133:1300
71.8.85.133:28363
71.80.89.117:8269
71.84.74.3:5582
72.64.121.253:18263
72.78.136.71:22683
72.89.97.60:1865
74.142.173.85:50563
74.193.128.26:1860
74.58.181.105:18551
75.109.182.175:54028
75.118.0.81:19516
75.118.82.116:24537
75.127.139.74:1245
75.133.173.162:1721
75.187.184.87:26719
75.64.59.154:20727
75.64.59.154:25780
75.76.100.56:33118
76.107.179.7:32182
76.107.254.66:14367
76.111.190.60:1949
76.114.88.3:54051
76.118.65.122:1299
76.124.235.243:29535
76.125.166.70:1722
76.126.231.11:5043
76.15.157.238:1912
76.164.223.67:3327
76.178.57.131:16705
76.178.57.131:16917
76.180.178.225:1454
76.181.172.167:26876
76.187.104.23:1768
76.22.68.128:1825
76.31.32.136:52071
76.79.191.205:2019
76.84.134.231:4189
77.242.27.80:8741
77.98.122.94:33951
78.86.68.186:30649
78.93.54.248:1080
79.106.16.34:8741
80.62.217.19:9100
80.78.79.75:8058
80.82.64.115:1080
81.17.23.214:1111
85.192.165.62:1080
89.218.83.92:1081
90.150.9.38:1080
90.151.160.196:1080
90.151.160.197:1080
91.123.194.172:2214
91.225.172.178:1080
93.126.24.34:1080
93.167.245.58:1788
95.82.105.58:1080
96.228.151.219:49815
96.32.68.10:1134
96.60.142.82:1535
96.60.142.82:28479
97.81.136.68:4035
98.116.113.54:1180
98.116.113.54:28555
98.116.131.40:10015
98.117.201.93:35813
98.203.146.16:46481
98.204.197.51:1768
98.209.217.96:4773
98.211.149.208:3215
98.211.151.100:43701
98.222.169.158:26474
98.222.81.246:45944
98.228.37.103:1815
98.238.57.34:1281
98.243.148.116:57273
98.248.81.40:15689
98.248.81.40:8202
98.254.48.238:47839
98.30.13.112:2003
more »

Speed Up Windows XP in Seconds

Posted by Unknown

How to Speed Up Windows XP in Seconds

Maintenance and cleaning up of your PC should be part of a regular routine to ensure that you don’t have any long-term problems with the computer. Unfortunately most basic computer users may not understand the mechanics of a computer or may feel intimidated with the maintenance. Just follow the step by step to make your windows Faster as never before..
Speed Up Browsing
When you connect to a web site your computer sends information
back and forth. Some of this information deals with resolving the
site name to an IP address, the stuff that TCP/IP really deals with,
not words. This is DNS information and is used so that you will not
need to ask for the site location each and every time you visit the site.Although Windows XP and Windows XP have a pretty efficient DNS cache, you can increase its overall performance by increasing its size.You can do this with the registry entries below:Windows Registry Editor Version 5.00


 [HKEY_LOCAL_MACHINESYSTEM
CurrentControlSetServicesDnscacheParameters]
“CacheHashTableBucketSize”=dword:00000001
“CacheHashTableSize”=dword:00000180
“MaxCacheEntryTtlLimit”=dword:0000fa00
“MaxSOACacheEntryTtlLimit”=dword:0000012d


Make a new text file and rename it to dnscache.reg. Then copy and
paste the above into it and save it. Merge it into the registry.


Disable Indexing Services:

Indexing Services is a small little program that uses large amounts of RAM and can often make a computer endlessly loud and noisy. This system process indexes and updates lists of all the files that are on your computer. It does this so that when you do a search for something on your computer, it will search faster by scanning the index lists. If you don’t search your computer often, or even if you do search often, this system service is completely unnecessary. To disable do the following:

  • Go to Start
  • Click Settings
  • Click Control Panel
  • Double-click Add/Remove Programs
  • Click the Add/Remove Window Components
  • Uncheck the Indexing services
  • Click Next
Optimise Display Settings:

Windows XP can look sexy but displaying all the visual items can waste system resources.
To optimize:

  • Go to Start
  • Click Settings
  • Click Control Panel
  • Click System
  • Click Advanced tab
  • In the Performance tab click SettingsLeave only the following ticked:
- Show shadows under menus
- Show shadows under mouse pointer
- Show translucent selection rectangle
- Use drop shadows for icons labels on the desktop
- Use visual styles on windows and buttons
Speed Up Folder Browsing:
You may have noticed that every time you open my computer to
browse folders that there is a slight delay. This is because Windows XP automatically searches for network files and printers every time you open Windows Explorer.
To fix this and to increase browsing significantly:
  • Open My Computer
  • Click on Tools menu
  • Click on Folder Options
  • Click on the View tab.
  • Uncheck the Automatically search for network folders and
  • printers check box
  • Click Apply
  • Click Ok
  • Reboot your computer
Remove The Desktop Picture:

Your desktop background consumes a fair amount of memory
and can slow the loading time of your system.Removing 
 it will improve performance.
  • Right click on Desktop and select Properties
  • Select the Desktop tab
  • In theBackground windowselect None
  • Click Ok
Disable Unnecessary Services:

Because Windows XP has to be all things to all people it has many
services running that take up system resources that you will never
need.Below is a list of services that can be disabled on most
machines:
Alerter
Clipbook
Computer Browser
Distributed Link Tracking Client
Fast User Switching
Help and Support – (If you use Windows Help and Support leave
this enabled)
Human Interface Access Devices
Indexing Service
IPSEC Services
Messenger
Netmeeting Remote Desktop Sharing (disabled for extra security)
Portable Media Serial Number
Remote Desktop Help Session Manager (disabled for extra security)
Remote Procedure Call Locator
Remote Registry (disabled for extra security)
Remote Registry Service
Secondary Logon
Routing & Remote Access (disabled for extra security)
Server
SSDP Discovery Service – (Unplug n’ Pray will disable this)
Telnet
TCP/IP NetBIOS Helper
Upload Manager
Universal Plug and Play Device Host
Windows Time
Wireless Zero Configuration (Do not disable if you use a wireless network)
Workstation
To disable these services:
  • Go to Start and then Run and type “services.msc”
  • Double click on the service you want to
  • change Change the startup type to ‘Disable”
Remove Annoying Delete Confirmation Messages

Although not strictly a performance tweak I love this fix as it
makes my machine ‘feel’ faster. I hate the annoying
‘are you sure?’ messages that XP displays, especially
if I have to use a laptop touchpad to close them.
To remove these messages:

  • Right-click on the ‘Recycle Bin’ on the desktop and then
  • click ‘Properties’
  • Clear the ‘Display Delete Confirmation Dialog’ check
  • box and click ‘Ok’!!
more »

8 Google Adsense Tips and Tricks 2013 in Urdu

Posted by Unknown

8 Google Adsense Tips and Tricks 2013 in Urdu

8 Google Adsense Tips and Tricks 2013 in Urdu
8 Google Adsense Tips and Tricks 2013 in Urdu

8 Google Adsense Tips and Tricks 2013 in Urdu

8 Google Adsense Tips and Tricks 2013 in Urdu

 

In The Post You Are Learning. The Most Important Tips And Tricks Of

Google Adsense In Urdu Latest 2013

. After Learning This You Will Be Able to Earn More Money From

Adsense

And Get Approval Fast. If You Have Any Problem Then Feel Free To Comment Below......

more »