Have you participated in the technical beta-testing of Windows 7? Then you can expect a free copy of Windows 7 Ultimate shipped to you. Microsoft has announced that they will provide Windows 7 Ultimate for free to the beta testers. The Windows Team Blog said,
To show our appreciation, members of the invitation-only Windows 7 Technical Beta Program will be eligible for a free, final copy of Windows 7 Ultimate.

But this offer is not for everyone who tested Windows 7 — only those who participated in technical beta testing. Eligible users can download Windows 7 and get a product key via Microsoft Connect. Some members will get retail boxed copies of Windows 7 but it will take sometime before it reaches them. But forms and other instructions won't be available until August 3, 2009. Keep an eye on Microsoft Connect to get updates about it.

Tags: Windows 7

Labels: ,

Read More
Hootsuite, the popular web-based Twitter client has got all new look and features. If you are already a Hootsuite user, you can upgrade to new version just by sending a tweet.
The new version got a bunch of new features that include:
  • Auto-refresh: Twitter updates are automatically refreshed after a certain period of time. It also plays an optional sound every new tweet.
  • Multi-column View: Hootsuite now offers a multi-column view which is heavily customizable. Click on the "Add column" link and there you go. Every column can contain a number of items — from keyword tracking to search to tweets of a certain group of people you follow.
  • Tabbed layout: You can add tabs to organize tweets.
  • Quick Search: The search-box got a total makeover. Get the cursor to the search-box and you'll see the current trending topics. Type a keyword and hit enter to get an AJAXy search result.
  • Create groups of tweeters.
  • Embed Search results: You can embed search results to your site with nifty HTML snippets. Here's a video on how to do it:
  • Hootlet: A bookmarklet to tweet the current page you are viewing.
Altough desktop clients took a toll on web-based twitter clients, Hootsuite still is a good choice. In case you are not happy with the new Hootsuite, you can stick to the older version.

Tags: Twitter, Hootsuite

Labels: , ,

Read More
Sending auto-replies to the emails is a good way to ensure the senders that their emails are received. A lot of people across the spectrum uses this feature and it adds a professional look to their profile. Here are three different ways to send auto-generated emails. Here we assume that you are using Gmail as the email platform.

How to Send Auto-replies from GMail

GMail offers a Vacation Responder service which can be used as auto-reply. Open Gmail, go to Settings (link on top-right), under the General tab, turn vacation responder on. You can specify the subject and content of the reply.
[Via Gmail Help]

How to Send Auto-reply from Thunderbird

Thunderbird is an open-source email client. You can set up Gmail following these instructions.
1. Create a new mail by clicking on the write button from the toolbar. Write the subject and content of the auto-reply. Do not write anything in the "To:" field.
2. Now, go to File » Save As.. » Template, and save it as a template.
3. Go to Tools » Message Filters, and create a new filter. Set the fields as seen below.
That's it!

How to Send Auto-reply from The Bat!

The Bat! is a professional email client that comes with a price tag. You can set up Gmail for The Bat! following these instructions.
Once you have set up Gmail in The Bat! go to Accounts » Sorting Office/Filters, from the menubar. Under the "Incoming Mail" folder create a new filter by clicking on icon from the toolbar. Set the parameters as shown below.
Make sure the filter is active.
The Bat! lets you do more with the reply — you can quote original message, among other options.


Tags: Email, Gmail, Thunderbird, The Bat, tips, auto reply

Labels: ,

Read More
The iPhone app for Google Voice has been shown the door by iPhone AppStore. Sean Kovacs, the chief architect behind Google Voice mobile applications wrote in a blog post,
Richard Chipman from Apple just called - he told me they’re removing GV Mobile from the App Store due to it duplicating features that the iPhone comes with (Dialer, SMS, etc). He didn’t actually specify which features, although I assume the whole app in general. He wouldn’t send a confirmation email either - too scared I would post it.
Google Voice now has applications for Blackberry and Android.

It is clear that they have banned it as Google Voice App lets the users do a lot of things AT&T charges for. The iPhone App team said that the app is rejected since it replicates the native functions of iPhone. But it is ironic, then, that the Skype app for iPhone is available.

Also, it is not clear why AT&T is bothering. iPhone is on AT&T and even if people use apps like Google Voice, they have to pay AT&T a certain amount of money.


This explains why people love to jailbreak iPhone. Apple doesn't seem to stand competition. Apple earlier turned down Opera Mobile saying it replicates Safari. If such rejections go on, people will certainly move to Android or probably Blackberry.

Tags: Google, iPhone, Google Voice

Labels: , ,

Read More
Wordle is a web-application that creates beautiful typography from a given source of words. The typography is based on how frequently words appear in the given bunch of text. Wordle uses Java as a back-end technology. All you need to create a Wordle typography are a browser and Java Runtime Environment.
You can specify the source words in three formats — manually input a bunch of text, fetch text from any given URL, and fetch del.icio.us tags of a certain user. Once you submit the source, Wordle opens a Java-applet and renders those texts as beautiful typography in form of tag-cloud.
Wordle also lets you customize the look and feel of the rendered text. It offers a number of fonts and alignment options. You can even customize the background color and the font-colors. Wordle offers a number of languages too.

Advanced use of Wordle gives you much more control over the rendered text. You can specify weights to certain words (the more the weight, the bigger will be the font-size), and specify the colors of the weighted words.
Wordle is created by Jonathan Feinberg, who works with IBM Research. He made the algorithm of Wordle as a part of the research.
Wordle is good for showing your users what your site is all about, or what you say mostly in Twitter. You can even create posters from the images. The FAQ page gives details about how to create bigger images from Wordle.

Labels: ,

Read More

The Gmail team has rolled out yet another feature that makes unsubscribing from mailing-lists easier. Now, if you mark a particular type of mails as spam from a mailing list, Gmail will prompt you an option to auto-unsubscribe from that mailing list.
Almost all mailing lists offer a very tiresome process to end subscription. As a result, most users mark these mails as spams to stop getting more of these. This new feature will certainly make a change. The GMail team says,
To help solve this problem [the problem of unsubscribing], we're providing you with an unsubscribe tool for some messages. You'll see the unsubscribe tool when you mark a message from particular types of mailing lists as spam. If the particular message is a misuse of a mailing list you like to receive, you can Report spam as usual. But if you never want to receive another message or newsletter from that list again, click Unsubscribe instead. We'll send a request to the sender that your email address be removed from the list. It's that simple!

It should be noted that this feature works with "some messages" only.

[Via LifeHacker]

Labels:

Read More
In this tutorial we are going to create the front-end of an AJAX login page, with the help of jQuery UI. This is similar to the loading screen of Gmail, except all the action happens in the same page!
You may also like:

Introduction

When you log in to web-applications, most of them checks not only your username and password but also things like session ID, whether you are already logged in. It then checks whether the username and password you supplied match with the ones in the database. Finally, it signs you in by setting cookies or session variables. All this can be executed in a single PHP (or some other) script or multiple scripts. That means a lot of work goes on in the background. Our ajax login page will show a progressbar as things happen in the background.

Getting Started

First we download the jQuery UI library available at the download page. There are many themes available; just download any one of them. I have made the page with the Lightness theme.
Once you have downloaded it, unpack the archive. Your folder structure should look like this:

Create the Layout

Create a file called login.php and put the following code in it.
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Login</title>
<style type='text/css'>
body {
font-size: 14px;
line-height:1.3em;
text-align:center;
}

#wrapper {
width:480px;
margin:0 auto;
text-align:left;
border:1px solid #F6AD36;
padding:6px;
}

fieldset { 
 width:397px;  
 margin:0 auto; 
 padding:22px 0 0; 
 border:none; 
 background-color:#ffffff;
}
label { 
 width:150px; 
 display:block; 
 float:left; 
 text-align:right; 
 padding-top:2px; 
 margin-right:10px; 
}
input { 
 float:left; 
 width:200px; 
 margin-bottom:13px; 
 border:1px solid #F6AD36;
}
</style>
<link type="text/css" href="css/ui-lightness/jquery-ui-1.7.2.custom.css" rel="stylesheet" /> 
<script type="text/javascript" src="js/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="js/jquery-ui-1.7.2.custom.min.js"></script>
</head>
<body>
<div id='wrapper'>
<div id='progress'></div>

<div id='credentials'>
<h2>Log in</h2>
 <fieldset>
  <label>Username</label><input type="text">
  <label>Password</label><input type="password">
 </fieldset>
 <div style='text-align:center;'><button id='signin'>Sign in</button></div>
</div>
</div>
</body>
</html>
Here we created a very basic layout. We created a div with id #wrapper. To center this div, we added text-align:center to body and then text-align:left to #wrapper. (Find out more about this technique: How to Center Divs in Internet Explorer 6.)

Within the wrapper, we created a div with id progress. This is going to be our progressbar.
Another div with id 'credentials' contains the login form. We have added some css for styling the form. We also have a button with id 'signin'. Clicking on this button, user should be able to login.
Notice that we have linked to jQuery and jQueryUI javascript libraries. So we are ready to take it further.

Thoughts about the Back-end

Our login process will check 3 things:
— whether the user is logged in or not
— check the username and password
— finally, sign in
To accomplish this, we create three php files — checkLogged.php, checkPassword, signIn.php These three files, as the names suggest, does the above three things. These files should check the conditions and return true or false, and accordingly the ajax requests should be made. But in order to make this tutorial simple and not delving into back-end coding, we put nothing in these files. Only ajax calls will be made to these files.

Magic with jQuery

Now, within the <head> tag, put the following code.
<script type='text/javascript'>
$(function(){
 $("#progress").progressbar();
 $("#progress").progressbar('disable');
 $("#signin").click( function() {
  $("#progress").progressbar('enable');
  $("#credentials").fadeOut("fast");
  $("#wrapper").append("<div id='msg'></div>");
  ajax_signin();
 });
});
</script>
Here, we set the div with id 'progress' as the progressbar and then disable this. It is disabled until the user clicks the sign-in button. When the user clicks on the sign-in button, we enable the progressbar, fade out the login form. Next, we append a div (with id 'msg') — this div will show up what's happening in the background. Then, we call function ajax_signin which we are going to create in the next step.

Make Ajax Calls

Now, we create the ajax_signin function. Put the following code within the <script> tag.
function ajax_signin(){
 $.ajax({
  type: "POST",
  url: "checkLogged.php",
  success: function(msg){
   $("#progress").progressbar('option', 'value', $("#progress").progressbar('option', 'value') + 33);
   $("#msg").html("checking whether logged in...");
   checkPass();
  }
 });
 }

function checkPass(){
 $.ajax({
  type: "POST",
  url: "checkPassword.php",
  success: function(msg){ 
   $("#msg").html("checking the password...");
   $("#progress").progressbar('option', 'value', $("#progress").progressbar('option', 'value') + 33);
   signIn();
  }
 });
 }
 
function signIn(){
 $.ajax({
  type: "POST",
  url: "signIn.php",
  success: function(msg){
  $("#msg").html("signing in...");
   $("#progress").progressbar('option', 'value', $("#progress").progressbar('option', 'value') + 34);
  }
 }); 
 }
Here, we made three functions. The first function ajax_signin sends call to checkLogged.php to check whether logged in. (Note that we have not sent any data since we are not dealing with back-end.) After sending ajax call to checkLogged.php, it updates the progressbar to 33%. (We set 33% because there will be three things happening in the background — checking password, checking whether logged in and signing in, and 3x33% ~ 100% ) Then we show up a msg (within #msg) as "checking whether logged in..."
After checking whether already logged in, we go further to check the password with checkPass function. This function does the same job as the earlier one — makes ajax call, updates the progressbar, updates the message and then goes to sign-in the user. The signIn() function is pretty simple to.

And that's all!

Conclusion

As I said earlier, it deals with the front-end only. You need to hard code the back-end.

Labels: , ,

Read More
KeyScrambler Personal is a tool that encrypts all your keystrokes so that they cannot be picked up by any keylogger. KeyScrambler works as a browser plugin with Internet Explorer, Flock and Firefox.
Keyloggers are spyware tools used mostly by parents and cyber-cafe owners to track use data. Certain keyloggers can even take screenshots and send them to FTP servers (like BPK).


KeyScrambler Personal only protects you when you are on a browser. If you are looking for more security, KeyScrambler Premium is best for you.

Tags: keyloggers

Labels: ,

Read More
Google launched a developer preview of its overtly ambitious project called Wave in May this year. And now, they are planning to send out 100000 invites starting September 1, 2009. In case, you have not still signed up for Wave, ask for an invite on the sign-up page.

Some people have already recieved their invites. But since Wave is some sort of a social networking site with lot more features, just a single invite would not help you if all your friends or colleagues are not on Wave. Google is possibly trying the Gmail model where they sent Gmail invite to some fortunate few when GMail was first launched.

Tags: Google, Wave

Labels:

Read More
Google is experimenting with the idea of 3D videos on YouTube and some of the employees at Google are working on it — part-time. In the YouTube help forum, a Google employee said he is working on it "as a 20% project". It is in a very early stage and has enough bugs.
If you want your 3D video on YouTube, shoot a video using 3D cameras and upload it to YouTube. In the tag field, put yt3d:enabled=true. (You can find more tags on the support thread.)
Of course, you need 3D glasses to experience the effect. YouTube uses a stereoscopic player for the 3D feature. But this new feature has not been publicly announced by Google so there is almost no documentation about it except the replies on this thread.

Google previously toyed with 3D feature in Lively, a product of Google which never came out of beta and was discontinued from January 1, 2009. It remains to be seen when Google announces a bug-free release of this feature.

Tags: YouTube, 3D, Google, Videos

Labels: ,

Read More
Just after releasing Firefox 3.5 and an important security patch in Firefox 3.5.1, the ever-busy Mozilla team has come up with the probable new look of Firefox 3.7. The theme is not final but gives us significant details as to which way the development is directed.
The interface has introduced a page button which is available at the left-corner of the tabbed area. Although no mention about its function has been made, this button may give contextual menu for the current page.
It also boasts of raised 3D look which is pretty expected for Windows7 interface. The Bookmarks Bar is hidden by default but can be toggled from the Tools button at the right-corner of the UI. The interface saves a space by eliminating the home button from the toolbar.

Mozilla team, it seems, to release different UI for various versions of Windows. They have come up with a number of UI for this purpose.
The new interface is only for Windows and the team has not made any announcement for the Mac and Linux versions.

The new theme has a lot of similarity with Google Chrome. Like Chrome, Firefox 3.7 mock-up has a quick-access to tools and has even same icons.
Also, the menubar is missing from Firefox 3.7, just like Chrome.

Give Firefox 3+ The Same Look

If you are excited about this new look but don't want to wait till Firefox 3.7 is available for download, you can install the following add-ons:
1. All Glass or Vista Aero theme to achieve nearly the same look.
2. To hide the menubar from Firefox, install Hide Menubar add-on. You can bring back the menubar by simply hitting ALT key.
3. For the Tools Menu on the right-corner, you can install Personal Menu add-on.

Tags: Firefox, chrome, Browser, Screenshot

Labels: ,

Read More
Digg.com launched Diggbar in April this year to allow users to create short URLs which has a top-bar giving information on Digging activity on the site. They also introduced posting directly to Twitter with the shorter URL. But recently, Digg has changed the way these shorter URLs work without any notification. Now, if you visit any diggbar URL, it takes you to Digg.com page instead of taking to the content itself.


This has enraged many publishers who feel this is bait-and-switch case. Since Digg is a very popular social media site, people are used to the way it works and change of features without any notification, such as this, is a massive breach of trust. Digg's founder, Kevin Rose, however said he was not aware of this change of plan. Since this comes from the founder himself, we may expect some changes in a few days.

Tags: Digg, Technology News

Labels:

Read More
If you travel a lot and don't want the hassles of carrying a laptop or netbook, you might be one of those who carry USB thumb-drives. But still, you miss that super-productive desktop set-up you have created at home even with your all-powerful USB drive. Custom shortcuts you created for repeated boring task or applications you can't live without — all gone.

Here are 4 portable applications that are can instantly increase your productivity. These applications are very light on memory consumption. So these will work on almost all machines.

Freemind Mindmanager


Whatever be your profession, FreeMind mind-mapping software will surely increase your productivity. Freemind lets you organize your thoughts by creating diagrams and connected nodes. Freemind is written on Java. So, you need Java Runtime Environment to run it. In case, you don't have JRE on the machine you are working on, here's a quick video on how to back-up mindmaps from FreeMind to any text editor.
Read more about how to create mind-maps on WikiHow. The portable files are available at the download page.

Ditto Clipboard Manager


The default Windows (and Linux/Mac) clipboard can contain only one entry at a time. That means if you copy two entries consecutively, the last entry will be in the clipboard. This is a big trouble if you forget to paste the earlier entry. With Ditto, you don't have to worry about this anymore. You won't lose the copied text (or screenshot) if you forget to paste it — by default Ditto saves 500 copies. That is say Ditto remembers those copies which you may forget you once copied. Ditto uses SQLite database for managing copies. So it's very light on memory consumption.

PicPick Screen-capture

PicPick is a screen-capture solution which does more than just creating screenshots. It has a built-in image editor which is more like MS Paint but has more features. PicPick comes packed with a color picker, a color palette, a magnifier, a pixel ruler (to measure distance between lines, etc.), a cross-hair (to find exact position of some element on the screen) — all of these in a tiny 1.9MiB portable application. PicPick offers a host of hot-keys to do stuff quickly.

AutoHotKey

AutoHotkey is tiny utility to automate almost everything in Windows. From expanding texts to doing complicated tasks — AutoHotkey can do it all. AHK offers a very easy to understand documentation and a very helpful forum. I use it mostly for expanding texts. In case, you want to create macros now, here's the syntax:
:*:[short text]::[long text]
For instance, if you want btw to expand to by the way, open your favourite text-editor and put in the following line:
:*:btw::by the way
Save the file as a .ahk file and run it. (Of course, you need to install AutoHotKey first.)
AutoHotKey lets you create .exe files which you can easily carry with yourself and run on any machine even if it doesn't have AHK installed, and never miss a shortcut.

What's your pick?

Tags: Freeware, Portable, Freemind, Mind mapping, Clipboard manager, Ditto, Screen capture, PicPick, AutoHotKey, Productivity

Labels: , ,

Read More
Tweetmeme is a popular Twitter-based service which tracks most discussed and retweeted stories on Twitter. Tweetmeme has recently announced that they are going to release new API and chicklets showing weekly retweets of a specific domain, something Feedburner has with feed-readers and Feedblitz with email subscribers. These chicklet-api is now available and they have come up with more features.


Now, you can choose your preferred URL shortener when someone retweets your posts through Tweetmeme. The shorteners include TinyURL, Bit.ly, Cli.gs among others. A Wordpress plugin has also been released which shows recent Twitter activity of your Wordpress posts.

The homepage has undergone a sea-change recently making it look more like Digg homepage. Tweetmeme also introduced various categories similar to Digg. As twitter becomes more and more popular, Tweetmeme could become a Digg killer. These new features will certainly give Tweetmeme the upper hand.

Tags: Twitter, tweetmeme

Labels: ,

Read More
Millenniata, a Springville, Utah based hardware company, is going to release a new tech DVD that can protect data for a 1000 years — around 85 times a normal DVD which can protect your valuable data for a maximum of 12 years. The DVD will be released on September 1, 2009 and will cost around $25 to $30 initially.

The new DVD, called Millenia, would enable governments, libraries, newspapers and other institutions (and of course, the common-man) to archive data without the fear of losing their data overnight for data corruption. Currently, most institutions take periodic back-ups of their data.

Data in DVDs or CDs get corrupted because of several reasons. Interestingly, these reasons include non-usage of DVDs or CDs. It is always better to check your DVDs regularly. Also, bad hardware can damage your DVDs and CDs. If DVDs or CDs (or even flash drives) are taken out when the ROM (or USB port) is not ready for it, data corruption occurs. Ancient floppy disks were victims to this phenomenon. Read more on data corruption:

These new DVDs may cost you a lot compared to less than $1 for a regular DVD but in the long term, it pays.

Tags: DVD, Hardware, Data Corruption, Storage Device

Labels: ,

Read More
Hazzard.in is a new Twitter-based application that is aimed at taking citizen-journalism in Twitter to the next level. It's a very useful application for letting others know whether to travel a place or not. Hazzard.in is created by Harshad Sharma, a young Python enthusiast. He made the application "in a matter of hours to help coordination of information in the event of flooding in Mumbai."
The application searches Twitter for tweets which contain #hazzard anywhere in it. Then it parses the tweet to find locations. If location is found, it shows the tweet on the location using Google Maps API. The locations are shown on the homepage, Hazzard.in. The hazardous locations go off every two hours.


Currently the application is in alpha stage and is "of very limited use at the moment, will expand." You can send your suggestions, feature requests, etc. from the feedback page.

Tags: Twitter, Google Maps

Labels: , ,

Read More
Google Docs team is going to unveil "a brand new shiny interface" over the next few weeks. They have already rolled out some of the new features, like new search operators which make searching through Google Docs easier than ever.

The new search operators are similar to those available in Gmail inbox. Like you can search with "from:email@gmail.com" to search for all the files shared with you by email@gmail.com. More operators are documented at the announcement post.

It's obvious that the changes are made to take on Microsoft's new web-based version of Office which is currently in technical preview and only a fortunate few had access to it.

Tags: Google, Google Docs, Office

Labels: ,

Read More
Dropbox is a free file back-up service which offers an online-space of 2GiB for basic users (i.e. free version). Dropbox also offers multi-platform desktop clients which makes uploading files even easier.

Not only for backing up important files, you can also use Dropbox for hosting your javascript and css files too. For free!

1. Download and install Dropbox client available at the website. (We will deal with Dropbox on Windows but Linux and Mac clients are also available.)

2. Once installed you can find the Dropbox folder at C:\Documents and Settings\[username]\My Documents\My Dropbox\. Navigate to the folder.

3. Within the My Dropbox, there is a folder called Public, by default. Double click and get inside the folder. (There is a file called Top Secret.txt by default.) Now create two folders inside Public by simply right-clicking, going to "New" and creating a new folder. Call these folders as cssfiles and jsfiles. (You can choose anything else.)

4. Now, copy-paste all those css and js files you want to be hosted in Dropbox into cssfiles and jsfiles.

5. Open the Dropbox desktop client by going to Start » All Programs » Dropbox.

6. Notice that there's a Dropbox logo in the tray area of your taskbar which means Dropbox is running in the background. Wait for a few minutes so that Dropbox completes uploading the new documents which you have just added. (You can check whether upload is complete or not — when upload is complete, the logo in the tray area changes and has a tick on it.)

7. Finally navigate to cssfiles (or jsfiles) folder and right-click on any of the files in it. Go to Dropbox » Copy Public Link. And the link is there in your clipboard.

Use the link anywhere you want the files to be accessed. There's no bandwidth limit as of now! The bandwidth limit for free accounts is 10 GiB per day.

Tags: Dropbox, File back-up, Free hosting

Labels: ,

Read More
Open Atrium is an open source intranet software built on Drupal. It lets you create blogs, twitter-like micro-blogging system, manage your tasks using a calendar, manage and collaborate with groups, track your to-dos, write wikis and more — all under one banner.
Open Atrium has been developed by Development Seed and it is currently in beta. You can download it from the Open Atrium site. The application is in beta, so get prepared for bugs and issues.

Open Atrium has a beautiful and arty interface, easy to access admin panels. The interface is way better than what Drupal has to offer. The classy interface is certainly a sign that Open Atrium is made for corporate usage too.

If you are missing any feature, you can add it too. Open Atrium offers a very easy guide for developers to build additional features on top of Open Atrium.

While installing Atrium to our local server, we found that the tar-file available at the download page is broken but the zip file is intact. So, do download the zip file and install after extracting from there. Also, the scripts are too heavy to be executed.

The public release of Open Atrium will be mid-July. Keep your finger crossed for a better and improved Open Atrium.

Tags: Drupal, PHP, Intranet

Labels: ,

Read More
In a bizarre incident, a hacker spied into email accounts of several twitter employees (including that of Twitter-founder Evan Williams), sneaked into confidential documents and then, may be to prove his worth, sent all those confidential documents to Techcrunch. And now, Techcrunch is showing the whole world what Twitter's financial projections are, how they plan to have a reality show, and so on.

Micheal Arrington, Techcrunch co-founder, was very clear about his intentions.
But we are going to release some of the documents showing financial projections, product plans and notes from executive strategy meetings. We’re also going to post the original pitch document for the Twitter TV show that hit the news in May, mostly because it’s awesome.

It is utterly surprising to see a $55-million start-up setting their server password to 'password', the second most common passwords people use (around 3.78% people use it). It's high time they should pay some heed to their own security rather than that of the users.

What's more interesting is that Twitter was expecting an astronomical one-billion users by the end of 2013 from a projected 25 million by the end of 2009. This is something even Facebook, which has a user-base of 250 million, has not been able to achieve.

Twitter, on the other hand, tried to make a confession that the employees needed to be reminded "of the importance of personal security guidelines." In a blog post, they wrote,
It's important to note that the stolen documents which were downloaded and offered to various blogs and publications are not Twitter user accounts nor were any user accounts compromised (except for a screenshot of one person's account and we contacted that person and recommended changing their password). This was not a hack on the Twitter service, it was a personal attack followed by the theft of private company documents.
They even made it clear that legal actions can be taken against the hacker and everyone "who accepts and subsequently shares or publishes these stolen documents."

Tags: Twitter, hacked

Labels: ,

Read More
As long as downloaded files are not used for profit, piracy is legal in Spain. A recent judgment seems to have made it clear. TorrentFreak wrote that a man accused of downloading 3322 movies online during the year 2003-04 has been let off by a judge.

The judge observed that the files downloaded were for personal use and for sharing with other internet users. Thus, it should not be considered crime.

Spain is always considered to be a hotbed of illegal file-sharing. Blubster.com, arguably the biggest music-sharing P2P site, is based in Spain.

The judgment is probably the first of its kind. Recently, The Pirate Bay was found guilty of copyright infringement in a lawsuit held in Sweden. The Spanish verdict may give PirateBay a reason to move to Spain. However, it is not clear what would be the fate of TPB after it has been bought by Global Gaming Factory X for $7.8m.

Tags: Piracy, File Sharing

Labels:

Read More
Often while writing blog posts, we find it hard to search for relevant images. And after storming into many a photo-sharing site, we get the ones we are looking for. Then comes the boring part of uploading. Since our blog is hosted with Blogger, we prefer to upload the images to Blogger.com. We always have the option to hotlink the image and put a link to the original photographer (or designer). But sites like Pixel2Life asks to use images from the same domain your blog is hosted in. Again, hotlinking to someone else's images is not a good practice since your page-views will eat their valuable bandwidth.

But a simple tweak in the search terms can find you images which are uploaded to Blogger.com by fellow bloggers.

If you look closely at the image URL provided by Blogger.com, you'd see that the URLs have a fixed pattern — they look like http://www.1.bp.blogspot.com/... Their are other patterns too: instead of 1.bp.blogspot.com, you may have 2.bp.blogspot.com or 3.bp.blogspot.com. But the domain field is the same — blogspot.com.

First, go to Google Image Search. Enter your search term. Now, append "site:blogspot.com" (without quotes) to your search term and hit enter.

For example, suppose you are looking for a Windows 7 logo, enter "windows 7 logo site:blogspot.com" and hit enter. Since logos are generally considered to be clip-arts, just select "Clip Art" from the options.

One-click Blogger.com Image Search

Here is a bookmarklet that does the whole job with ease. Just drag the following bookmark to your bookmarks toolbar. If you want to search for an image uploaded to Blogger.com, click on the bookmark, enter the search term and hit enter.
Blogger.com Image Search


Tags: Blogger, Google, Tips, Tricks, Tweaks, Search Hacks

Labels: ,

Read More
Twitter is again having troubles. This time it's an embarrassing one and denies the very way Twitter is meant to work. If you are seeing tweets from people you don't follow, you are one of those infected. Twitter's blog says the developers are working on the issue.

From what Twitter's official blog says, it looks like a serious problem. The post says,
This is obviously a significant problem and one we are working hard to address.
We anticipate that it will take several days for us to completely resolve all of the symptoms of this issue. We will update as we make progress.

Since only those you follow can send you direct messages, some people are also getting DMs from those whom they don't follow.

How To Solve It?

In case you are one of those who are seeing this symptom, just follow the person and then unfollow. This sorts out the problem.

Tags: Twitter, Spam

Labels: ,

Read More
A recent ScriptLogic survey has found that only 41% of organizations are planning to migrate to Windows 7 when it will be released on October 22 this year. The survey has found that about 40% of the organizations said that the biggest barrier to deploying Windows7 is the compatibility of the current applications.

At a turbulent economy, it was expected that a lot of organizations are trying to cut their expenditure. And guess what, around 43% said because of inadequate time and resources they are planning to skip Windows 7.

34% of the respondents said they are planning to complete migration to Windows 7 by the end of 2010 which is a long time given that the OS is being released in the last quarter of 2009.

But still it's a good figure if you compare the similar figures in case of Windows XP's release — only 12%-14% opted for WindowsXP in the first year of its release. With 41% acceptance, Windows7 can make it much bigger. Even the introduction to ScriptLogic's survey says,
the fact that nearly half of organizations surveyed are planning major rollouts during 2009-2010 indicates a high acceptance of Windows 7 among small and medium businesses.
ZDnet is also predicting a high projected growth of Windows 7.
Read the survey at ScriptLogic

Tags: Windows 7, Windows, Microsoft

Labels: ,

Read More
SlickMap CSS is stylesheet package that makes building sitemaps a snap. It creates sitemaps from HTML unordered lists (i.e. <ul> tags). It has a very small footprint — 6KiB of CSS file and 5KiB of images. The resulting sitemap has tree-view layout and has a nice gradient effect on each link.
To create a sitemap, your HTML should look like this:

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Site Map</title>
<link rel='stylesheet' href='slickmap.css'></link>
</head>
<body>
<div class='sitemap'>
 <h1>My SiteMap</h1>
 <h2>Find stuff here</h2>
 
 <ul class='col4' id='primaryNav'> <!-- the class should be col# where # is the number of columns you want in the sitemap -->
  <li id='home'><a href='http://ad1987.blogspot.com/'>Home</a></li> <!-- you must put id='home' for this li element -->
  <li><a href='/about'>About</a>
   <ul> <!-- this ul element is nested -->
    <li><a href='/about/abhisek'>Abhisek</a></li>
    <li><a href='/about/abhitech'>AbhiTech</a></li>    
   </ul>
  </li>
  <li><a href='/blog'>Blog</a></li>
  <li><a href='/contact'>Contact</a></li>
 </ul>
</div>
</body>
</html>
[Do follow the above code closely; important sections are commented.]

Remember SlickMap CSS doesn't work on Internet Explorer. So you may have to find workarounds for making it work in IE. However, it works like a charm in Firefox, Safari, Opera. It also uses CSS3 features which means it won't work in earlier versions.

Tags: CSS, sitemap

Labels:

Read More