This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.
Category Development
Development
A web browser is not modern just because it is based on WebKit. in fact, there are other engines that are equal to or better than WebKit.
The HTML5 Vibration API
The new HTML5 API’s are helping us to provide better user experiences no matter the device visiting the site. For example, for a desktop computer you may display a message on the screen while on smartphones, the message could be accompanied with a vibration of the device.
The JavaScript Framework Bandwagonism
JavaScript Frameworks and libraries usually get a lot of attention at their birth but their lifespan is very short if we compare them with other popular frameworks and libraries in other languages.
3 Reasons Why Not to Build Around a Public API
The real issue is creating an application where the core components depend on external API’s because you are not really creating something unique that will last. You are extending the functionality and adding value to the API, and later they will replace your idea with theirs.
Now the Internet Explorer is Dead. Let’s Stop the Hate
Some of the biggest problems of Internet Explorer are caused because the browser needs to be backwards compatible, so it does not break any application, especially in the enterprise.
Consider People with Disabilities in UX Your Projects
I strongly believe in the use of usability in startups and in creating a more democratized and inclusive web. However, this is not the case for most applications, where they designate most of their resources to flashing animations that don’t add anything to the application itself.
Variables in JavaScript
If your variable won’t be updated during the run of the scripts or you don’t want the variable to be overwritten, you should always use const.
Feature Detection: Past, Present, and near Future
Since the beginning of the Browsers’ War in the 1990’s, web developers have been trying to use the latest and more innovative features implemented in popular browsers.
Tutorial: 3D Accordion with CSS3
A very good example of an Accordion it is the one provided by jQueryUI, where you can get a good understanding if you are not familiar with the creation of one
CSS Resources for Developers and Designers
Here is a list of CSS tools and resources that you may find useful in your web development and design work. We all know that us web developers and designers are very busy and often overworked! Therefore, it is important…
jQuery snippet to Ajaxify your Website
This click event brings the page via AJAX and filters only the content of the requested page. The downside of this approach is that the whole page is requested and then filtered by the jQuery selector.
Create a Posticks (Sticky Notes) app with HTML5, CSS3 and jQuery
This is a simple posticks app using HTML5, CSS3 and jQuery