796 shaares
W3Conf is W3C's annual conference for web professionals. If you are a web developer or designer wanting to hear the latest news on HTML5, CSS, the open web platform and your place in it, come join us!
The Pwn Pad - a commercial grade penetration testing tablet which provides professionals an unprecedented ease of use in evaluating wired and wireless networks. The sleek form factor of the Pwn Pad makes it an ideal product choice when on the road or conducting a company or agency walk-through. This highspeed, lightweight device, featuring extended battery life and 7” of screen real estate offers pentesters an alternative never known before.
Holo Backup (anciennement Simple ADB Backup) est une application qui permet de faire des sauvegardes de votre smartphone ou tablette Android (version 4.0 ou supérieur) depuis votre PC sous Windows ou Linux, et ce sans que votre appareil ait besoin d'être rooté. Vous avez la possibilité de sauvegarder tout le contenu de votre terminal, ou simplement une partie (données des applis et de l'appareil, mémoire interne / carte SD...).
Dans ce tutoriel, vous allez voir étape par étape comment procéder pour sauvegarder et restaurer votre Android. Cependant, sachez que cela peut ne pas fonctionner sur certains terminaux.
Dans ce tutoriel, vous allez voir étape par étape comment procéder pour sauvegarder et restaurer votre Android. Cependant, sachez que cela peut ne pas fonctionner sur certains terminaux.
La pagination est une fonctionnalité qui permet de faciliter la navigation dans une section ayant de nombreux contenus. C'est le cas de votre page d'accueil, de vos catégories ou encore de vos mots clés.
Mais comment optimiser au mieux cette pagination pour le visiteur et les moteurs de recherche ? Faut-il mettre ces pages en noindex ? Faut-il les supprimer ? Comment les optimiser ?
Mais comment optimiser au mieux cette pagination pour le visiteur et les moteurs de recherche ? Faut-il mettre ces pages en noindex ? Faut-il les supprimer ? Comment les optimiser ?
In this tutorial we’ll look at bringing some of the web’s mobile techniques to HTML email. User take-up of mobile email is massive: some email campaigns get more mobile opens than desktop, yet many marketing emails render poorly on mobile devices. Mobile support on the web has never been better – so if you’re sending emails that drive customers to the web, it makes sense to design mobile friendly emails too.
The design challenges for mobile email are similar to those on the web: we have a small screen, a touch interface and (sometimes) users are out and about – so the design approach is similar. We have one extra challenge, in that many older mobile email clients lack proper support for media queries.
With this in mind, our best approach is to design a campaign that works well on both desktops and mobiles, and then use media queries where they’re supported to add an extra layer of optimisation for smartphones.
The design challenges for mobile email are similar to those on the web: we have a small screen, a touch interface and (sometimes) users are out and about – so the design approach is similar. We have one extra challenge, in that many older mobile email clients lack proper support for media queries.
With this in mind, our best approach is to design a campaign that works well on both desktops and mobiles, and then use media queries where they’re supported to add an extra layer of optimisation for smartphones.
No doubt you interact with at least one form on the Web every day. Whether you’re searching for content or logging in to your e-mail account or Facebook page, using online forms is one of the most common tasks performed on the Web. As designers and developers, creating forms has a certain monotony about it, particularly writing validation scripts for them. HTML5 introduces a number of new attributes, input types, and other elements for your markup toolkit. In this article we’ll be focussing on the new attributes with a future article looking at the new input types.
UICloud is a project created by Double-J Design. It collects the best UI element designs from the internet all over the world and provides a search engine for you to find the best UI element that you need. We are aiming to create the biggest platform for designers to showcase their top user interface designs and for developer to get the best UI elements for their project easily and quickly.
All the works published on UICloud are under certain licenses. Authors’ information has been provided and it is the viewers’ responsibility to check the license and use the art works in the appropriate way. If you are the author of the artworks and there is any issue with the resources or pages within our website, please contact us and we are happy to revise according to your requirement.
All the works published on UICloud are under certain licenses. Authors’ information has been provided and it is the viewers’ responsibility to check the license and use the art works in the appropriate way. If you are the author of the artworks and there is any issue with the resources or pages within our website, please contact us and we are happy to revise according to your requirement.
Commonly known as .htaccess, AllowOverride is a neat little feature that allows you to tweak the server’s behavior without modifying the configuration file or restarting the server. Personally, I think this is great for development purposes. It allows you to quickly test various server configurations without needing to mess with restarting the server. It helps you be more (buzzword alert!) agile.
Beyond the obvious security problems of allowing configuration modifications in a public document root there is also a performance impact. What happens with AllowOverride is that Apache will do an open() call on each parent directory from the requested file onward.
Beyond the obvious security problems of allowing configuration modifications in a public document root there is also a performance impact. What happens with AllowOverride is that Apache will do an open() call on each parent directory from the requested file onward.
A technique, at its core, is a way to carry out a task and, being frontend developers and designers, we have a lot of tasks. That said, we often forget how much this landscape has changed. From 2002 to 2010 our community was rotten with code and resource bloat, hindering performance and maintainability. To overcome this, we created a slew of tips, tricks and hacks we dubbed ‘technique’. We were still accomplishing tasks, just not in the most efficient manner.
Doing a 360, the last few years have seen better standards and standards implementations spring to life, enabling us as a community to develop newer and more advanced ‘techniques’. This new landscape is what’s considered the ‘modern web’.
As ‘Web 2.0’ became stagnant and confusing, so too will the ‘modern web’. Give it time. That said, for now, we can use and abuse the term so long as there is a common understanding of what it represents.
In 2010 the HTML5 specification landed, providing a brand new, semi-standardised web environment. Browsers such as Opera, Firefox, Chrome and Safari embraced this new wave and pushed their dev teams to new limits of standards implementations and API exploration. To give you an idea of how ‘onboard’ these browsers are, check www.html5readiness.com’s visualisations of changing HTML5 support.
Doing a 360, the last few years have seen better standards and standards implementations spring to life, enabling us as a community to develop newer and more advanced ‘techniques’. This new landscape is what’s considered the ‘modern web’.
As ‘Web 2.0’ became stagnant and confusing, so too will the ‘modern web’. Give it time. That said, for now, we can use and abuse the term so long as there is a common understanding of what it represents.
In 2010 the HTML5 specification landed, providing a brand new, semi-standardised web environment. Browsers such as Opera, Firefox, Chrome and Safari embraced this new wave and pushed their dev teams to new limits of standards implementations and API exploration. To give you an idea of how ‘onboard’ these browsers are, check www.html5readiness.com’s visualisations of changing HTML5 support.
These days we have embeddable share and follower buttons for almost every aspect of the web, except of course for GitHub. I wanted to help remedy that, so over the weekend I created a customizable JavaScript button (that uses the GitHub API) for pulling in the watcher counts for links to any repositories you may have in a page. It gracefully degrades, comes in a few different flavours and is available to get now.
All that's needed to use the button is an a link to a specific repository (such as http://github.com/h5bp/html5-boilerplate). It doesn't need to be on your account, it can belong to anyone (which is particularly useful for groups and organizations that share repositories) and it's flexible, so it should work regardless of whether you have 8 watchers or 8,000.
All that's needed to use the button is an a link to a specific repository (such as http://github.com/h5bp/html5-boilerplate). It doesn't need to be on your account, it can belong to anyone (which is particularly useful for groups and organizations that share repositories) and it's flexible, so it should work regardless of whether you have 8 watchers or 8,000.
Metro UI CSS a set of styles to create a site with an interface similar to Windows 8 Metro UI. This set of styles was developed as a self-contained solution.
Metro UI CSS contained type of license: MIT.
LESS
Metro UI CSS is made with LESS. It makes developing systems-based CSS faster, easier, and more fun.
Metro UI CSS contained type of license: MIT.
LESS
Metro UI CSS is made with LESS. It makes developing systems-based CSS faster, easier, and more fun.
The Changelog is a member supported independent news publication that covers the intersection of software development and open source. Open source moves fast. Keep up.
A collection of best front-end frameworks for faster and easier web development.
For HTML5 developers and decision makers, the most important technologies right now are HTML, JavaScript, CSS, mobile platforms and devices and evolving HTML platforms (browsers and operating systems). But what does that mean in the real world? It means these 10 things in 2013:
[Note, this article was originally published at Read Write Hack http://readwrite.com/2013/02/22/html5-10-provocative-predictions-for-the-future]
[Note, this article was originally published at Read Write Hack http://readwrite.com/2013/02/22/html5-10-provocative-predictions-for-the-future]
Flexbox is pretty awesome and is certainly part of the future of layout. The syntax has changed quite a bit over the past few years, hence the "Old" and "New" syntax. But if we weave together the old, new, and in-between syntaxes, we can get decent browser support. Especially for a simple and probably the most common use case: order-controlled grids
Google Web Speech API Demonstration
Elements of Design is a different type of web design showcase focusing on specific aspects of web design such as headings, footers, search boxes, buttons, and so on. The web design galleries are designed to be easy to scan with minimal clicking — making it easy to find inspiration or see what conventions exist for a variety of common web design elements.
Openmeetings provides video conferencing, instant messaging, white board, collaborative document editing and other groupware tools using API functions of the Red5 Streaming Server for Remoting and Streaming.
OpenMeetings is a project of the Apache, the old project website at GoogleCode will receive no updates anymore. The website at Apache is the only place that receives updates.
OpenMeetings is a project of the Apache, the old project website at GoogleCode will receive no updates anymore. The website at Apache is the only place that receives updates.
Vous venez d’acquérir un smartphone Android? Voici une liste d’environ 25 applications que je vous suggère d’installer sur votre appareil. Elles transformeront votre appareil en un véritable couteau suisse qui pourra accomplir des tâches telles que numériser des documents, accéder aux fichiers de votre ordinateur, vérifier l’heure de votre vol, travailler directement sur Microsoft Office et réserver une table à votre resto favori.
ProxyCap enables you to redirect your computer's network connections through proxy servers. You can tell ProxyCap which applications will connect to the Internet through a proxy and under what circumstances. This is done through a user friendly interface, without the need to reconfigure any of your Internet clients. ProxyCap has native support for the SSH protocol, allowing you to specify a SSH server as the proxy server.