MarketingTypo.com

Internet Marketing, Web Analytics, SEO, SEM, and Social Media

Consumer Watchdog Uses Google Analytics to Track User Behavior…Wait, What?

Yesterday I posted about a video being shown on a jumbotron in Times Square that showed Google CEO Eric Schmidt as a privacy peeping Tom; gathering information from unsuspecting children as he offered them “free” ice cream in his Google ice cream truck. Well Business Insider made an interesting discover today that calls out Consumer Watchdog for their hypocrisy. What did they do that is hypocritical you may ask? They use Google Analytics to track the behavior of users on their company’s site.

Sigh.

CW’s privacy policy does state that they track user cookies, but it insists that they don’t do anything else with it but use it for informational purposes. That is all well and good, the issue that BI and, I am sure, everyone else that saw/heard the video and thought it was a little extreme will take with this bit of information is that Consumer Watchdog takes a huge stand against companies (especially Google) sending this information to third-parties – and that it just what they are doing.

Check out the SEO Tools guide at Search Engine Journal.

Consumer Watchdog Uses Google Analytics to Track User Behavior…Wait, What?


View full post on Search Engine Journal

Follow MarketingTypo on Twitter

Follow MarketingTypo on Plurk

LinkShare_468x60v2

posted by MarketingTypo in SEO and have No Comments

Google Fixes Bug That Leaves Some User Blacklisted as Spammers

Over the past few days, ending on Thursday, certain Gmail users were experiencing a problem with their accounts – specifically, having emails resent multiple times even when the communications in question were deleted. Even though Google says this bug only affected less than 2.5% of users, in a statement by the company at the end of last year it was reported that there were over 176 million people using Gmail. So although that percentage may seem minuscule, that still amounts to about 4 million accounts sending rogue emails for almost a week.

Users flocked to the support forums posting similar stories of having people, among which many companies’ clients, informing them that they had received multiple copies of the same email. Business owners, especially, were put-off by this malfunction because they feared that they would appear unprofessional to clients and other customers. Google resolved the problem and an apology was issued by an employee on the forum:

“Sincerest apologies for the inconvenience this has caused you,” he wrote. “While I can’t take the messages back with some sort of magical Undo Send, I totally sympathize with your situation.”

Google says all new emails should unaffected by the issue.

Check out the SEO Tools guide at Search Engine Journal.

Google Fixes Bug That Leaves Some User Blacklisted as Spammers


View full post on Search Engine Journal

Follow MarketingTypo on Twitter

Follow MarketingTypo on Plurk

LinkShare_468x60v2

posted by MarketingTypo in SEO and have No Comments

Finding user similarities in social networks

This study focuses on how to find similarities amongst individuals using social media based on their behavioral characteristics. Finding such similarities across myriad social networks has beneficial uses: making users aware of other users with similar interests, finding users who comment on the same blogs, and enhancing already existing recommender systems (e.g., Pandora’s partnership with Facebook). Would be interesting to see a real estate application using these theories.

View full post on Real Estate Relativity

Follow MarketingTypo on Twitter

Follow MarketingTypo on Plurk

LinkShare_468x60v2

posted by MarketingTypo in Technology and have Comment (1)

You Can Block Any Facebook User Except Mark Zuckerberg

The title of this post kind of says it all. As pointed out by blockzuck.com, you can block anyone on Facebook except CEO Mark Zuckerberg. If you try to do it (we did), you’ll get a message saying “General Block failed error: Block failed.”

This kind of thing is funny, and adds a little personality to the site. But Facebook is getting way too big and culturally important for things like this to continue. In 2005 it was cool for Zuckerberg to have a business card that said “I’m CEO…Bitch.” And we can forgive early Facebook engineers from perusing confidential user data in their leisure time. But it’s time for this company to go through puberty and start acting more like a teenager than a fifth grader. If you want to block Zuckerberg, you should be able to block Zuckerberg.


View full post on TechCrunch

Follow MarketingTypo on Twitter

Follow MarketingTypo on Plurk

LinkShare_468x60v2

posted by MarketingTypo in Technology and have Comments (14)

Great Presentations on User Experience [Must See]

Here is presenting some of the most interesting slideshows on User Experience.

Beginner:

What is User Experience

An introduction to the factors that affect and define user experience. A basic overview for beginners.

Design for User Experience

Tips and guidelines to follow while designing for good user experience along with screenshots as examples.

10 Most Common Misconceptions About User Experience Design

Common myths about user experience are disclosed and discussed here.

Designing Experience F08

Introduces the basic principles of user experience with suggestions for designing good online and offline experiences.

User Interface Design


via

Related posts:

  1. Paisa – Manage your Stock Portfolio [Great User Experience]
  2. What Microsoft says about Google Apps? Incomplete Solution, Unfamiliar User Experience
  3. Nokia’s Big Bets for 2010 – Maemo, Reengineer Symbian, Improve User Experience.


View full post on Pluggd.in

Follow MarketingTypo on Twitter

Follow MarketingTypo on Plurk

LinkShare_468x60v2

posted by MarketingTypo in Advertising and have Comment (1)

The Complete Beginner’s Guide to User Scripts

A user script is code written in a programming language that allows you to control a piece of software. Think for example, macro’s in Microsoft Office that help improve your work flow. Well did you know that you can do the exact same thing with your browsing experience, and the websites you view? Well you can, and it’s amazing. Greasemonkey first came around in 2004/05, and its the tool that really threw user scripts in the browser out there. Greasemonkey is a Firefox extension that allows you to write scripts that alter the web pages that you view. It allows you to make web pages more usable, more viewable, fix bugs for yourself; the possibilities are endless.
Lets look at an example of a fantastic user script that solves some problems for the user. Twitter is a fantastic tool, that many of us web designers, and developers use to collaborate, share knowledge, and make new connections, as well as letting current, and prospective clients keep up with our work. However, if we are all honest, there are things about twitter that annoy, and limit us. Mentioning someone can be a difficult task, especially when you can’t remember their exact twitter name. Working out which people you follow are following you back is a monumental task. Navigating in the dark with URL shorteners can be potentially dangerous (NSFW). The new re-tweet button doesn’t let you add your own thoughts to a tweet without copy pasting. That’s just naming a few, but that can all be fixed, with a user script!

This user script, Making twitter better!, solves all these issues that we have. It auto-completes twitter names as you type for you, it shows an icon next to people who are following you back, it unshortens url’s for you so you can feel safe clicking links, and it add’s a new button; comment. This really shows the power that these user scripts have.

So what are user scripts coded in?

When you install Greasemonkey in Firefox, you’ll notice no difference at all. Greasemonkey itself doesn’t do these incredible things. It’s the user scripts that Greasemonkey runs that do the work. For the user scripts we are working with, these are imply chunks of javascript code, with a bit of additional information for Greasemonkey to work out where and when to run the script. These user scripts have the power to target a specific site, page, or a group of sites, and it has the power to do anything you can do with javascript, and more. That means, with a basic knowledge of javascript, you can get stuck right into making your own scripts!

What is browser support like?

You’ll be happy to know, that since Greasemonkey’s release in 2004/05,  user scripts are no longer just limited to Firefox. You are able to user userscripts in Internet Explorer, Opera, Chrome, Safari, and of course Firefox, with support for other browsers being limited, but sometimes available.  (I cannot vouch for each of the following options as I only use Chrome as my browser)

Internet Explorer

For internet explorer, your main option for similar functionality appears to be IE7Pro. This is an add-on for IE6, 7 and 8 and adds features such as tab enhancement, ad blocker, flash blocker, mouse gestures, inline search, privacy enhancements, online bookmark service, Greasemonkey-like user script support, and plug-in support.

Chrome

Google Chrome, you’ll be interested to hear, comes with built-in support for user scripts as of February 2010, so no add ons are necessary! Basically, Chrome turns user scripts into extensions and runs them as such. However, support for some user script specific functions are lacking, so be prepared to find the odd script that wont work for you.

Safari

Safari, unlike Chrome, doesn’t come with built-in support. For users of Safari 5, there is an extension called NinjaKit which allows you to obviously run user scripts. For users of older versions of Safari, there is an alternative called Greasekit which is a SIMBL plugin.

Firefox

Firefox obviously harness’ the power of user script through the Greasemonkey script. No surprise there since it has done since 2005!

Opera

Opera, like Chrome, is capable of running user scripts itself. Similarly to Chrome, you may run in to trouble with some scripts, but the majority will run fine.

Some user script for your use

Of course, what use would these browser implementations be without some scripts to use? Here are 20 fantastic scripts to get you started!

YouTube Video Download

Scans the YouTube page for all download formats, from iPod compatible MP4s to high-definition 1080p.

Disable Google Fade-in

Disable the animation from Google’s new homepage.

Show Just Image

Removes garbage from some image hosting sites and displays the image only.

Download from YouTube

Adds FLV, MP4, 3GP, and 720p download links to YouTube.

Google Inline MP3 Player

Inserts Google Reader’s MP3 Flash player next to any linked MP3 file you stumble onto while browsing

Chromium RSS-Feed Detection

Detect the RSS-Feed on Pages and show a little “SearchClone”-dialog

Helvetwitter

Twitter is becoming more and more cluttered with useless features and other junk. This strips it back to the basics.

Helvetical

Helvetical turns the mayhem of the Google interface of Google Calendar into something that doesn’t offend.

Helvetireader

Helvetireader aims to make the interface of Google Reader a clean, minimal experience where you’re not assaulted by an array of colours, social features and buttons.

Faviconize Google

Adds favicons to each link offered by Google search results.


LookItUp

Quickly look something up in Wikipedia, a dictionary or whatever you like (its easy to add custom sites!). The result is displayed directly on the page.

Persistent Max Google Calendar

This script will allow you to max out your screen real estate in Google Calendar by allowing a full screen option via pressing F12.

Helvetimail

Give your Gmail the beautiful, minimal experience it deserves with this Helvetica styled script.

SearchJump

Allows you to jump quickly between search results on different engines.

Nested Twitter Replies

Adds nested replies to every Twitter conversation thread.

Google Search Sidebar

Adds a sidebar with search results from Dictionary.com, Wikipedia, Flickr, and YouTube. Please report any bugs.

TinyURL Decoder

Decodes shortened URLs to their original URLs. Supports a lot of url shorteners.

Facebook Purity

Fluff Busting Purity is a script that alters your Facebook homepage to only show the most relevant information to you.

Make Twitter Better

Nested Replies, Custom Search Tabs, Autocomplete, Pagination, RT button, Media Embed, URL Expansion, Hash Tag Search Links, Social Links

FFixer for Greasemonkey

Enhancements for Facebook: bigger profile pictures and photos, easier viewing of albums, links to download videos, showing people’s age and sign, google calendar integration, bookmarks, keyboard shortcuts & more. Fully customizable!

Further Discussion

Well there you have an introduction to user scripts. They’ve been around for a while, but are as powerful as always, and are becoming more popular in modern browsers. If you have more scripts to share, or want to ask any questions, do so in the comments!

View full post on 1stwebdesigner – Graphic and Web Design Blog

Follow MarketingTypo on Twitter

Follow MarketingTypo on Plurk

LinkShare_468x60v2

posted by MarketingTypo in Uncategorized and have No Comments

Persuasive design principles and website user behavior

Motivation, ability, and triggers influence users’ website behavior, according to this research paper by Stanford researcher BJ Fogg. This is important if you’re targeting specific behavioral action (e.g., filling out a lead form). Before a user takes a desired action, she must be sufficiently motivated to perform the desired action, have the ability to do so, and be appropriately triggered to take action.

Fogg’s model is fairly easy to digest. For example, let’s say you want to drive more listing appointments (the target behavior), there is a trade-off between motivation and ability. In this scenario, a user’s motivation is somewhat variable (either they are interested in the property or not). Thus, as website designer you should concentrate on the “ability” side of the equation: do you make it a simple fill-in-your-email-address form, or do you make users fill out more detailed information prior to submitting their request? On this issue, Fogg concludes:

The implication for designers is clear: Increasing motivation is not always the solution. Often increasing ability (making the behavior simpler) is the path for increasing behavior performance.

Contemplating appropriate triggers is where it gets really interesting for website designers. According to Fogg, without an appropriate trigger, targeted behavior will not occur even if motivation and ability is high. There are three elements of a successful trigger: the trigger must be noticed, the trigger is associated with the targeted behavior, and the trigger occurs WHEN we are both motivated and able to perform the targeted behavior. Fogg argues that timing is THE critical element and is often missing:

In fact, this element is so important the ancient Greeks had a name for it: kairos – the opportune moment to persuade. As I see it, the opportune moment for behavior performance is any time motivation and ability put people above the behavior activation threshold.

Poorly-timed triggers (e.g., pop-ups) generally do not drive a user to take a targeted action and can even cause a negative emotion. Thus, Fogg argues that proper triggers will align with collaborative CRM concepts (which I earlier discussed), functioning mostly as “signals” or “facilitators”. I encourage you to read Fogg’s research paper (all 7 pages) as he further details the discreet elements under motivation, ability, and triggers that influence website behavior.

Photo credit: ell brown (off to Italy)

View full post on Real Estate Relativity

Follow MarketingTypo on Twitter

Follow MarketingTypo on Plurk

LinkShare_468x60v2

posted by MarketingTypo in Technology and have Comments (3)

Making User Interface Elements Difficult to Use By Intent

Making User Interface Elements Difficult to Use By Intent

In modern web interface design, no other principle has been heralded and pushed onto us as much as the concept of user-centered design. User-centered design tells us that we should do everything we can to make our user interfaces as easy to use and as intuitive as possible.

However, a big part of designing user interfaces that are easy to use also involves figuring out what things should be a bit more difficult to to use. It’s a counter-intuitive notion that’s central to effective user interface design.

Why Make Certain User Interface Items Difficult to Use?

I can think of 3 main reasons for making an interface element more burdensome to utilize:

  1. When using the interface element is costly to the user if used by accident
  2. When there’s an overall improvement to the UI as a whole
  3. When the cost of maintaining a feature is costly to the provider if used frequently

High Cost of an Error in Usage

When you accidentally delete a file or click on a button that you didn’t mean to, there’s going to be a cost. For example, recovering a deleted file in a traditional operating system such as Windows costs time. To get your deleted file back, you need to:

  1. Minimize your current application so that you can see your desktop
  2. Click on the Recycling Bin icon
  3. Locate the deleted document in your bin (or type in a search term if you have many files in your bin)
  4. Right-click on it to see and issue the restore command
  5. If you want to continue working on the document, you need to reopen it

That’s a costly mistake. Good user interfaces will have safeguards for this situation, such as obfuscating the visibility of the delete command and showing you a confirmation dialog that asks you if you really want to delete the file. Burdening the deletion process is a purposeful design choice to avoid the more costly event of accidentally deleting the document.

Example: Deleting Content in WordPress

In older versions of WordPress, when you deleted content by accident (such as that post draft you’ve been working on for a month), there was no simple way to recover from the mistake. There was a confirmation dialog window that asked you if you did in fact mean to delete the content, but if you’re quickly going through, say, spam comments and deleting them one by one, there will be accidents. In older versions of WordPress, when you delete something, it was irreversible.

Deleting Content in WordPress

To fix this, WordPress added an additional feature called Trash. It works much like the Recycling Bin in operating systems that temporarily house files you’ve deleted in case you want them back.

Deleting Content in WordPress

Although it’s now harder to permanently delete WordPress content since you have an additional step to go through to remove the stuff you deleted inside your Trash, by intent, the deletion process was extended and made more difficult to prevent the more costly event of accidentally deleting a post or comment.

Improving the Overall UI System

When there are a lot of interface items competing for your attention, the result is an intimidating and cognitively burdensome UI.

For newer users of the system, having too much noise going on all at once can slow down their ability to learn how the system functions.

But we want people to have ready access to all of these awesome features, so the tendency is to fit as many things as we can into our screens.

Fitt’s Law

To help explain the value of making some interface elements more difficult to use for the overall good of the system, I’ll borrow from Jeff Atwood’s discussion of the opposite of Fitts’ Law.

Fitts’ law is a human-computer interaction (HCI) model that predicts the speed in which someone can move to an objective. It applies to any human-computer interaction situations that involve human movement and a target.

In the context of graphical user interfaces on computer screens, the model attempts to quantify the factors that improve someone’s ability to, for example, point and click on an interface element such as a call to action button.

If that sounds too complicated, we can simplify the model this way: Things that are important and frequently used should be bigger and closer to the user[1].

It makes sense: Bigger things that are closer to us are easier to get to and touch than those that are smaller and farther away.

So, if Fitts’ Law states that interface elements that are essential to the user should be bigger and closer to them — or in the context of a computer screen, easier to find and see — Atwood looks at the problem in reverse and asks, "What should we do with UI elements we don’t want users to click on?"

The answer is simple. By logic, we make those UI elements more difficult to use, locate, and find by making them smaller and more distant to the user.

Doing this forces us to prioritize what interface elements are more important. In turn, this creates visual hierarchies in our UI elements that help the user understand how the system works.

Example: Freshbooks

One of my favorite apps, Freshbooks, demonstrates this point well.

The web app’s design smartly implements a logical visual arrangement of its interface elements to make things easier and more intuitive.

For example, in the Expenses tab, there are 6 commands you can perform from the top interface command set:

  1. Add a new expense
  2. Archive
  3. Delete
  4. Copy
  5. Convert to an invoice
  6. Search

Look at the variations in size, grouping and spacing of those commands. Some are close together, some are farther down to the right, Search is deemphasized.

Which command is the most important? Which one is the least important?

Counter-Example: Microsoft Word

Just because they’re our favorite whipping boy, let me follow the trend and pick on a Microsoft product: MS Word 2007.

Counter-Example: Microsoft Word

MS Word has a cluttered main menu, and there’s not a lot of thought put in, in terms of Fitt’s Law. They all seem of equal value and thus, it’s harder to find the things you need.

How many times do you need to adjust your document margins or theme? Probably just once.

How many times do you need the Acrobat tab? (Never in my case).

Should all of these options be shown by default, or should they be hidden and more difficult to access for the overall good and simplification of the UI?

By hiding some interface elements or by making them smaller, you are afforded with more room to work with for commands that are truly important and often used (such as styling commands for bolding and emphasizing text).

High Cost to the Provider

Some features might be too costly to us as providers if they’re used regularly. An example of this situation is in obfuscating or burdening the customer support process so that users are encouraged to help themselves before submitting a help ticket.

Let’s use a real-world analogy to explore this topic: Toilet paper in public restrooms. Toilet paper in public restrooms are typically provided free of charge as a courtesy to bathroom goers. You can guarantee that toilet paper in these restrooms will be as rough as sandpaper and manufactured as cheaply as possible.

The reason this is so is that it’s a free service. One of the ways to cut costs is to get the cheapest toilet paper possible.

But what if the public restroom operator had some spare money to spend? Should he/she improve the quality of their toilet paper?

Nope.

There are other benefits to keeping toilet paper as crappy as possible. By making toilet paper difficult to use, they discourage people from taking advantage of the offering unless they absolutely need to.

For instance, many would hesitate to take rolls of toilet paper home because they’re unbearable to use and they probably have better stuff waiting at home. Some might even refrain from using public restrooms if they know that in five minutes they’ll be at home and in the comfort of their own restroom.

It doesn’t take away from the user; they still have the feature (toilet paper) but they’re just less likely to use it if they can avoid it. There is no lack of feature availability, so it’s okay.

Example: Download Feature in Design Instruct

I’ll use an example closer to home. On Design Instruct, everything is free: You don’t have to pay a subscription fee to access the site, you don’t have to register to use any site feature, and you don’t have to jump through hoops to download stuff (such as Photoshop files and freebies).

On similar sites that provide free downloads, they’ll often have large call to action buttons placed prominently at the top of the web page, enticing the user to download their source file.

Download Feature in Design Instruct

In retrospect, on Design Instruct, the download feature is at the very bottom of the tutorial, as a link with a purposefully intimidating heading ("Download Source Files") and link name ("some_file_name").

Download Feature in Design Instruct

Our reasoning is to discourage the feature’s use unless you really need to. This is because the download feature, although great for our users that need it, costs us an arm and a leg in bandwidth and servers (we need a dedicated server and CDN just for these downloads).

The download option will be used more by long-time readers who are already familiar with the interface and less by one-time visitors who’ll never return to the site again.

The objective here is simple: we want to prioritize our resources in such a way that the readers who’ve been with us longer are the ones that are likely to take advantage of this feature.

Example: Minimizing Free Signups in Basecamp

Another example where this concept can be seen is in Basecamp’s pricing page. Basecamp offers a free plan, but they’d much prefer you sign up for their premium plans.

In the screenshot below, I’d wager that many people miss the "free plan" option and find it more difficult to click on because of the option’s size and position, especially when compared to UI elements around it.

Even though they want to make this option available, minimizing free signups versus premium signups is the objective of this screen.

Minimizing Free Signups in Basecamp

Further Reading

Here are a few articles related to this topic.

References

  1. Fitt’s Law

Related Content

About the Author

Jacob Gube is the Founder and Chief Editor of Six Revisions. He’s also a web developer/designer who specializes in front-end development and a book author. If you’d like to connect with him, head on over to the contact page and follow him on Twitter: @sixrevisions.

View full post on Six Revisions

Follow MarketingTypo on Twitter

Follow MarketingTypo on Plurk

LinkShare_468x60v2

posted by MarketingTypo in Design and have Comments (10)

Motorola Droid 2 user manual spills out for your pre-release perusal

You know how we’ll know when we’re living in the future? When user manuals for gadgets start leaking out before that gadget even officially exists. Oh, that’s now. Welcome to the future!

If you’re just itchin’ to know all the right places to touch the Droid 2, you’re in luck: the user manual has just leaked out.

Unearthed by DroidLife, the guide confirms some interesting tidbits:

  • If you were hopin’ for vanilla, untouched Android.. sorry! From the screenshots, it looks like it’s running the same build of Motorola’s MOTO BLUR interface as the Droid X.
  • The screenshots look oh-so-Android-2.2ish, with a handful of hints indicating that this thing will ship with Froyo out-of-the-box.
  • Like the Droid X before it, it looks like the Droid 2′s on-screen keyboard will be multitouch. It’ll also come pre-loaded with Swype.

You can find the link to the full user manual here. Find any other gems lurking within its pages? Let us know in the comments below.


View full post on MobileCrunch

Follow MarketingTypo on Twitter

Follow MarketingTypo on Plurk

LinkShare_468x60v2

posted by MarketingTypo in Technology and have No Comments

iPad owner? PC user? AlwaysOnPC lets you access your PC from your iPad.

TNW Quick Hit

AlwaysOnPC allows you to access your PC or Mac from your iPad, on the go.

Love It: Allows you to view your Office suite, FireFox, Flash and more right from your iPad.

Hate It: The app does not yet support Flash audio or full-motion video, and requires an active 3G or WiFi network connection to function.

Overall: 5/5

The Details

Proving that they are no flash in the pan and having one’s head in the clouds is a grand thing, Xform Computing has released the iPad version of their popular iPhone app, AlwaysOnPC, which allows you to access your home computer from your iPad, anywhere or at anytime, even when your home computer is turned off.

The app is feature-rich, giving you use of 40 applications, including the aforementioned Office suite, FireFox, and Flash on your iPad at an extremely low introductory price of $9.99.

AlwaysOnPC’s iPad app affords you the ability to “Work with your Excel or Power Point files, monitor Google Analytics (on the actual site), read email, simply click to open attachments, play Flash games on Facebook or other sites, and much more.”

Additionally, the AlwaysOnPC iPad app features:

  • Free software so you can access your AlwaysOnPC from your PC or Mac
  • Edit, crop and retouch photos such as GIF, JPEG, TIFF and more with the included image editing program
  • Browse the web on FireFox 3.5.6 with Flash support
  • Copy and paste between Office applications and the photo editor, drawing program, email and more
  • Included storage: 2 GB of online disk space to store your files
  • 3rd party Online Storage support: DropBox is pre-installed. Other vendors such as Box.net, Jungle Disk, Carbonite, SugarSync, Google Docs and others can be  accessed via FireFox
  • Install free FireFox Addons like xMarks to import & sync your bookmarks and passwords with your PC or laptop
  • Install your favorite FireFox toolbars like Google or Yahoo! Toolbars

This iPad app is not compatible with the iPhone version, which is a bit of a let down, but at $9.99, the iPad version of AlwaysOnPc is 40% less than its iPhone counterpart.  For anyone that desires to access the files on their PC or Mac from their iPad, there is no better option than the AlwaysOnPC iPad app.

Original title and link for this post: iPad owner? PC user? AlwaysOnPC lets you access your PC from your iPad.

View full post on The Next Web

Follow MarketingTypo on Twitter

Follow MarketingTypo on Plurk

LinkShare_468x60v2

posted by MarketingTypo in Business Trends and have Comments (3)
Get Adobe Flash playerPlugin by wpburn.com wordpress themes
0
0, 0
Max visitors today: 30 at 01:00 am ICT
This month: 124 at 09-01-2010 05:48 pm ICT
This year: 173 at 03-10-2010 08:15 am ICT
All time: 173 at 03-10-2010 08:15 am ICT