Author

David Meyer

Browsing

With advancement in technology, industries like web design and development have witnessed a significant splurge amidst web users through smart devices. No wonder the introduction of mobile devices has influentially changed the conventions of web service and online businesses, of serving the web users uniformly on all platforms. And in order to get an edge over your competitors in the market, one must exhibit a web presence which is far exclusive from the ones already…

Web Development Best Free Resources and Tools for Front-End Developers and DesignersEvery front-end developer and Designer participates in daily UI revolution and trends. Interpreting graphic visual or interaction designs in HTML, CSS and Javascript is not only the responsibility of a front end developer. To build an amazing Product every developer should keep eyes on the latest development and design resources besides creativity. Top 10 web development frameworksA web framework is a carcass containing all…

Countless content management systems are available right from the ones available for free and to those that are premium but none can hold a candle to WordPress. The platform is exceptional not only because it carries a number of features along with it but also because there are endless possibilities of customizing the platform as per the requirement. With all these possibilities available with WordPress, it is very much important to keep the platform secured…

Required knowledge level: expert Walruses are my favorite animals, I just like how calm and friendly they are and it’s a shame that they are threatened with extinction due to water pollution and climate changes. One day when I had some free time I came up with the idea to build a cartoon-styled walrus using only HTML and CSS. I have never created a CSS animal before but since I kept on seeing pure CSS animals on…

Web Development 12 Web Development Trends You Must Know about in 2016With upcoming frameworks, powerful development tools and evolving technologies, this year looks very promising for web developers. Here are our thoughts on the top web development trends for 2016. The Ultimate Guide to Finding Killer Jobs in Web DevelopmentLooking for a job in web development? If you’ve already got the skills, this guide is what you’re looking for. Close that Google search for “web…

In PHP 4 wurde die Fehlerbehandlung aus Funktionen oder Methoden mithilfe der return-Anweisung zurückgegeben. Nehmen wir zum Beispiel an, wir möchten innerhalb einer Methode oder Funktion eine MySQLi-Verbindung aufbauen. Beim Scheitern der Verbindung soll eine Fehlermeldung sowie der zugehörige Fehlercode ausgegeben werden. In PHP 4 hätte die Fehlerbehandlung so ausgesehen: function connect_to_mysql() {$mysqli = @new mysqli(‘localhost’, ‘username’, ‘password’, ‘db_name’); if ($mysqli->connect_errno) { return false;} return true;} Möchten wir nun herausfinden, ob die Verbindung zur Datenbank…

Wie man Transitions nutzt CSS3 bietet sehr viele nützliche neue Features. Eines dieser Features sind Transitions (dt. Übergang/Blende). Mit Transitions lassen sich auf einfache Weise Effekte beim Übergang von einem Style zu einem anderen animieren. Sieh Dir einmal die Navigation oben auf dieser Seite an. Es ist zwar nicht sehr auffällig, aber wenn Du genau hinschaust, wirst Du merken, dass der Link beim Mouseover nicht direkt die Farbe wechselt, sondern fließend von der einen in…

Die Übersetzung dieses Tutorials ist momentan leider noch nicht optimal und wird nach und nach verbessert. Du kannst alternativ die englische Version lesen. Im zweiten Teil des Tutorials werden wir den CSS-Code erstellen und die Webseite responsive machen. Falls Ihr den ersten Teil des Tutorials, in dem der Aufbau der HTML-Struktur und das Einbinden der benötigten Skripts erklärt wird, noch nicht gelesen habt, solltet Ihr dies tun bevor Ihr mit dem zweiten Teil anfangt. Wir…

Kube Tutorial by Lingulo

Preview

HTML5 responsive website

Download

Download it from GitHub


Please note! Due to the use of CSS flexbox this website only works in the latest browser versions. Be sure to know that before using Kube for a production website.

In this quick Kube tutorial we will be creating a very simple yet modern and elegant personal portfolio website using Kube. Kube is a small CSS framework using the latest CSS techniques. The grid system is not using any floats but instead the new CSS flexbox which is already supported in current versions of all mayor browsers. In the future using flexbox will be the default way to create layouts in CSS and Kube is already starting now. Kube doesn’t include any JavaScript functionality like sliders, accordions etc. which might be missing features at first sight. But that is actually the strength of Kube because it is kept small and very basic without any fancy designs or features which would bloat the whole framework with stuff we don’t even need.