May 2015


Internet Download Manager (IDM) is a tool to increase download speeds by up to 5 times, resume and schedule downloads. Comprehensive error recovery and resume capability will restart broken or interrupted downloads due to lost connections, network problems, computer shutdowns, or unexpected power outages. Simple graphic user interface makes IDM user friendly and easy to use.Internet Download Manager has a smart download logic accelerator that features intelligent dynamic file segmentation and safe multipart downloading technology to accelerate your downloads. Unlike other download managers and accelerators Internet Download Manager segments downloaded files dynamically during download process and reuses available connections without additional connect and login stages to achieve best acceleration performance.


Other features include multilingual support, zip preview, download categories, scheduler pro, sounds on different events, HTTPS support, queue processor, html help and tutorial, enhanced virus protection on download completion, progressive downloading with quotas (useful for connections that use some kind of fair access policy or FAP like Direcway, Direct PC, Hughes, etc.), built-in download accelerator, and many others.
Internet Download Manager supports proxy servers, ftp and http protocols, firewalls, redirects, cookies, authorization, MP3 audio and MPEG video content processing. IDM integrates seamlessly into Microsoft Internet Explorer, Netscape, MSN Explorer, AOL, Opera, Mozilla, Mozilla Firefox, Mozilla Firebird, Avant Browser, MyIE2, and all other popular browsers to automatically handle your downloads. You can also drag and drop files, or use Internet Download Manager from command line. Internet Download Manager can dial your modem at the set time, download the files you want, then hang up or even shut down your computer when it's done.
Version 6.23 adds Windows 10 compatibility, adds IDM download panel for web-players that can be used to download flash videos from sites like MySpaceTV, and others. It also features complete Windows 8.1 (Windows 8, Windows 7 and Vista) support, video page grabber, redeveloped scheduler, and MMS protocol support. The new version also adds improved integration for IE 11 and IE based browsers, redesigned and enhanced download engine, the unique advanced integration into all latest browsers, improved toolbar, and a wealth of other improvements and new features.



 Internet Download Manager (IDM) Free Download Full


Download


tabbed sitemap
Heya Folk!! Today in this article i've got something nice for bloggers who have good contents on their sites but don't have a sitemap yet. This article will surely help you out to get started with a sitemap on site also it helps improve search engine ranking. Many of the bloggers don't have sitemaps just because they don't know how to add it to their site or blog but the fact is it's quite easy though (i was one of those who didn't even know what a sitemap was) having a sitemap definetely give the users a nice way to navigate through your blog or site so let's find out how to add a nice sitemap then

How to add tabbed sitemap to blogger

Step 1:

 First of all get this code and copy it
/*Sitemap Trick By htt://funcki.cf/
----------------------------------------------- */
#tabbed-sitemap {
width:99%;
margin:0 auto;
background-color:#111;
-webkit-box-shadow:0 1px 3px rgba(0,0,0,.4);
-moz-box-shadow:0 1px 3px rgba(0,0,0,.4);
box-shadow:0 1px 3px rgba(0,0,0,.4);
overflow:hidden;
position:relative;
color:#333
}

#tabbed-sitemap .loading {
display:block;
padding:5px 10px;
font:normal bold 10px Arial,Sans-Serif;
color:#FFF
}

#tabbed-sitemap ul,#tabbed-sitemap ol,#tabbed-sitemap li {
margin:0;
padding:0;
list-style:none
}

#tabbed-sitemap .toc-tabs {
width:20%;
float:left
}

#tabbed-sitemap .toc-tabs li a {
display:block;
font:normal bold 10px/28px Arial,Sans-Serif;
height:28px;
overflow:hidden;
text-overflow:ellipsis;
color:#ccc;
text-transform:uppercase;
text-decoration:none;
padding:0 12px;
cursor:pointer
}

#tabbed-sitemap .toc-tabs li a:hover {
background-color:#444;
color:#FFF
}

#tabbed-sitemap .toc-tabs li a.active-tab {
background-color:#ff9900;
color:#FFF;
-webkit-box-shadow:-2px 2px 2px rgba(0,0,0,.5);
-moz-box-shadow:-2px 2px 2px rgba(0,0,0,.5);
box-shadow:-2px 2px 2px rgba(0,0,0,.5);
position:relative;
z-index:5;
margin:0 -1px 0 0
/* cursor:text;
  */
}
/*Sitemap Trick By htt://funcki.cf/
----------------------------------------------- */
#tabbed-sitemap .toc-content,#tabbed-sitemap .divider-layer {
width:80%;
float:right;
background-color:#FFF;
border-left:5px solid #ff9900;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box
}

#tabbed-sitemap .divider-layer {
float:none;
display:block;
position:absolute;
top:0;
right:0;
bottom:0;
-webkit-box-shadow:0 0 7px rgba(0,0,0,.7);
-moz-box-shadow:0 0 7px rgba(0,0,0,.7);
box-shadow:0 0 7px rgba(0,0,0,.7)
}

#tabbed-sitemap .panel {
position:relative;
z-index:5;
font:normal normal 10px Arial,Sans-Serif
}

#tabbed-sitemap .panel li a {
display:block;
position:relative;
font-weight:700;
font-size:11px;
color:#333;
line-height:30px;
height:30px;
padding:0 12px;
text-decoration:none;
outline:none;
overflow:hidden
}

#tabbed-sitemap .panel li time {
display:block;
font-style:italic;
font-weight:400;
font-size:10px;
color:#666;
float:right
}

#tabbed-sitemap .panel li .summary {
display:block;
padding:10px 12px;
font-style:italic;
border-bottom:4px solid #275827;
overflow:hidden
}

#tabbed-sitemap .panel li .summary img.thumbnail {
float:left;
display:block;
margin:0 8px 0 0;
padding:4px;
width:72px;
height:72px;
border:1px solid #dcdcdc;
background-color:#fafafa
}

#tabbed-sitemap .panel li:nth-child(even) {
background-color:#f1f1f1;
font-size:10px;
color:#fff
}

#tabbed-sitemap .panel li a:hover,#tabbed-sitemap .panel li a:focus,#tabbed-sitemap .panel li a:hover time,#tabbed-sitemap .panel li.bold a {
background-color:#333;
color:#FFF;
outline:none
}

#tabbed-sitemap .panel li.bold a:hover,#tabbed-sitemap .panel li.bold a:hover time {
background-color:#222
}

@media (max-width:700px) {
#tabbed-sitemap {
background-color:#fff;
border:0 solid #888
}

#tabbed-sitemap .toc-tabs,#tabbed-sitemap .toc-content {
overflow:hidden;
width:auto;
float:none;
display:block
}

#tabbed-sitemap .toc-tabs li {
display:inline;
float:left
}

#tabbed-sitemap .toc-tabs li a,#tabbed-sitemap .toc-tabs li a.active-tab {
background-color:#111;
color:#ccc;
-webkit-box-shadow:2px 0 7px rgba(0,0,0,.4);
-moz-box-shadow:2px 0 7px rgba(0,0,0,.4);
box-shadow:2px 0 7px rgba(0,0,0,.4)
}

#tabbed-sitemap .toc-tabs li a.active-tab {
background-color:#DF1010;
color:#fff
}

#tabbed-sitemap .toc-content {
border:none
}

#tabbed-sitemap .divider-layer,#tabbed-sitemap .panel li time {
display:none
}
}

Now add this code inside the head and in the style section (i.e <head> <style> Code Here </style></head> )

 Step 2:

Now add this code on the page where you want the sitemap to appear
<div id="tabbed-toc">
<span class="loading">Loading...</span></div>


<script type="text/javascript">
var tabbedTOC = {
    blogUrl: "http://funcki.blogspot.com/", // Blog URL
    containerId: "tabbed-toc", // Container ID
    activeTab: 1, // The default active tab index (default: the first tab)
    showDates: false, // `true` to show the post date
    showSummaries: false, // `true` to show the posts summaries
    numChars: 200, // Number of summary chars
    showThumbnails: false, // `true` to show the posts thumbnails (Not recommended)
    thumbSize: 40, // Thumbnail size
    noThumb: "http://3.bp.blogspot.com/-vpCFysMEZys/UOEhSGjkfnI/AAAAAAAAFwY/h1wuA5kfEhg/s72-c/grey.png", // A "no thumbnail" URL
    monthNames: [ // Array of month names
        "January",
        "February",
        "March",
        "April",
        "May",
        "June",
        "July",
        "August",
        "September",
        "October",
        "November",
        "December"
    ],
    newTabLink: true, // Open link in new window?
    maxResults: 99999, // Maximum post results
    preload: 0, // Load the feed after 0 seconds (option => time in milliseconds || "onload")
    sortAlphabetically: true, // `false` to sort posts by published date
    showNew: 7, // `false` to hide the "New!" mark in most recent posts, or define how many recent posts are to be marked
    newText: " - <em style='color:red;'>New!</em>" // HTML for the "New!" text
};
</script>
<script src="https://googledrive.com/host/0B2H3MJwpj5ZVNkJwaVF3SEV4cjg/tabbed-toc.js" type="text/javascript"></script>


Done !! that's it you have added a functional sitemap to blogger you can now submit it to google for improved ranking and also users will have a nicer interference to navigate through your blog

Hope you liked this trick and will not forget to share this article with friends... :) 


Did you happen to work on several programs at once and got you desktop cluttered with unwanted windows ??? what if you wanted to minimize all the windows at once except the one you are working on?? Today I have gotten just the trick for you which is pretty handy for windows users....

How to minimize all the windows

it's actually very easy and fun i will show you or tell you how you can minimize all the windows at once
So the first step is to get up and jump for five mints ( LOL just kidding , no need to do that . But you can if you want to , Really!!) 
ok let me tell you what it is now , just grab the title bar of the window you want to keep and while you are holding on to it shake shake shake right and left ( back and forth if you like) and that's done all windows have been minimize huh.!! pretty easy no??
you can also do it by pressing the windows key and the Home key together if you want to but where's the fun in it??

Hope you liked the trick and will share it with friends also for any queries  join me on Goggle+ and Facebook 
Saiyo nara :)

add watermark using photoshop

Watermarking is an essential and must know thing in this age of plagiarism. As many of the internet surfers and bloggers use the work of professionals authoritatively. The images with a watermark look pretty much ugly, but it's the least we can do to prevent miss use of our precious work

Creating a Pattern in photoshop:

Step 1: Create a New Document

Open photoshop and create a new document by going to File > New ( or press ctrl + n) , Make it any size you like (i.e 500x500) and select the background as "transparent"
add watermark using photoshop

Step 2: Create your pattern text

Now select the type tool in the left pain (or press T) and write what you want your pattern text to be. for the purpose of this tutorial i wrote "Fucnki tips and tutorials" , Make it as large as you want your final watermark image to be.
add watermark using photoshop

Step 3: Rotate your text

Now that we have our watermark text let's rotate it at an an angle of 45 Degree, Press ctrl + T and drag the corners of the text until tilted by 45 degree
now your image should be like this
add watermark using photoshop
I have had it colored black you can change it to whatever color you like (i.e white would be nice)

Step 4: Cropping your image

Now crop the image but keep in mind not crop too much as it will be squeezed when adding watermark to smaller images

Step 5: Defining as pattern

Now go to Edit > Define Pattern  give the pattern a name and hit ok

Step 5: add watermark using photoshop

Now select the image you want to watermark and click on layer styles below the layers panel , select Pattern overlay and select the newly created pattern , adjust the scale to your needs and hit enter

Behold You have watermarked your image! How's that ? Don't forget to share the article and join me on Goggle+ and Facebook

Breadcrumbs
Breadcrumbs Navigation
Hey, folks!  Many of us have been wondering why other sites have breadcrumbs navigation system and

 we dont ? so i thought i would teach you now how to create a breadcrumbs navigation in blogger.

What are breadcrumbs anyway ??

 Breadcrumbs is a navigation trail that tell the user where exactly the user is in a web document. it helps the user to navigate through a website or blog easily. you can see the breadcrumb navigation above in the picture to see how it looks. You may have noticed that my site uses breadcrumbs as well.


It is also good for the health of your blog or website as it adds keywords in search engines database...

How to Add Breadcrumbs navigation in blogger

Note: You must backup your blog template first before adding breadcrumb navigation in your blog.

 Follow these steps to add a breadbrumbs navigation:
  1. Go to Blogger Dashboard > Template > Edit HTML
  2. Copy all the template code into a Notepad file
  3. Now press Ctrl+ F and search for below code.
  4. <b:include data=’top’ name=’status-message’/>
  5. Replace that code with the below one.
  6. <b:include data=’top’ name=’status-message’/>
    <b:include data=’posts’ name=’breadcrumb’/>
  7. Now find this code in your blog template.
  8. <b:includable id=’main’ var=’top’>
  9. Replace it with the below code.
  10. <b:includable id=’breadcrumb’ var=’posts’>
    <b:if cond=’data:blog.homepageUrl == data:blog.url’>
    <!– No breadcrumb on home page –> <!–Breadcrumbs by http://www.funcki.cf/–>
    <b:else/>
    <b:if cond=’data:blog.pageType == “item”‘>
    <!– breadcrumb for the post page –>
    <p class=’breadcrumbs’>
    <span class=’post-labels’>
    <a expr:href=’data:blog.homepageUrl’ rel=’tag’>Home</a>
    <b:loop values=’data:posts’ var=’post’>
    <b:if cond=’data:post.labels’>
    <b:loop values=’data:post.labels’ var=’label’>
    <b:if cond=’data:label.isLast == “true”‘> »
    <a expr:href=’data:label.url’ rel=’tag’><data:label.name/></a>
    </b:if>
    </b:loop>
    <b:else/>
    »Unlabelled
    </b:if>
    » <span><data:post.title/></span>
    </b:loop>
    </span>
    </p>
    <b:else/>
    <b:if cond=’data:blog.pageType == “archive”‘>
    <!– breadcrumb for the label archive page and search pages.. –>
    <p class=’breadcrumbs’>
    <span class=’post-labels’>
    <a expr:href=’data:blog.homepageUrl’>Home</a> » Archives for <data:blog.pageName/>
    </span>
    </p>
    <b:else/>
    <b:if cond=’data:blog.pageType == “index”‘>
    <p class=’breadcrumbs’>
    <span class=’post-labels’>
    <b:if cond=’data:blog.pageName == “”‘>
    <a expr:href=’data:blog.homepageUrl’>Home</a> » All posts
    <b:else/>
    <a expr:href=’data:blog.homepageUrl’>Home</a> » Posts filed under <data:blog.pageName/>
    </b:if>
    </span>
    </p>
    </b:if>
    </b:if>
    </b:if>
    </b:if>
    </b:includable>
    <b:includable id=’main’ var=’top’>
  11. Find ]]></b:skin> and paste the below code just above/before it.
  12. /*Breadcrumbs by http://www.funcki.cf/ */
    .breadcrumbs {
    padding:5px 5px 5px 0px;
    margin: 0px 0px 15px 0px;
    font-size:95%;
    line-height: 1.4em;
    border-bottom:3px double #e6e4e3;
    }
  13. Now your code is ready. Replace your entire template code with your Notepad file code.
  14. Click on save template button.
  15. You are Done!
How amazing is that ?? You have a breadcrumbs navigation in your blogger blog. Isn't that nice ?? for any queries or suggestions drop you comments or reach me at Goggle+ and Facebook

Hey folks! How are you doing ?? hope all right, sob i've got another cool trick for windows user who like to be an ethical hacker and have their mouse stolen (Just kidding). Like most of us you may have also thought that the computer can only be operated by the mouse but in fact that is not the case you can control your cursor even without a mouse and can do so much faster and easier
So let's get to the point  and find out how to use your keyboard to control the mouse and move the cursor

Using the ‘Ease of Access Center’ in the Control Panel

If you're Using Windows 7, 8 or Windows Vista:

  1. First of all go to Start. ( or alternatively press "Windows key" + U)
  2. Next navigate to the Control Panel.
  3. Click on 'Ease of Access Center' .
  4. Now find something called 'Make the mouse easier to use' and click on it.
  5. Then you should notice a checkbox written "Turn on Mouse Keys". Tick it.
  6. Save changes. Technically you're done.

 

Now you can use your keyboard keys (numeric keypad)  to move your cursor on the screen, by default the keys are 2,4,6,8 and 5 (left mouse click).
Now press ok Or alternatively Press " alt+ O"

Note: If this does not work it could be because your computer settings cannot be changed due to local IT policies – contact your local IT support for further help.

Tips: 

  • You can easily activate the mouse keys by pressing ALT, Left Shift Key & Numlock . to deactivate do the same as you did for activating.
  • While the mouse keys are active, you won't be able to type through those keys at the numeric pad. So use the generic number keys during that time.
  • if you are on windows vista you can do by going to Control Panel > Accessibility > Mouse tab > Tick on checkbox , "Use Mouse Keys".
Hope you liked the article and had fun moving your cursor with your numeric keypad, your comments are always welcome also drop in your messages at Goggle+ and Facebook

Hey what'z up eh  ?? Cool  ?? Great i've got a very nice trick for you today!! Guess what is it ?? yep you saw the picture alright.
I'll tell you how you can make your PC talk to you and welcome you on startup
Ohk now let's cut the crap and get to the point

Making computer talk:

Step 1:

Open Notepad and copy the following code in notepad —
Dim speaks, speech
speaks="Anything you want it to speak"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks

Now what's that for???
That's the script , when executed it creates a speech that the computer then talks out loud :)

Step 2:

Now save the file with any name and .vbs extension (i.e FileName.vbs)

 Step 3:

open that file (by double clicking!), you will be able to listen whatever you typed. 

 Step 4:

Copy that file and paste in the Startup folder. In Windows 7 or Windows 8, the startup folder is located in  
"C:\Users\<USER>\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"
In Windows XP the Startup folder lies at 
"C:\Documents and Settings\<USER>\Start Menu\Programs\Startup"


Tips and Warnings:
  • You can put any other files on Startup folder to make it play on Startup. 
  • Do not put any virus affected file on the Startup folder, this file may damage you computer.
  • Always create a system restore point before playing around these stuffs (to avoid suffering at later times)!
  • Do not put bad stuffs (you know what I'm talking about) on Startup folder. This won't damage your computer, but ruin your gentlemanity at public places.
Now go ahead and play with this trick and come up with something cool . if you do don't forget to share it with us!!
also join me on Goggle+ and Facebook
 

1. Trick to update blank status:

To update a blank status,

  1. Log In to Your Account.
  2. In the Status Update box type  @[3:3: ] and then post it.


You copy-pasted it, huh? I knew you're gonna do it. :-\ However, you're done. The much likes you get, the much friends you recommend our site, okay? After you are done it should look like,

 2. Trick to post blank comment:

 Posting Blank Comments:

To post a blank comment all you have to do is press the ALT key, hold it, and type 0,1,7,3 without those commas (ALT+0173). Remember, do not release the alt key while typing. Now leave all the keys and press enter. Yayyy! You just posted a blank comment. After everything it should look like:



Hey Congrats!! you just learned how to post blank status and blank comment on facebook so go ahead and share it with your friends and don't forget to Join me on Goggle+ and Facebook

Lots of people have been asking me about RSS feeds and Feedburner over the past few weeks.
So I’ve decided it’s time to update my ‘how to’ Feedburner info so that:
  1. All the required instructions are in one post
  2. It is current for the latest version of Edublogs and Feedburner

What is RSS?

The easiest way to receive latest posts from your favorite blogs is to subscribe to RSS using feed readers such as Google Reader, Bloglines, NetVibes.
RSS (means Really Simple Syndication) retrieves the latest content from the sites you are interested and pulls them into your feed reader where you can read them all in one location rather than visiting each site separately.
Watch RSS in Plain English to learn more!
The presence of the orange RSS icon indicates a site has an RSS feed and means you can subscribe to it using a feed reader.

What is FeedBurner?

Most blogs have RSS feed which is detected automatically by commonly used feed readers when the blog URL is added to the reader.
However, if you want to make it more obvious and easier for readers to subscribe using RSS, or want to know exactly how many people subscribe to your blog  then the best option is to add a Feedburner RSS feed and email subscription to your blog.
Feedburner is a free web service which enhances bloggers and podcasters ability to manage their RSS feeds and track usage of their subscribers. Subscriber overview inside a Feedburner account

Setting Up Your Feedburner Feed

1.  Go to Feedburner and sign in to Feedburner with your Google Account (create a Google Account first if you don’t have one!).
2.  Add your Blog URL to the Burn a Feed Right This Instant and click Next.
Burning a Feedburner Feed
3.  Leave RSS 2.0 source selected and click Next.
Selecting the RSS feed source
4.  On “Welcome” page, make sure you are happy with the title and FeedBurner address (URI) of your new feed and then click Next. Feedburner title and URL
5.  On the Congrats! page click Next
6.  On the stats configuration page select Clickthroughs and I want more! and then click Next.
Selecting your Feedburner Stats options

Adding Your Feedburner Feed To Your Blog

This is used to add the RSS icon and easy subscribe options to your blog side bar using a text widget as explained below:
Example of Feedburner RSS feed in a blog sidebar
1.  Click on the Publicize Tab > Chicklet Chooser in your Feedburner account and copy the HTML code.
Copying the HTML code for your Feedburner Feed
2.  Go to Appearance > Widgets in your blog dashboard
3.  Click on the desired Sidebar to expand (so you can add the widgets) Please note: In new blogs sidebars in your dashboard are empty and adding widgets automatically removes the default Edublogs widgets
4.  Add a text widget to the desired sidebar by dragging it from the Available Widgets into the Sidebar area on the right.

5.  The widget will automatically open — just add the HTML code from FeedBurner, click Save and then Close.
Adding Feedburner HTML to Text widget

Adding a FeedBurner Email Subscription

It’s important to add an email subscription option to your blog sidebar as some readers prefer to receive latest posts from blogs using email subscription.
1.  Click on the Publicize Tab > Email Subscription in your Feedburner account and click on Activate.
Activating FeedBurner Email subscription
2.   Copy the HTML code.
Copy Feedburner email HTML code
3.  Go to Appearance > Widgets in your blog dashboard
4.  Click on the desired Sidebar to expand (so you can add the widgets)
5.  Add a text widget to the desired sidebar by dragging it from the Available Widgets into the Sidebar area on the right.
6.  The widget will automatically open — just add the HTML code for Feedburner email subscription, click Save and then Close.
7.  Now readers simply enter their email address and then click on “Subscribe” and Feedburner emails your entire post to them on the day after it has been published on your blog.

Redirecting All Your Blog Feed To Feedburner

Unless you redirect all your blog feed to Feedburner you won’t get accurate subscriber numbers because some of your readers subscribe using your original blog feed.
If you’re an Edublogs supporter you can redirect your blog feed  as follows:
1.  Go to Settings > Feedburner in your blog dashboard
2.  Add your Feedburner address and click Save Changes.
Redirecting feed to FeedBurner
3.  Now all your feeds is automatically redirected through FeedBurner and you’ll be able to track subscriber numbers accurately.
If you are enjoying reading this blog, please consider feed-icon32x32 Finding and Adding Creative Commons Images To Your Blog PostsSubscribing For Free!

MKRdezign

Contact Form

Name

Email *

Message *

Powered by Blogger.
Javascript DisablePlease Enable Javascript To See All Widget