Using Credit cards#

Using Credit cards

Credit card fraud is a big issue in India and abroad. I still know lot of people who never uses internet banking and earns more than a million rupee a year in IT field. Most of the time I have felt why these people are more reluctant?? Sometime back a colleague of mine used to give me money every week for booking him a rail ticket in IRCTC. He had a debit card, he was eligible for a Corporate Credit card but he never used those in the internet.

Even last week one of my ex-Manager who is yet to start a interior designing business came to my home to buy some softwares and domain name using my card in the internet. Lot of times I have used my cards for my friends’ purchase online.

But lot of Credit card based fraud are really making me to think twice before helping others to use my card... Visa & Master card gives a new way to secure your card information online called Verified by Visa and MasterCard SecureCode. Most of the companies comes with their own way of securing or some good proven way to secure that. Nearly two years back I criticized in my blog about HSBC over killing the users by giving a security device.

 BBC claims that they have purchased UK residents credit card details from New Delhi. [More] This new issue and other stories are really making me to feel that those reluctant people are better!

3/25/2009 4:17:47 PM (India Standard Time, UTC+05:30) #    Comments [0]  |  Trackback

 

Application Pages Vs Site Pages#

Application Pages Vs Site Pages

Remember the difference between them in SharePoint (MOSS 2007)

 

Yesterday, somebody asked me the difference between the application page and site page in Sharepoint. Having developed five custom site and application pages in Sharepoint, I couldn't explain what exactly it is. I really got confused over time, as usual my brain was blank.

In a second after opening a SharePoint VS solution file, I got it. Just remember as the name indicates, Application pages can be used across SharePoint Web Applications and the Site pages are used across the Site(s). When you remember this, then you wont get confused. If its across applications then its the only _layout folder which is helping us. Wherein the site pages are the ones what we want to be specific for a site or to its contents and OOB example are AllItems.aspx, default.aspx etc.

Yes, I agree that working in a dozen of pages will also help you to remember, but in the beginning, even after a year,  lot of things in SharePoint is confusing and time consuming. Main reason behind this is our lack of basic understanding and poor memory. I strongly recommend every SharePoint developer to read the Inside Microsoft Windows SharePoint Services 3.0 and a SharePoint administrator to read Microsoft SharePoint Services Administrator's Pocket Consultant.

3/20/2009 2:43:47 AM (India Standard Time, UTC+05:30) #    Comments [2]  |  Trackback

 

Multiple Inboxes for GMail#

 Multiple Inboxes for GMail

Multiple Inboxes for GMail

Last month Gmail Team announced a new GMail Lab feature called Multiple Inboxes. I really thought its about having Multiple Inboxes. Its not so. It wont allow you to see multiple Inboxes at the sametime. Its just a Multi-view or Multi-pane view of messages in some order or pattern. ie., You can create a view and define that to display all the mails labeled something, or from some account etc.

I have five accounts in Gmail (my old Gmail Id, other 3 ids for three different reasons created in the Google Apps - Kiruthik.com account). All the four are forwarded to the id mail-at-kiruthik.com. So mails from those account would reach this mail@kiruthik inbox.

3/13/2009 3:01:49 AM (India Standard Time, UTC+05:30) #    Comments [0]  |  Trackback

 

Free ASP.NET MVC eBook#

Free ASP.NET MVC eBook

Source : Hanselman & ScottGu

 

3/12/2009 4:50:07 AM (India Standard Time, UTC+05:30) #    Comments [0]  |  Trackback

 

Twin Oscars for AR Rahman#

Twin Oscars for AR Rahman

AR Rahman with Twin Oscars in Hand

 

A.R. Rahman, the Legend holds up his Oscars for best original song and best original score for 'Slumdog Millionaire' backstage at the 81st Academy Awards in Hollywood.

2/23/2009 11:44:01 PM (India Standard Time, UTC+05:30) #    Comments [0]  |  Trackback

 

How to Find/Check the CRC ?#

How to Find/Check the CRC ?

What is CRC ?

Cyclic Redundancy Checking is a method of checking for errors in data that has been transmitted.

The cyclic redundancy check, or CRC, is a technique for detecting errors in digital
data, but not for making corrections when errors are detected. [More]

How to find the CRC value?

There are lot of tools to find a CRC value. I use Microsoft CRC Verification Utility (7KB), which is available in the Tools and Resources section of MSDN Subscribers’ Download.

Why we need to check the CRC ?

We mostly download Gigabytes sized files frequently. Few weeks back I downloaded the 64bit Version of Windows Server 2008 R2 beta from the MSDN Download, and the size of the iso file is around 4.5GB.

Most of the time the downloaded file will not have any problem. Rarely, when we try to open,install or burn the downloaded file, we might end up with a message saying its corrupted. In that case, we need to check the CRC value published by the source of the file, in my case its MSDN Subscribers’ Download section. MSDN Subscribers’ Download section always shows the CRC Value of each and every file they allow you to download, even if its 1MB or less.

After burning the iso file, when the Windows Server 2008 R2 beta installation was half the way, I got this error, some .cab missing in the Source media. Then I checked the CRC of the file in MSDN and the file in my Download. Both were same.

Finding the CRC Value of the .iso file

 

CRC of the iso file in MSDN Download

Where is the problem then ?

Yes, its with the DVD. I checked the CRC of the DVD, well as expected it was wrong.

Finding the CRC Value for the DVD - corrupted one


Then I burnt the same iso file with a Rewritable DVD, which then had the same CRC.

Finding the CRC Value for the DVD

2/22/2009 6:47:01 PM (India Standard Time, UTC+05:30) #    Comments [3]  |  Trackback

 

CSS Reference for SharePoint 2007#

CSS Reference for SharePoint 2007

 

Most of the time we endup changing the CSS styles of an existing Sharepoint Page objects like Top Horizontal Navigation, Search, Site Actions etc.
The CSS for the same can be found IE Developer Toolbar, but we miss the list of those or atleast the frequently used ones. Heather Solomon haves it here.

2/9/2009 8:57:13 PM (India Standard Time, UTC+05:30) #    Comments [0]  |  Trackback

 

All content © 2010, Kiruthik Nandha Kumar