Blog Posts on programming
Percent:
Delete Row does not refresh Telerik MVC Grid Solution by Raymund Macaalay's Dev Blog on Feb 9, 2012Have you encountered an error in Telerik’s MVC grid where when you delete an item using Ajax Databinding the grid does not refresh but the row item was actually deleted? I came across with this issue when I was working with Telerik MVC Grid a...
Free Teleclass: Move Into The Magic With Maxine Taylor “Georgia's … by Natural Medicine Free Naturopathic and Homeopathic Resources on Feb 6, 2012In 2003, she was ordained as a trans-denominational minister, and in 2005, she became a Re connective Healing Practitioner. In 2007, she included Matrix Energetics as one of her healing modalities. ... Natural Remedies For Emotional Disorders with Br...
Command and Conquer rebuilt using HTML5 by Jake's Blog on Jan 30, 2012Check out this site, the creator of the site which is Aditya Ravi Shankar, recreated Command and Conquer to practice his HTML5 skills! The game is purely built on HTML5 and javascript and he use the real game files in getting all the sprites he neede...
Getting GUID of a List in Service Manager by Jake's Blog on Jan 29, 2012Here is a little SQL snippet for getting the guid of a list in service manager: Select EnumTypeId, ManagementPackId, EnumTypeName from EnumType where EnumTypeName LIKE ‘%<Enum Name Here>%’ just replace <Enum Name Here> to...
How to add assembly on GAC by Jake's Blog on Jan 26, 2012If you don’t know how to put your assembly to the Global Assembly Cache or GAC for short, I’ll show you how but first let’s define what is GAC. The Global Assembly Cache or GAC is a machine-wide .NET assemblies cache for Microsoft...
Microsoft Service Manager 2010 – Custom development by Jake's Blog on Jan 25, 2012I just want to share this steps on how to customize end user portal in Microsoft Service Manager 2010, although we have documentation that came from the source code but the steps there needed another Application on the IIS. I’ll show you the st...
Microsoft Service Manager 2010 – Custom development by Jake's Blog on Jan 25, 2012I just want to share this steps on how to customize end user portal in Microsoft Service Manager 2010, although we have documentation that came from the source code but the steps there needed another Application on the IIS. I’ll show you the st...
Web Development Tools – Part 2 by Jake's Blog on Jan 17, 2012Here is the part 2 of my tools used in creating web applications. 1. CSS Button Generator CSS Button Generator will create beautiful css buttons for you to use on your web pages without the need for any images. When you have styled your button to you...
Web Development Tools – Part 2 by Jake's Blog on Jan 17, 2012Here is the part 2 of my tools used in creating web applications. 1. CSS Button Generator CSS Button Generator will create beautiful css buttons for you to use on your web pages without the need for any images. When you have styled your button to you...
How to render MVC View on a Modal Popup Window by Raymund Macaalay's Dev Blog on Jan 16, 2012You might be wondering how to place an MVC View easily on a pop-up window like the image above that’s why you are in this page now? Well you a bit lucky as I will tell you how easy is this to execute, but first of all let me tell you that I am...


