Category Archives: jQuery

WCF Javascript Date Helper Class

I got tired of dealing with this issue, and I didn’t want to use any third party libraries so I wrote a quick little helper class to help you deal with this date formatting issue. This “formatJSONDateLocal” method will convert … Continue reading

Posted in .NET WCF Services, HTML5, Integration, JavaScript, jQuery | Leave a comment

JavaScript WCF Date Formats

Here is a little cheat sheet to help you see the output of the function used when parsing a WCF JSON Formatted Response. #”result” is the return object from the web service. var sdate = new Date(parseInt(result.mydate.substr(6))); #You can handle formatting … Continue reading

Posted in JavaScript, jQuery | Leave a comment

WCF JSON Date Format to Javascript Nightmare

I wanted to share this little snippet that has saved my life many of time.  Those of you that run into this will appreciate this short line of javascript code that will make your dreams come true. I am using … Continue reading

Posted in .NET WCF Services, HTML5, jQuery | Tagged | 1 Comment

jQuery Include Example

This is an example of something that  jQuery developers commonly used.  I wanted to share this for people new to jQuery.  It may be able to save them time, and may allow them to accomplish incredible things. I have listed the … Continue reading

Posted in jQuery, Web Design | Leave a comment

Google Maps V3 Example With Custom Marker Points

For all of you code monkeys, or people just wanting to integrate a little Googlization to your site. I created utilizing the Google Maps V3 API, on your website or mobile solution. This demonstration is looking up the longitude and … Continue reading

Posted in Google, jQuery | Leave a comment

HTML 5 & jQuery YouTube Player – Quick And Easy Out of the box Implementation

Adding Customized YouTube Video Players to your website is one thing that is becoming a must have on your websites today.  If your like me, I am not satisfied with just using the plugins available Google. Fortunately google does have … Continue reading

Posted in Google, HTML5, jQuery, YouTube | Leave a comment

HTML5 and JQUERY with .NET c# WCF Servcies

If your a .NET Developer like me and you are looking to transition into the wonderful world of mobile development. There is a quick way for you to start your journey towards developing HTML5 applications supported on IOS and Android without … Continue reading

Posted in .NET WCF Services, C#, HTML5, jQuery | 5 Comments