Welcome!

Show location on map from address using Titanium

Here is a sample code to show location from address using titanium. Lets say we have text box on which we will type address and on click of a button…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Send Email in Sharepoint using SPUtility.SendEmail using HTML tags.

Send Email in Sharepoint using SPUtility.SendEmail using HTML tags. SPUtility.SendEmail has 4 overloaded method in Sharepoint for sending email to any email address. I will discuss mainly 2 methods which…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
3 Ways To Debug A Web Service In Visual Studio

Debugging a windows service is not that straightforward a task as debugging other web or windows application are in Visual Studio (by just pressing F5). Instead, we need to do…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to create a Custom Timer job in SharePoint?

When we want to run a task (like sending emails or deleting the list items etc. . .  )  in Daily basis or in Hourly basis then we can use…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Update vs. SystemUpdate for SharePoint List Item

What is the general approach we follow when we try to add / edit a SPListItem using the SharePoint object model? Yes I know it! Almost everybody will have a…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Regular expression to filter out US phone numbers

My recent work on IE8+ plugin development needed me to filter out any US phone numbers present in a webpage. Filtering process could be done in many ways, now the…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Office 365 – SharePoint Online

What is Office 365 Office 365 is the online version of Microsoft Office Products and provides the Microsoft Online Services. It helps the users to access to emails,sharepoint sites, documents…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Programmatically Changing an Asynchronous Eventhandler to Synchronous Eventhandler in Sharepoint 2010

This is a new feature in SP 2010. We can’t implement the same thing with the older versions. We know there are two type of event receivers in sharepoint Synchronous…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How do I add jobs to cron under Linux or UNIX ?

What is Cron Cron is  a daemon process,that enables Linux/Unix users to execute commands or scripts (groups of commands) automatically at a specified time/date.which means it runs continuously in the…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!