Archive for the 'Programming' Category

HTML 5 Support for Visual Studio 2010

Posted by Johan Cyprich on 17 Jun 2011 | Tagged as: Programming

Mads Kristensen published his Web Standards Update for Visual Studio yesterday which gives it full HTML 5 support (see image below). The update only works with SP1 versions of Visual Studio (full version and express) and can be downloaded here. This update gives intellisense support for HTML 5 pages, CSS 3, and additions to JavaScript [...]

Validating ASP.NET CheckBox Controls

Posted by Johan Cyprich on 26 May 2011 | Tagged as: Programming

Validation controls in ASP.NET make it very easy to check data in forms if any information has been filled or if it meets certain criteria. It saves a great deal of time in hand coding JavaScript validation. Unfortunately, validation controls don’t work with the CheckBox or CheckBoxList controls. Your form may need to determine if [...]

Setting Accordion for Closed Panels on Startup

Posted by Johan Cyprich on 07 Mar 2011 | Tagged as: Programming

The Accordion in the ASP.NET AJAX Control Toolkit is a very useful tool which creates collapsible panels that open like an accordion when you click on the header. This is a good way to put content on a web page without taking up a lot of space on the page. The problem with this control [...]

Add a url Field to jos_content in Joomla

Posted by Johan Cyprich on 29 Oct 2010 | Tagged as: Programming

A useful feature for Joomla would be a way to store a URL for an article that only links to another site. You would have to manually create the link within a Joomla article which involves quite a bit of steps to do. I would rather create the title, add the URL, write a brief [...]

Dynamic Video Player Selection with iframe Embeds

Posted by Johan Cyprich on 29 Oct 2010 | Tagged as: Programming

Its a real challenge providing a video on your web site that can be viewed on any device accessing it, i.e. desktop computer, smart phone, PDA, or tablet. HTML5 is gaining ground against Flash, but not all devices will support this format and may only have one type of video player installed. A computer that [...]

« Newer Entries - Older Entries »