slider

Edit Cuber slider of Namisan Blogger template

First host your images at some free hosting site like public folder of DROPBOX(join dropbox using  http://db.tt/h8rHMPR7)
Note down the URL after hosting image(eg: http://dl.dropbox.com/u/3255460/top_container.jpg)(hover the cursor on image file on your dropbox and there you will see share or public link, from there you will get the proper link. The link should be such that image should directly open when the link is clicked) and put them in place of already existing URL in file 'config1.xml' by opening it with notepad which can be downloaded at (http://dl.dropbox.com/u/31323979/cu3er/config1.xml)(right click on the link and click save target as to save the XML file)
Now host this edited file on the public folder of dropbox.com

Note down new URL of config1.xml and put it in the html of your blog where u will notice below given script.. u can also edit the dimensions of cuber slider in place of 900 and 400.

<script src='http://dl.dropbox.com/u/31323979/cu3er/js/swfobject/swfobject.js' type='text/javascript'/>
<script type='text/javascript'>
        var flashvars = {};
        flashvars.xml = &quot;put link of edited config1.xml here&quot;;
        flashvars.font = &quot;font.swf&quot;;
        var attributes = {};
        attributes.wmode = &quot;transparent&quot;;
        attributes.id = &quot;slider&quot;;
        swfobject.embedSWF(&quot;http://dl.dropbox.com/u/31323979/cu3er/cu3er.swf&quot;, &quot;cu3er-container&quot;, &quot;900&quot;, &quot;400&quot;, &quot;9&quot;, &quot;http://dl.dropbox.com/u/31323979/cu3er/js/swfobject/expressInstall.swf&quot;, flashvars, attributes);

</script>

I would suggest not using this template though the template looks awesome because there is some problem in the script which doesn't show all your posts on your blog. I faced the same problem and ultimately was forced to change the template. For more info contact me.

Read More(Full Post)...

See The Passwords Behind Asterisk

Ever wondered if you could see the password behind asterisks(*) or dots(●) in the password box of any website?
eg:
username: downloadandlearning
password: ●●●●●

Even though it seems impossible but you will have to admit that it is possible.

All you need to do is paste the below given java script in the address bar of your browser with the webpage opened containing the password in asterisk form and press enter.
A propmt will appear saying: "passwords in forms on this page is:<password>"

javascript:

javascript:(function(){var s,F,j,f,i; s = ""; F = document.forms; for(j=0; j<F.length; ++j) { f = F[j]; for (i=0; i<f.length; ++i) { if (f[i].type.toLowerCase() == "password") s += f[i].value + "\n"; } } if (s) alert("Provided by Download & Learning\nFor free software downloads and tips and tricks visit\nwww.downloadandlearning.blogspot.com\n\nPasswords in forms on this page:\n\n" + s); else alert("There are no passwords in forms on this page.");})();


Screenshot











Read More(Full Post)...

Track an email received from Gmail and all other Email Providers

An email can easily be traced by opening its header but this technique fails when an email is to be traced sent from Gmail account as Gmail hides the sender's I.P. Address using a 64 bit encryption.
So to trace the location of a person, we can use Readnotify free service.

Read Notify
What is ReadNotify?
ReadNotify is the most powerful and reliable email tracking service that exists today. In short - ReadNotify tells you when email you sent gets read / re-opened / forwarded and so much more.

Make an account at readnotify.com and compose a mail to the person you want to trace from the email id you used to create account at readnotify.com
Simply add: ".readnotify.com" to the end of your recipients email address
eg:
if the email to be traced is
trace@gmail.com then use the email
trace@gmail.com.readnotify.com in recipient's email
and then send the email as a normal mail.
the moment the receiver opens that mail, you will get all the information listed below by logging into your account at readnotify.com
Information you can get with the help of read notify-

  • Date and time opened

  • Location of recipient (per their ISP city /town)

  • Map of location (available on paid subscriptions)

  • Recipients IP address

  • Apparent email address of opening (if available)

  • Referrer details (ie; if accessed via web mail etc)

  • URL clicks

  • How long the email was read for

  • How many times your email was opened or printed

  • If your email was forwarded, or opened on a different computer.
  • Read More(Full Post)...

    Add Image to Folder Background in WinXP

    In this tutorial , we will see how to add an image to the background of any folder. It looks like this



    1) Create New Folder; right click on Desktop, then New folder... or just open a folder in which you wish to add the background image

    2) Copy this code in notepad

    [ExtShellFolderViews]{BE098140-A513-11D0-A3A4-00C04FD706EC}={BE098140-A513-11D0-A3A4-00C04FD706EC}[{BE098140-A513-11D0-A3A4-00C04FD706EC}]IconArea_Image=(image location eg: c:\background.jpg)

    it will look like this.



    3)Save the notepad file in folder for which you wish to add background image as "desktop.ini"



    4)After this select folder, right click on that folder, click properties and select Customize tab, then click on change icon, here choose any icon, click apply and OK.
    After this the background image will appear...

    Read More(Full Post)...

    Related Posts Plugin for WordPress, Blogger...
     
    Download & Learning © 2011 | Contact