IBloggable - implemented
-
Seeing the events attached to a DOM element
There is a difference among jQuery versions when it comes to reading the events attached to a DOM element. Let’s start with the pre-1.8 version.
-
Find feature in Standard Toolbar Visual Studio 2010, 2012
There is a button ‘Find’ in the Standard toolbar which remains hidden (absolutely no clue why), but adding it can help do some wonders.
-
A Thank you from Microsoft
Sometime back, I received an email from MIcrosoft that said:
-
2012–year in review
Below are some of the highlights of 2012 for me.
-
Analytics for Windows 8 apps using Markedup
The Windows 8 store does provide some analytics information to you in terms of downloads by market or by age group, ratings, in-app purchases.
-
Implementing Ads on any page in your Windows 8 XAML app–part 2
In my previous article, you saw how you can start implementing ads on some of the page templates. In this one, we’ll see how we can add something called ‘interstitial ads’ – ads that appear as part of the content in your app.
-
Implementing Ads on any page in your Windows 8 XAML app–part 1
Let’s look at how you can implements ads on any page in your win 8 app. Before you get to your application, you need to create Ad Units in the MS Pubcenter site. Once you have set up your account with payout and tax details, go to the Setup tab and you’ll see something like below.
-
My apps in the Windows 8 Store
I have four apps in the Windows 8 store now.
-
Team Foundation Service–now for everyone
I heard an announcement regarding TFS being opened for all. I’ve been wanting to have a source control for my personal projects.
-
Reusing elements in StandardStyles.xaml
In one of my previous blogs (second point), I mentioned not to modify the StandardStyles.xaml, but instead to create your own resource dictionary. I also mentioned how to declare your custom styles dictionary in the App.xaml file.