You are hereIN
IN
Custom Numeric Format Strings

The "0" custom format specifier serves as a zero-placeholder symbol. If the value that is being formatted has a digit in the position where the zero appears in the format string, that digit is copied to the result string; otherwise, a zero appears in the result string.
Standard Numeric Format Strings

Standard numeric format strings are used to format common numeric types. A standard numeric format string takes the form Axx, where A is an alphabetic character called the format specifier, and xx is an optional integer called the precision specifier. The precision specifier ranges from 0 to 99 and affects the number of digits in the result. Any numeric format string that contains more than one alphabetic character, including white space, is interpreted as a custom numeric format string.
Standard Numeric Format Strings

"X" or "x"
Hexadecimal
Result: A hexadecimal string.
Supported by: Integral types only.
Precision specifier: Number of digits in the result string.
More information: The HexaDecimal ("X") Format Specifier.
255 ("X") -> FF
-1 ("x") -> ff
255 ("x4") -> 00ff
-1 ("X4") -> 00FF
Whatever It Takes: Creating Unique ID’s
Creating Unique ID’s
I have been looking into creating unique id’s, or at least id’s that are reasonably unique. You might have need for a unique id in a variety of situations, perhaps for invoices or in my case drawings. After scouring the web, I came up with a few ways to go about this task.
Culture Names [C#]

This example shows how to get all culture names in the .NET Framework. Use static method CultureInfo.GetCultures. To get associated specific culture use static method CultureInfo.CreateSpecificCulture.
tokenize - String tokenizer in Javascript? - Stack Overflow
You probably don't even need to filter, just split using this Regular Expression:
" I dont know what you mean by glory Alice said.".split(/\b\s+/)
Drunk driving: Breathalyser test by KSRTC - Bangalore Mirror
A couple of months ago, traffic police found a Karnataka State Road Transport Corporation (KSRTC) bus haphazardly parked in the busy Majestic area. The bus was affecting the flow of traffic so cops tracked down the driver and asked him to move the bus. The driver readily agreed, but his effort behind the wheel was so unsteady, that cops feared for the lives of pedestrians and other motorists. The driver was drunk.
Banks get 45 more days to install CCTV cameras - The Hindu

Much to the relief of banks, the city police have agreed to give them more time to install closed circuit television (CCTV) cameras and alarm systems in their ATM kiosks.
3-day deadline for ATMs too short, customers take big hit - The Times of India
The government's knee-jerk reaction to shut over 1,000 unguarded ATMs in Bangalore is causing massive inconvenience. Long queues are springing up before ATMs, and walkins to bank branches are increasing. With the approaching salary weekend, the situation will get worse
Web analytics company StatCounter launches "Internet Wars" Report | StatCounter Global Stats

Samsung overtakes Apple to claim number one spot globally for first time in terms of internet usage
iPhone 5c review: Old wine in a colourful bottle - Indian Express

The iPhone 5c
is available in a wide array of colours
Using The Package Manager Console

Finding and Installing a NuGet Package Using the Package Manager Console
This topic describes how to find, install, remove, and update NuGet packages using PowerShell commands. You can also work with packages using the Manage NuGet Packages dialog box. For more information, see [Using the Manage NuGet Packages dialog](Using-the Add-Library-Package-Reference-Dialog-Box).
Using PowerShell commands is required if you want to install a package without having a solution open.
Create an Articles-Only Feed | Digging Into WordPress

WordPress makes it easy to publish content in any number of categories, with any number of tags, and with any type of custom post format. So for example, in addition to full articles, you could also offer screencasts, links, side posts, tweets, and all sorts of other peripheral content. Complementary material may work great for visitors surfing around your site, but including all of that extra stuff in your RSS feed dilutes the potency of your main articles.
Drigg Is A Digg-like Drupal Module Which Can Import Your Pligg Data! | James Colin's BLOG MONEY WIKI

Please write something in the box below, a comment, a question, anything at all. You can even post links I don't mind at all. But please post something. If you leave this page without writing anything all your beloved ones will die instantly. Come on, don't be a rat, write something. I'll even give you money, and lot of it! You can do it, if you don't do it for me, do it for someone else, anybody, I don't care, could be for Obama or for the pope, but do it NOW before it's too late!
PHP: date - Manual

Returns a string formatted according to the given format string using the given integer timestamp or the current time if no timestamp is given. In other words, timestamp is optional and defaults to the value of time().
Bangalore University Info, Facts, Gmaps | Google Satellite Maps
Facts about Bangalore University
* Campus
* Mark Johnson Addresses the Spectators
* Images courtesy Flickr.com and its vibrant members
Gathered: options and tools to create Digg like site with link module [#1295160] | Drupal.org
Since there were many different issues asking for Digg like behaviour for link module and I honestly fully understand the wish to have that options at hand (since it is obviuos from the name of the module), but being much aware of all the con's on that (because I already build a Digg like site with Drupal and link module modified), and since this is actually rather more a custom field module for content type building than a linking system module, I think we should collect all the askings and discussion about that in one issue.
Drigg Is A Digg-like Drupal Module Which Can Import Your Pligg Data! | James Colin's BLOG MONEY WIKI

Drupal is in my opinion the very best free and open source modular content management system (CMS) written in the programming language PHP. Drupal, like many modern CMSs, allows the system administrator to organize the content, customize the presentation, automate administrative tasks, and manage site visitors and contributors. Although there is a sophisticated programming interface, most tasks can be accomplished with little or no programming.
8 types of sites you can build with Drupal

In terms of social networking capabilities, Drupal is probably the best CMS. Out of the box, Drupal provides a pretty robust user management and permissions system, but if you want to create a real social network, you’ll need to use some modules. I will not list all the social networking modules for Drupal here because you can already find a page that does that in the Drupal documentation.