Welcome to the Dragonflame

ad astra per aspera

Browsing Posts tagged programming

Ever since the HTML5 standard has been released in its “beta” stage, its adoption rate has sky rocketed. It’s no wonder, given that the blend between HTML, CSS and AJAX has become tighter and more reliable. Now, this blend has been mixed with native support for audio/video and has been pushed through towards the web. [...]

Programming web services with SOAP in different web programming languages (like ASP.NET and PHP) poses some challenges. The most subtle such challenge deals with a language’s attribute of being strongly typed or not. While Java and C# are typed languages, in PHP typing is not enforced. Thus, the same variable can be reused as a [...]