Just a quickie today: when working with Twitter Bootstrap tabs , like I am in my ASP.NET MVC 4 project, you might want to add Next and Previous buttons on the tabs to create something of a Wizard. Here’sa step by step overview of how I did this: Add an ID to all the ListItem elements that are used for...
Introduction I’m finally granting myself some time again to write about the interesting things that I run across in development. Its always interesting to see what the Rails world is doing to see what's hip in development, because the Rails folks are hipsters and innovators. This however isn’t always...
This is a trick i learned today, if you have your web service returning JSON string to utilize on your ajax calls if you planned to connect to this service using server code (Web Reference) for internal facing app for example you have a problem. If you are using HttpModule to alter the content-type to...
I’ve been banging my head all day to accomplish this, it’s like a puzzle.. but since i get it to work i thought i could write this post for you and myself. What we want to accomplish? Simple way to communicate cross-domain with ASMX .NET 3.5 Web Service How can we do it? 1. Implement a web service method...
For my current project, I am working on what is quite a complex user interface. I need to develop an interface that has splitter controls and can load one or more modules within each panel. Sort of like Microsoft Outlook three-panel interface. Sort of like the example below: The screenshot shows how...
The folks of ajaxian where so kind to give us some videos with some beginner and advanced Jquery content covering both Jquery and Jquery UI. These folks have also given us a nice web based editor / IDE a few days back. Which is something really weird when you think about it.
So I'm teaching myself some new technology. That in this case means new technology for me not for the general population. I went freelance about a year ago, this meant that I really wasn't sure which technologies I would be working with since it's much more of a do I want this job kind of...
This is awesome, Microsoft finally decided to ship open source software, jQuery will be shipped with ASP.NET MVC and will be supported as any Microsoft product, also will be shipped with Visual Studio on the long run, this is a bold move http://www.hanselman.com/blog/jQueryToShipWithASPNETMVCAndVisualStudio...