Monday 13 October 2014

Register a dll or all dll in a given folder into registry

Run cmd as adminstrator



Registering a file
To register (or re-register) a file, type:
regsvr32 <filename>.dll
or
regsvr32 <path>\<filename>.dll
where <path> is the path to the file, and <filename> is the name of the file.

Unregistering a file
To unregister a file, type:
regsvr32 -u <filename>.dll
or
regsvr32 -u <path>\<filename>.dll
where <path> is the path to the file, and <filename> is the name of the file.


How to register all DLL Files using CMD
This script turn out to be a extremely handy when all *.dll files in a folder need to be registered.
At the CMD prompt, type the following command and press [Enter]:

for %x in (c:\windows\system32\*.dll) do regsvr32 %x

This command will reregister every *.dll file under C:\windows\system32
 

Flashgot and Thunder (XunLei) error - Download Manager Not Properly Installed error

If you encountered error message - Download Manager Not Properly Installed Invalid Function, which I recently have when I used Flashgot to initiate Xunlei Download Manager. Then you may try the solution I have done to successfully call up the XunLei to download.

My solution is to register the corresponding dll into the registry:

In my case, it is the ThunderAgent.dll. For Thunder (XunLei), the dll (actually all dlls) are placed in the folder BHO under the Thunder folder.

First I open cmd (run it as administrator)
then go to the BHO folder
type regsvr32 thunderagent.dll


A message said ... successfully registered... will popup.

That's it. And you are done. XunLei back to normal.

Very simple

You may register all dll if you are not sure which dll work for you.
http://surfnetz.blogspot.com/2014/10/register-dll-or-all-dll-in-given-folder.html

Friday 28 March 2014

FREE PDF split and merge

PDFsam basic is FREE, you can download it and simply use it on every platform with a Java Runtime Environment installed.

License: GPL2

PDFsam basic is a simple, platform independent software designed to split and merge pdf files. It’s stable, completely free and It should cover most of your needs. With it’s intuitive interface you can:

  • split your pdf documents (into chapters, single pages, etc.).
  • merge many pdf documents or subsections of them.
  • extract sections of your document into a single pdf document.
  • mix alternate pages taken from two pdf documents in straight or reverse order into a single document.
  • rotate pages of the selected pdf documents.
  • visually reorder pages of a selected pdf document.
  • visually compose a document dragging pages from selected pdf documents.
  • save and load your workspace to automate your recurrent jobs.
  • manage pdfsam settings and set a workspace to load at start up.

PDFsam basic is free, you can download it and simply use it on every platform with a Java Runtime Environment installed.

Download the software here.

Tuesday 25 March 2014

Resize All Images Automatically in Blogger


Blogger has basic options for resizing images, but this not practical and does not fit the blogs designs well.

Manually resizing pictures one-by-one is acceptable, but what if your site has a lot of photos and images. Will you edit them manually that would take months or even more?

Here's the solution:

1. go to Blogger.com
2. your site
3. Template
4. press the Edit HTML button.


In the new Blogger HTML Editor search for the ]]></b:skin> tag

and just before it paste the following CSS coding.

.post img {
float:center;
min-width:560px;
max-width:560px;
max-height:400px;
min-height:400px;
padding : 10px;
line-height : 2em;
margin: 0 auto 10px auto;
clear: both;
}


Now change the values of Width and height, according to your needs. You can even add a border to your images through (border: 1px solid #d2d2d2) a modest border CSS command.


After customizing, press the “Save Template” button.

Blogger Brunch
Blogger Brunch (Photo credit: isthisREALLYmylife?)


Enhanced by Zemanta

Sunday 23 March 2014

Change the default size of ALL your uploaded blogger post photos





Change the default size of ALL your uploaded blogger post photos


To make every single photo is exactly the same width. Looks well aligned and neat. Just copy this code. No more worry about photos coming up too small or too big.

Go to Template > Customise > Advanced > Add CSS

Paste in the following code:

.post-body img {
width: 608px;
height: auto;
}
.post table.tr-caption-container img {
width: 608px;

height: auto;
}


Adjust the photo/image size to your desired width.

Go preview to see and if you are happy with the size, click Apply to Blog.

This code will change the size of all of your photos/images including any photos/images from previous posts.
2011-08-05 22-07-58-sky
2011-08-05 22-07-58-sky (Photo credit: Wikipedia)
Enhanced by Zemanta

Friday 21 March 2014

Invite All Friends on Facebook Fan Page or Event


Code to Invite All Friends on Facebook Fan Page or Event



We all know inviting all friends is one of the best ways to increase fans of a Facebook fan page or members of an event. However, if your Facebook friends list have a large number of people, then it is difficult to invite everyone individually. Luckily there is one JavaScript code to invite all friends to an event or fan page. This JavaScript works on Firefox, Google Chrome and IE.. The trick was originally shared by a user in a popular SEO forum. I thought it would be a great idea to share it with all since it is working till now.

Here is the simple steps on how to invite everyone to an event or page on Facebook:
Follow the following Steps to invite all friends to Facebook Event or Page –


1. Click on invite friends button on Your Page or event. Select search all friends from the drop down menu. You can find the drop down menu on the top left side next to the search friends box.

2. Scroll down to the last friend.




3. Copy the below code depending on your choice.


Copy code below to invite all friends to a Facebook Event

javascript:elms=document.getElementsByName("checkableitems[]");for (i=0;i&lt;elms.length;i++){if (elms[i].type="checkbox" )elms[i].click()}

Copy code below to invite all friends on Facebook Fanpage -
 
javascript:var inputs = document.getElementsByClassName('uiButton _1sm'); 
 for(var i=0; i<inputs.length;i++) { 
inputs[i].click(); 
}

4. Now follow the steps below depending on the browser you are currently using –

For Firefox –

- Open the Firefox console by Pressing CTRL + Shift + K

- Paste the already copied Java Code into the box appearing below of the console and press Enter

- This will start inviting all of your friends. For a huge friend list it may take some time to invite all of your friends and your browser may not respond for sometimes. Do not panic and wait for the code to do the magic.



For Google Chrome –

- Press F12 on your keyboard. A white box will appear at the below of the page. Press the console tab in the box

- Paste your already copied code at the below of the console box and press Enter

- This will take some time to finish inviting all of your friends. If you have a huge number of friends, your browser may not respond for few minutes. Wait for the code to finish the job.



For Internet Explorer –

For internet explorer kindly follow the steps of Google chrome. All steps are identical.

Ping-O-Matic

What is this?

Ping-O-Matic is a service to update different search engines that your blog has updated.

It regularly checks downstream services to make sure that they're legit and still work. So while it may appear like we have fewer services, they're the most important ones.

Make sure to only ping specialized services if they're relevant to your blog, otherwise you'll cause an undue burden on them.

http://pingomatic.com/

Check whether your blog is indexed

Checking whether your blog is indexed

 

Before submitting your blog, you might want to do a “site search” to check its status (whether your blog is indeed has not been indexed yet). Enter this search query in the search box:

site:domain
Replace domain with your domain name, for example for a blogspot blog entersite:yourblogname.blogspot.com.
If the search produces no results, then go ahead with the submission. (If your blog has already been indexed, this search will return a list of all your indexed blog pages).
Use the same query for all three search engines.


Enhanced by Zemanta

Thursday 20 March 2014

Submit URL to Google, Bing, Yahoo & Ask





The first step to getting your site online and to get better rankings in Google is to submit your URL to search engines. An example of an URL is www.yoursite.com. Eventually the search engines will find your site but this will help expedite the process.

Once you submit your URL, it could take several days, weeks, or months for the search engines to index your page(s). Results may vary so don’t write this in stone. Factors such as other websites pointing to your site can affect this time as well.


Submit URL to Google:

1. Go to the following link: http://www.google.com/addurl/?continue=/addurl
2. Sign in to your Google account (i.e. Gmail)
3. Type in your URL, example: http://www.yoursite.com
4. Enter the captcha text shown in the box
5. Select “Add URL”

Submit URL to Bing

1. Go to the following link: http://www.bing.com/docs/submit.aspx
2. Type in your URL, example: http://www.yoursite.com
3. Enter the captcha text shown in the box
4. Select “Submit URL”

Submit URL to Yahoo:

**UPDATED NOVEMBER 2012**
1. Go to the following link: http://search.yahoo.com/info/submit.html
2. Click on “Submit Your Site for Free”
3. You will be redirected to Bing. Follow the on-screen instructions for submitting your URL.


**UPDATED AUGUST 2012**

Ask does not have an URL submit feature. Until recently, you could submit your sitemap to them. But Ask.com has now retired this feature and says they will be crawling sites instead. So, the next best thing is to add a directive in your robots.txt file that specifies auto-discovery of the XML sitemap.

Like this:

SITEMAP: http://www.the URL of your sitemap here.xml

The sitemap location should be the full sitemap URL.

That’s it! Once you complete the above steps, just sit back and be patient. It takes time for the search engines to index your pages. If you submit more than once, some search engines may consider this spamming which could result in not indexing your site at all.



Also note that you do not have to add all of your URL addresses for your entire site. For example, you do not need to add http://www.yoursite.com/about.hml and http://www.yoursite.com/contact.hml. Simply enter the home page URL and let the engines do the rest.

Sources: http://safehouseweb.com/how-to-submit-url-to-google-bing-yahoo-and-ask/

Friday 28 February 2014

Bluestacks: Graphics Card Error 25000 Solved!

BlueStacks App Player allows users to run Android Apps on Windows and MAC. You can download BlueStacks App Player from their official website: http://www.bluestacks.com. But downloaded file is extraction program not a full setup. While installing extraction program it checks your system configuration and scan for drivers installed on your PC. This causes errors like Graphics Card Error 25000.


Note: If you have failed to install Bluestacks earlier then before re-installing please remove files/settings leftover from a previous installation. Follow these instructions:

>> Simply uninstall Bluestacks from Control Panel

>> Delete  the following directories manually:

1) C:\ProgramData\BlueStacks

2) C:\Program Files\BlueStacks

3) C:\Users\\AppData\Local\BlueStacks

Please reboot your system to reduce the possibility of any interactions with an anti virus or Windows Defender before you install BlueStacks beta subsequently.

To solve this error follow these instructions:

Don’t ever try to install Bluestacks Emulator via BlueStacks-SplitInstaller_native. That downloaded thin installer 8.59 MB file throwing error at the beginning of installation. That setup file ends before it gets extract.

Instead of that simply download full setup from here: BlueStacks_HD_AppPlayerPro_setup_REL.msi.
It’s nearly 127 MB file with .msi extension. Now we can get started with Installation.

Bitcoin & Litecoin Survival Guide Click Here!

Bluestacks: Play Your Favorite Mobile Apps on PC and MAC

BlueStacks App Player lets you run your favorite mobile apps fast and fullscreen in your browser and on PC or Mac.



Over 12 million people around the world use top apps like Candy Crush Saga, Kik Messenger, Temple Run 2 and more on their laptops with BlueStacks.

BlueStacks App Player is an Android emulator that lets you run thousands of android apps and games. The program offers:

  •     access to Google Play, Amazon Appstore and other stores (GetJar, 1Mobile)
  •     application search
  •     synchronization between apps on your device and computer
  •     share screenshots
  •     full-screen mode
  •     manage applications, accounts and contacts




BlueStacks App Player is really a versatile program that bridges the gap between mobile and desktop by allowing users to perform a common Android apps on the Windows or Mac OS X devices. A forward thinking "Cloud Connect" feature enables you to push apps from your own Android device to Bluestacks, and vice versa. First released to the public in 2011, the program has continued to grow, and is currently free for download in its current beta form. Need to get a taste of Android on your own desktop? Here's how exactly to setup BlueStacks, in addition to a rundown of a few of its controls and interesting features. Make sure to browse the BlueStacks review from our friends at LAPTOP, too.


1. Installing BlueStacks

Download BlueStacks App Player for Windows
Download BlueStacks App Player for Mac OSX
Download BlueStacks Cloud Connect for Android


Bitcoin & Litecoin Survival Guide Click Here!

read Bluestacks: Graphics Card Error 25000 Solved!
Enhanced by Zemanta