May 29th, 2008 by kerrysoft and tagged API, CRM software, ERP solution, Web
We hardly put up some updated bits and samples for ASP.NET Active Data… I advance you to plump foot them up and allow us experience what you intend… Some coolheaded newfangled stuff in this release: Ocular Studio Integration is much uncontaminating Right away sustains "pretty" URLs http://products/details/1 rather of http://products/details.aspx?id=123 Full documentation Extra support for [...]
Posted in Technology | Comments Off
May 29th, 2008 by kerrysoft and tagged Apache, CRM software, ERP solution, Web
Coherent Algorithms , Harald Ganzinger and David McAllester. ICALP 2002. It is wide taken that many algorithms can be briefly and clear verbalised as ordered inference rules. Nevertheless, logic programming has been out or keeping for the study of the campaigning time of algorithms because there has not been a clear-cut and accurate model of [...]
Posted in Technology | Comments Off
May 29th, 2008 by kerrysoft and tagged CRM solution, ERP solution, Web
Aaron Wall has an fantabulous explanation of why a click costs so much more on Google on medium than a click for the accurate same term on Yahoo. As he explicates, it rattling comes up down to the quality of the syndication partners Yahoo has partnered up with to display ads: How Click Arbitrage & [...]
Posted in Technology | Comments Off
May 28th, 2008 by kerrysoft and tagged API, CRM software, ERP solution, Web
For Java developers expending the Spring framework, the project late denoted an of import milestone in the form of Web Flow 2.0 which builds upon the MVC module used in Spring apps.
Posted in Technology | Comments Off
March 25th, 2008 by kerrysoft and tagged , API, CRM solution, ERP solution, Web
Also see: Silverlight 2 DataGrid walk-through posted I don’t know if Leanord Shapiro is a blogger or whether his work appears in the Washington Post on a regular basis. What I do know is that this post about Mixed Martial Arts and CBS is absolutely ridiculous and worthless. Nor do I have any idea what [...]
Posted in Technology | Comments Off
March 23rd, 2008 by kerrysoft and tagged , Apache, CRM software, ERP solution, Web
Also see: Publishing: Good reviews, bad reviews, and hurting oooh so many feelings. Also see: Brad Abrams’ pixel8 Interview Podcast posted Also see: Web Services with Spring 2.5 and Apache CXF I speaking tomorrow at a internal Microsoft event. I’ve spoken at tons of conferences (PDC, TechEd, etc.) and for groups ranging form 1 to [...]
Posted in Technology | Comments Off
March 23rd, 2008 by kerrysoft and tagged , AJAX, API, CRM solution, ERP solution
Also see: Big in Japan Also see: Hello world! Also see: Exception Handling in Running a Business I just noticed that the good folks at Pixel8 posted a podcast I did with them a while back. It was a fun conversation about a bit of.NET history as well as where we are going. Landing Page [...]
Posted in Technology | Comments Off
March 23rd, 2008 by kerrysoft and tagged , Apache, CRM solution, ERP solution, Web
My original posts on Finalization and Hosting had some hokey XXXXX markers in place of content, where that content hadn’t already been disclosed in some form. Now that the Visual Studio 2005 Community Preview is available, I’ve gone back to those two posts and replaced the XXXXX markers with real text. Also, it’s obviously been [...]
Posted in Technology | Comments Off
March 21st, 2008 by kerrysoft and tagged , API, CRM software, ERP solution, Web
Also see: Blogs at work With a simple extension method to ControlCollection to flatten the control tree you can use LINQ to query the control tree: public static class PageExtensions { public static IEnumerable<Control> All(this ControlCollection controls) { foreach (Control control in controls) { foreach (Control grandChild in control.Controls.All()) yield return grandChild; yield return control; [...]
Posted in Technology | No Comments »