One of the biggest problems in web UI is to synchronize page elements one upon each other, but by far the hardest is when dealing with multiple dropdowns. A good, clean User Interface is the key to your customer’s heart! This can be achieved in several ways, such as: on the change of the first dropdown, a new page request is issued to the server, with the selected item as current item and the server will figure out which element(s) need to be selected in the subsequent synchronized dropdowns – old style, not so used anymore because it takes time and bandwidth […]
Tag: jQuery
Today is a great day - the third version of ASP .Net MVC framework was released! I like this trend in Microsoft's approach, providing free tools to quickly and cheaply start development, increasing your productivity and making you think about a quick Return of Investment - only your time is involved.
I use my blog to record and share my knowledge, but also to present to possible employers my skills. I use it like a marketing tool for my persona. For this, I need to make available not only the RSS and twitter account, but also resume profiles like Xing, LinkedIn and Facebook.
Almost all good developers that I know have some kind of repository of their code. Mine is my blog, this blog. Stay with me and you’ll find out how to easily be able to create your local version of Wordpress, customize and test your plugins.
How to add SyntaxHilight in a child theme for the Wordpress blog. THis way you'll be able to update your theme without losing the additional scripts that customise it. Or move to another theme while keeping your favorite scripts attached to it.
While working in Uni Bonn, I wanted to add ui-icon to JQuery tabs. This is how I did it: I've added .ui-tabs .ui-tabs-nav li a img into the css style and class="ui-state-error" to the container, thus all users will focus on the important tab. But you can read about the the entire process on my blog.
Starting 1. March 2010 I work in Informatik 3 Department of Rheinische Friedrich-Wilhelms-Universität in Bonn.
In this article I present a script that sets the first image in a post as default image for sharing links in Facebook.
I was in charge with our brand new solution for an online Healthcare project – Alensa Online. The CEO trusted me the all the decisions in all software and hardware technology that were imposed by the architectural changes that we thought of. I’ve been asked to overview all aspects regarding our online presence: hosting company, maintenance and updating Windows 2003 Server including setup and configuration of IIS Web server and SQL 2005 Server.
Windows Live Writer is one of the most popular blog authoring tool that I also happen to like and use because of its features – I especially enjoy the Preview tab. But it has a drawback - no Syntax Highlighting of my code! Let me tell you how I solved this issue.
This weekend fun was adding to my website the cool sliding control from Jérémie Tisseau website. As pretty it was, I immediately started thinking it as a container to my BNR exchange rate page. The coding worked well, with just few modifications.
How to implement syntax highlighting on your website and which languages are supported by this tool.