Accelerate Desk Blog http://blog.acceleratedesk.com Developers Go Nuts! posterous.com Thu, 20 Oct 2011 00:10:00 -0700 As an Official Microsoft BizSpark Partner http://blog.acceleratedesk.com/as-an-official-microsoft-bizspark-partner http://blog.acceleratedesk.com/as-an-official-microsoft-bizspark-partner

     Accelerate Desk has just been recognized by Microsoft BizSpark as one of their newest partners for this month. Microsoft Bizpark helps early-stage technology startups succeed by facilitating access with their software development tools, investors support and market discernibility. BizSpark now has more than 2,300 strong network partners. 

Logo_bizspark_max


            There are numerous exclusive offers available to Accelerate Desk from the BizSpark Partnership. These are some of it: Windows Azure, Microsoft Dynamics CRM2011and many others. In return for this brilliant partnership, Adesk is to advance a GPS Fleet Management product using the prearranged Microsoft development tools that has same functions with Adesk’s mygeodesk. 

            MyGeoDesk is currently an up and running GPS fleet management system that allows companies which rely on transportation in their business to remove or minimize the risks associated with vehicle investment, improving efficiency, productivity and reducing their overall transportation and staff costs, providing 100% compliance with government legislation (duty of care) and many more. The component is basically GPS based, once vehicle location, direction and speed are determined from the GPS modules, extra tracking proficiencies transmit this information to mygeodesk.

Visit the linkhttp://www.mygeodesk.com/ 

 

Permalink | Leave a comment  »

]]>
http://files.posterous.com/user_profile_pics/513347/GRAVATAR.jpg http://posterous.com/users/5ebCiHg6ewsF Simplicio Jison Jr. acceleratedesk Simplicio Jison Jr.
Thu, 16 Dec 2010 19:15:00 -0800 First Davao City Software Exhibit Dec 4-5 2010 http://blog.acceleratedesk.com/first-davao-city-software-exhibit-dec-4-5-201 http://blog.acceleratedesk.com/first-davao-city-software-exhibit-dec-4-5-201

First Davao City Software Exhibit 

Permalink | Leave a comment  »

]]>
http://files.posterous.com/user_profile_pics/513347/GRAVATAR.jpg http://posterous.com/users/5ebCiHg6ewsF Simplicio Jison Jr. acceleratedesk Simplicio Jison Jr.
Thu, 16 Dec 2010 18:35:00 -0800 Accelerate Desk @ Korea - Executive Training tags http://blog.acceleratedesk.com/accelerate-desk-korea-executive-training-tags http://blog.acceleratedesk.com/accelerate-desk-korea-executive-training-tags

Green Technology and Ubiquitous Computing Strategy  

Permalink | Leave a comment  »

]]>
http://files.posterous.com/user_profile_pics/513347/GRAVATAR.jpg http://posterous.com/users/5ebCiHg6ewsF Simplicio Jison Jr. acceleratedesk Simplicio Jison Jr.
Tue, 03 Aug 2010 21:32:00 -0700 Accelerate Desk Joins Microsoft Program http://blog.acceleratedesk.com/accelerate-desk-join-microsoft-web-site-park http://blog.acceleratedesk.com/accelerate-desk-join-microsoft-web-site-park

http://www.acceleratedesk.com/

Permalink | Leave a comment  »

]]>
http://files.posterous.com/user_profile_pics/513347/GRAVATAR.jpg http://posterous.com/users/5ebCiHg6ewsF Simplicio Jison Jr. acceleratedesk Simplicio Jison Jr.
Mon, 19 Apr 2010 00:33:25 -0700 ADO.NET Entity Data Model http://blog.acceleratedesk.com/adonet-entity-data-model-0 http://blog.acceleratedesk.com/adonet-entity-data-model-0 Upon deployment of  one of our maintain software http://www.pentaclesinc.com/moving_pro.asp?disp=1 , we stuble on System.Data.EntityCommandExecutionException.   Only to find out that one of our users are using SQL 2000 in which I believe the multiple result set are not supported. So to solve the issue we  modify the .EDMX file with a text editor and change the
ProviderManifestToken="2000"

<pre>
<Schema Namespace="MovingProNetEnt.Store" Alias="Self"
Provider="System.Data.SqlClient" ProviderManifestToken="2000"
xmlns:store="http://schemas.microsoft.com/ado/2007/12/edm/EntityStoreSchemaGenerator"
xmlns="http://schemas.microsoft.com/ado/2006/04/edm/ssdl">

</pre>


 


Permalink | Leave a comment  »

]]>
http://files.posterous.com/user_profile_pics/513347/GRAVATAR.jpg http://posterous.com/users/5ebCiHg6ewsF Simplicio Jison Jr. acceleratedesk Simplicio Jison Jr.
Sun, 11 Apr 2010 01:14:00 -0700 How to Authenticate Silverlight with Umbraco Members and WCF Authentication http://blog.acceleratedesk.com/how-to-authenticate-silverlight-with-umbraco-0 http://blog.acceleratedesk.com/how-to-authenticate-silverlight-with-umbraco-0
 
I have this couple of requirements for the Geo Desk that requires Authenticating Silverlight Users with Umbraco Members . Some suggest to use  PageMethods  but since I'm using umbraco which I believe  I  cannot access Page Object & hook this Page Methods , I guess "PageMethods" is not the best  fit solutions.

What I did is I create WCF services and added aspNetCompatibilityEnabled setting on the web Config. 

Web Config 

   <serviceHostingEnvironment aspNetCompatibilityEnabled="true" />
 

WCF

      Member m = Member.GetMemberFromLoginNameAndPassword(Username, Password);
            if (m != null)
            {
                Member.AddMemberToCache(m, true, new TimeSpan(2, 0, 0));
            }

To all the Dev Nuts out there,   I would like to hear your experience on  silverlight authentication


 

Permalink | Leave a comment  »

]]>
http://files.posterous.com/user_profile_pics/513347/GRAVATAR.jpg http://posterous.com/users/5ebCiHg6ewsF Simplicio Jison Jr. acceleratedesk Simplicio Jison Jr.
Sat, 10 Apr 2010 22:19:51 -0700 Accelerate Desk Blog Now on new Posterous Engine #umbraco #outsource http://blog.acceleratedesk.com/accelerate-desk-blog-now-on-new-posterous-eng-0 http://blog.acceleratedesk.com/accelerate-desk-blog-now-on-new-posterous-eng-0 Accelerate Desk Blog  Now on new Posterous  Engine #umbraco #outsource

Permalink | Leave a comment  »

]]>
http://files.posterous.com/user_profile_pics/513347/GRAVATAR.jpg http://posterous.com/users/5ebCiHg6ewsF Simplicio Jison Jr. acceleratedesk Simplicio Jison Jr.