Monthly Archives: April 2010

Flex Builder 3 Question

I dont know if any of you are coding on flex builder 3 but i need help I need to display data in a data grid from a xml file using http request and i cant get it to display … Continue reading

Skyfire second 0 for Android

(Disclaimer: I work for Skyfire.) Android users, you’ve probably heard by now. We put out a Webkit-based browser that does some nice things for Flash-based video. www.skyfire.com

Site with Cart, allows customers, arts and employment status download tracking payments – Independent Web Design Jobs

I am looking to build a website which will resell printing to registered users. Customers would have to apply and be approved to order. Customers will need to be able to select items, review pricing for various different finishing options, … Continue reading

Get an error message when trying to put the version with the task of assembly constructed Info

I’ve added the AssemblyInfo Task reference to my C# project file (VS2008 .NET 3.5), but when I build I get the following error The “AssemblyInfo” task failed unexpectedly. System.ArgumentException: version Parameter name: The specified string is not a valid version … Continue reading

Using the WebBrowser control – C #

I have code such as this: Code: ——— string url = “http://en.wikipedia.org/wiki/Earth”; System.Windows.Forms.WebBrowser wb = new System.Windows.Forms.WebBrowser(); wb.Url = new Uri(url); ——— but after that last line wb.Url is always null. Also, if the last line is replaced with: Code: … Continue reading