Skip to main content

Posts

Scrum in less than 10 mins

Here is an introductory video of Scrum. Video is hosted on Youtube and is 8 min long. Related posts: Scrum Vocabulary   Scrum in Five Minutes - Executive Summary

Maven: The Definitive Guide - Free Download

The people at sonatype have released Maven: The Definitive Guide book for free on PDF/html. Download your copy and folow the blog. Download eBook Follow Blog

Staying in Touch: How Does Your Generation Communicate?

MILLENNIALS Text and IM all day long; reach out to friends by posting status or photos on Facebook; use Skype to call a college friend who's getting a masters at Oxford; post to a personal blog; microblog through Twitter "tweets"; email Mom GEN X For friends, use Facebook to send messages, post photos of last weekend's party or write on an old friend's wall; for colleagues, connect through LinkedIn BABY BOOMERS Email or phone old friends and colleagues when there's time THE SILENT GENERATION Send cards and letters, with an occasional email [Received in an email]

How Do You Want to Pay? Google?

Herald Sun reports that Google Australia is considering a plan to take on payments giants such as Visa, Mastercard and B-Pay in the booming online payments market. The move comes as the search giant secured a financial services licence from local regulators. The Australian Securities and Investments Commission recently issued Google Australia with an authority to provide deposit and payments services to local merchants and shoppers. While the licence does not permit Google to provide cash-based payments services to Australian clients, it will enable the group to facilitate digital or online transactions. Web-based commerce is a hotly contested and lucrative market for payments providers and has spawned a raft of new players including E-Bay subsidiary PayPal. The ASIC licence potentially opens a fresh revenue stream for Google which will be able to collect processing and transaction fees for bringing shoppers and merchants together via its websites. Through PayPal, EBay has stolen a ma...

How to make WSAD ask for workspace location?

When WSAD starts-up, it ask for the workspace location to open. In the same dialog box, there is a checkbox below the workspace location and it reads like - Use this workspace as the default and donot show this dialog box again. Accidently, I checked the checkbox, and alas, I was unable to change my workspace. So, what to do now? How to get the dialog box prompt back? Right click on the WSAD icon and go to Properties -> Shortcut -> Target. Add -setworkspace to Target, and we are ready to go. After making the changes, Target should read like the below- "C:\tools\IBM\WebSphere Studio\Application Developer\v5.1.2\wsappdev.exe" -setworkspace Next time, you open WSAD, you will be prompted to select your workspace!

[Vista] Delete files using Disk Cleanup utility

Do you know whenever a program crashes in Windows Vista OS, it stores some 100 MB of system information on your hard drive, so that it can send to Microsoft to tell them why customers are unsatisfied with their product? One can only imagine the amount of data Microsoft’s servers have to handle! However, there is a built-in utility (Disk Cleanup) that allows you to free your system from unnecessary files, creating some extra space, and making the computer a bit faster. It removes temporary files, empties the Recycle Bin, and removes a variety of system files and other items that you no longer need. Disk Cleanup can be found in the Start Menu by going to Accessories -> System Tools. Alternatively, you can always use the search box and type the word "disk". In the Disk Cleanup Options dialog box, choose whether you want to clean up your own files only or all of the files (i.e. for all users) on the computer. In the Disk Cleanup: Drive Selection dialog box appears, select the ...

Learn AJAX with Google's help - Google's AJAX Playground

Google today released a new browser based tool that will make learning and testing code for Google's Javascript APIs a lot easier. Google's AJAX API Playground gives developers an easy to use interface to write some basic Javascript code for Google's eight Javascript APIs (Maps, Search, Feeds, Calendar, Visualization, Language, Blogger, Libraries, and Earth). The programming console provides sample starter applications for all APIs but you are free to change the source code and save the modified version to your own Google Account for referencing later. The Playground runs on top of Google's App Engine and was developed as a '20% project'. It will also be Google's official way to show Javascript samples. For anyone interested in exploring various Google APIs, I am sure this could be a great way to get some coding experience. Link: Google AJAX API Playground