If you’ve ever tried searching the internet for some type of tutorial that walks you through the basics of creating a custom Web part in SharePoint 2010 you’ve probably noticed that most of them are fairly basic. More often than not...
[More]
99c8b319-e01c-4a46-9f4e-1d52ec0ad179|0|.0
As a developer, I normally wouldn’t blog about non-development topics, but I find myself recently performing configuration tasks in relation to the development projects I am responsible for. With this in mind, I’ve decided to write an artic...
[More]
aca0be9b-ab19-4dcf-b74f-78de058e79f5|0|.0
Here are my Top Ten quick takes on new Document and Record Management capabilities in SharePoint 2010: Unique Document ID’s: Every doc has a unique identifier and unique link. I can send you a link to a specific document and the l...
[More]
d0943785-a9d1-457f-9e8c-1de40eaa55c5|0|.0
Question No: 1 You create a Web Part that contains the following code segment. (Line numbers are included for reference only.) 01public class WebPart1 : WebPart 02 { 03 public WebPart1(){} 04 05 protected override void CreateChildCont...
[More]
6207eb65-b27a-4d36-bf54-b6ff42ca39f0|0|.0
I am almost 99.9% sure that you would have implemented Google's +1 button on your blog website. What next? A million dollar question is how are you going to track the likes and dislikes of your web pages/blog articles done with Google's +1 button?
Get your Google +1 Button from here
A user comes to your blog, reads the article and presses +1 button. This will definitely add a count to it but how will you (as a website/blog owner) know about it? is there a way to track the button's activity?
Well, there is no direct way that Google has specified yet but i found a simple way of doing this with Google Analytics. Google Analytics exposes a functionality to track your own events. You don't need to dive deep into what events are and how they are tracked. I have done it for you.
The simplest thing you need to do is to add the following code to show Google +1 button on your site instead of what Google site provides. I have just added the code shown in BOLD to track it in analytics. If you have done customizations to the Google's +1 button code using advanced options, then you should add the code shown in BOLD below to your existing code else you can copy and paste it straightaway.
[More]
f4eb2579-de0b-4c91-8d05-80e909b5e86e|0|.0
Enable Google +1(PlusOne) in BlogEngine
[More]
e5a7753b-eeac-4d0e-a7f2-ecd63a7bddc0|0|.0
Introduction Example 1: Building to an OCX binary Example 2: Building as part of an EXE project (generally recommended) Example 3: Building either of the above helped by the ActiveX Control Wizard Interface Introduction The b...
[More]
2490ee6e-183e-4d9b-afd5-292e3cf65dad|0|.0
Getting started with Windows Phone 7 (WP 7) development is very easy - as long as you know C# and either WPF and/or Silverlight. Even if you just know how to program in C# it's not too difficult because the development method follows the genera...
[More]
dc085acb-3280-41b7-b3ca-fa450707cb5c|0|.0
This is the “Hello World” example. I am going to execute the Hello World example in a new version of Xcode. So many things are new in this Xcode 4. Xcode 4 is the complete toolset for building Mac OS X and iOS applications, the tools have been redesigned to be faster, easier to use, and more helpful than ever before.
[More]
f5de52e1-0b84-4095-9d1e-1747368dc3c8|0|.0
In this document
Install a Platform
Create an AVD
Create the Project
Construct the UI
Run the Code
Upgrade the UI to an XML Layout
Debug Your Project
Creating the Project Without Eclipse
As a developer, you know that the first impress...
[More]
6a66520f-5ff3-48d1-8c7c-742890381baf|0|.0