arthicksdev.wordpress.com
Art Hicks | Art Hicks Development
https://arthicksdev.wordpress.com/author/arthicksdev
Join My World of Development. Author Archives: Art Hicks. I am Business Owner/Applications Engineer that specializes in providing rich solutions to my clients and colleagues. WCF Javascript Date Helper Class. June 18, 2014. 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 →. JavaScript WCF Date Formats. For all...
arthicksdev.wordpress.com
Art Hicks Development | Join My World of Development | Page 2
https://arthicksdev.wordpress.com/page/2
Join My World of Development. Newer posts →. September 5, 2013. This week I have presented myself with a challenge. I have a newly purchased Raspberry PI that I looking incorporate into some of the software solutions I have developed. Small problem, yes I am a .NET Developer. This is not a problem, thanks to the Mono Project. I will be looking at running WCF Web Service to create a WPAN (Wireless Personal Area Network). That can work natively with multiple technologies, including IOS, Android, and Windows.
arthicksdev.wordpress.com
JavaScript WCF Date Formats | Art Hicks Development
https://arthicksdev.wordpress.com/2014/06/17/javascript-wcf-date-formats
Join My World of Development. WCF JSON Date Format to Javascript Nightmare. WCF Javascript Date Helper Class →. JavaScript WCF Date Formats. June 17, 2014. Here is a little cheat sheet to help you see the output of the function used when parsing a WCF JSON Formatted Response. 8221;result” is the return object from the web service. Var sdate = new Date(parseInt(result.mydate.substr(6) );. You can handle formatting the response with any of function below. Hope this was useful, Enjoy! Enter your comment here.
arthicksdev.wordpress.com
WCF Javascript Date Helper Class | Art Hicks Development
https://arthicksdev.wordpress.com/2014/06/18/wcf-javascript-date-helper-class
Join My World of Development. JavaScript WCF Date Formats. WCF Javascript Date Helper Class. June 18, 2014. 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 from UTC Time to the clients local time. This is very handy when working with services storing time as UTC. If I improve it I will update this post. Var today= new Date();.
arthicksdev.wordpress.com
No Time to Think | Art Hicks Development
https://arthicksdev.wordpress.com/2013/09/10/no-time-to-think
Join My World of Development. Simple Problems Simple Solutions →. No Time to Think. September 10, 2013. Many of us face the challenge of “not having enough hours in a day”. There is a simple common sense solution to all of your problems. Don’t choose to take on battles you can not when in a few hours. Use a similar strategy to the snow ball effect. Small victories will result in tide changes towards winning the war. Start with sitting down, writing or typing out what you need to accomplish. Fill in your ...
arthicksdev.wordpress.com
WCF JSON Date Format to Javascript Nightmare | Art Hicks Development
https://arthicksdev.wordpress.com/2014/06/17/wcf-json-date-format-to-javascript-nightmare
Join My World of Development. JavaScript WCF Date Formats →. WCF JSON Date Format to Javascript Nightmare. June 17, 2014. 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 the JQuery library for the service call, then handling the results with a little magic. Url: yourservicesaddress.svc/test,. Data: {testid: mytestid}/ variables. Fill in your detail...
arthicksdev.wordpress.com
jQuery Include Example | Art Hicks Development
https://arthicksdev.wordpress.com/2013/11/12/jquery-include-example
Join My World of Development. Google Maps V3 Example With Custom Marker Points. WCF JSON Date Format to Javascript Nightmare →. November 12, 2013. 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 download the project files below:. View all posts by Art Hicks →. This entry was posted in jQuery. Leave a Reply Cancel reply. Follow &ldqu...
arthicksdev.wordpress.com
Google Maps V3 Example With Custom Marker Points | Art Hicks Development
https://arthicksdev.wordpress.com/2013/11/12/google-maps-v3-example-with-custom-marker-points
Join My World of Development. Simple Problems Simple Solutions. JQuery Include Example →. Google Maps V3 Example With Custom Marker Points. November 12, 2013. For all of you code monkeys, or people just wanting to integrate a little Googlization to your site. Library along with a custom JSON array as its data source. If your interested on you can expand this example using routing functionality such as finding direction and so forth let me know. For those interested I will expand within this thread. You a...
arthicksdev.wordpress.com
Simple Problems Simple Solutions | Art Hicks Development
https://arthicksdev.wordpress.com/2013/09/12/simple-problems-simple-solutions
Join My World of Development. No Time to Think. Google Maps V3 Example With Custom Marker Points →. Simple Problems Simple Solutions. September 12, 2013. Have you been faced with problems that seem to be way to complicated to deal with? Common Sense tells us that simple problems have simple solutions. I know your saying, “Art, speak for yourself. You don’t know what I am going through”. This is true, but you have already thought about different solutions to your problems. And tagged common sense. Notify ...