Feb 09
2013

No matter whether you like the design style of iOS or you don’t. We need not participate in the ongoing discussion about sceuomorphism. One topic cannot be disputed. I’m talking about the toolbar design Apple’s iOS introduced. Modern websites tend to adapt that concept more often than not. Tapping an icon or a link unveils more options. This is space-saving and an established implementation by now. The jQuery plugin Toolbar.js, created by Paul Kinzett from New Zealand, allows for iOS-style toolbars on any website. The tool is dead-simple to integrate.
Read more
Feb 08
2013

Tooltips in HTML pages general do not need any effort from a developer’s side, as long as they put proper title attributes to their elements. The title is then used for showing the tooltip, but also for other things, such as providing a screen reader with proper content. Speaking of the use case of tooltips, the visual presentation depends on the browser your site gets visited with. Developers with the need for more control turned to JavaScript bases solutions years ago. Kashagra Gour created Hint.css, which proves as a decent alternative, based completely on CSS and HTML.
Read more
Feb 07
2013

Strange, but true. Even in these fast times, companies freshly evolve and make it to a market value of billions of Dollars in a mere few years time. The people from the job board Staff.com put together a nice infographic with all the basic facts worth knowing about the thirteen young companies that made it. But, before you go head over heels to open up your own startup, keep in mind, that market value does not necessarily correspond to real money. It is just the value using established calculations in the financial sector tells you a company has. To exchange that value into real life cash someone would need to be willing to shell out the money. Thus it is more interesting to look at the capital a startup raised during IPO. The infographic has that covered, too…
Read more
Feb 06
2013

Web designers/developers often find themselves needing to turn down small projects simply due to a lack of time or budget. For instance, a friend may be starting a doggie daycare and needs a simple website to provide clients with information. Or maybe a cousin needs to create a website for her social club events. Some of these projects may only pay in exchange of services, a much lower fee than you would offer if it wasn’t your cousin, or maybe even no pay at all.
Read more
Feb 05
2013

One of the best aspects of WordPress is the fact that it does not require much code-level tweaking to work. All you need to do is install the CMS, and off you go! All in all, for a general-purpose website, there is not much tweaking or customization that needs to be done. In fact, in most cases, you should steer away from messing with the code and WP files. However, there is one particular file which you actually can tweak and its name is wp-config.php. In this article, we shall be discussing the wp-config.php file as well as taking a look at certain tweaks that we can apply to it in order to get the most out of its possibilities.
Read more
Feb 04
2013

You know that you can tilt HTML elements into the shape of a parallelogram using the CSS3 property “transform”. Nice, at first sight. But then, calling “transform” on a picture leads to tilting the picture itself. Uncle Hugo is not amused about his new skewed look. And you know, it is his corporation you are preparing the web site for. To save you, I have found the JavaScript library Maskew. Maskew skews elements into parallelograms too. But it does not skew the content, only the frame. Uncle Hugo himself will not tilt (at you) this way…
Read more