796 shaares
56 results
tagged
Tips
As we wrap up our recent poll on ordering CSS properties, it brings up the larger issue of CSS style guides. Ordering properties is just one choice you have to make that makes up a complete styling strategy. Naming is a part of it. Sectioning is a part of it. Commenting, indentation, overall file structure... it all makes up a complete CSS style guide.
As you may have noticed, we’ve not written one of these posts in a while. That’s not down to us not receiving them, though. Government cutbacks have hit health services hard, so decisions had to be made. Well, that and the fact that we’ve all just been manically busy with our day jobs.
Comment réaliser ce miracle allez-vous me dire. Juste en utilisant un utilitaire bien pratique qui se nomme WiNToBootic. WiNToBootic est une application sans installation qui va permettre de transformer une clé USB ou un disque dur externe en périphérique bootable permettant d’installer un OS Windows.
TweetDeck vous permet d'accéder à vos comptes Twitter et Facebook et de pouvoir les gérer simultanément. Vous pouvez ainsi visualiser en temps réel les nouveaux flux d'actualité des personnes que vous suivez ou de vos amis, recevoir vos notifications ou messages privés, publier des nouveaux messages, effectuer une recherche etc... L'application propose une interface divisée en plusieurs colonnes modulables, en fonction des éléments que vous souhaitez afficher.
As we know – HTML5 defines a new element called <video> for embedding video. Usually people use this element to embed a video into web page. It is very convenient. Because the <video> element is designed to be usable without any detection scripts.
Depuis plusieurs jours, j’ai légèrement changé mon attitude sur ce blog en publiant plusieurs articles par jour, modifiant ainsi mon rythme habituel d’un post par jour maximum. Ce n’est pas une révolution, mais ayant un petit peu plus de temps à accorder au blogging ces jours-ci, j’ai voulu expérimenter cela et en mesurer les conséquences.
Through experience as web designers we memorise all kinds of code syntax, hacks and snippets. With CSS in particular there is a number of rules and declarations that can really help transform your website designs and open up new possibilities when compared to older techniques. This post rounds up 10 declarations and tips that every web designer should have available in their CSS arsenal.
CSS3 is coming and we as webdesigners should be ready for it! CSS is no doubt one of the most important web languages to style a website.
(x)html provides the structure and CSS the style. It is where most of us get creative.
Below is a fantastic list of Css snippets that we are sure you will find extremely useful. Whether you are a veteran web developer, or are just a beginner, check this snippet they are all well worth checking out.
(x)html provides the structure and CSS the style. It is where most of us get creative.
Below is a fantastic list of Css snippets that we are sure you will find extremely useful. Whether you are a veteran web developer, or are just a beginner, check this snippet they are all well worth checking out.
When building a web application, you oftentimes need to give users the ability to download a piece of data as a file. It could be a backup of configuration settings, reports, or other piece of information that is generated dynamically.
Webfont embedding is so widely supported by modern browsers at this point that there’s really no excuse not to incorporate them when appropriate in your designs.
J’ai eu à trouver un moyen d’empêcher le copier-coller dans un champs input HTML, et donc je partage ici les résultats de mes recherches. C’est intéressant à plusieurs titres. Sachez qu’il existe un évènement onPaste sur les champs input (et textarea, sans doute), supporté par la large majorité des navigateurs récents (mais pas Opéra).
Performance optimization is a crucial aspect of building ‘snappy’ client-side applications and something which all developers using jQuery should bear in mind. In this talk, we're going to take a look at some of the best practices, tips and tricks for improving the performance of your jQuery code in 2011 with some quick wins and a few new surprises along the way.
Dans un précédent article nous avons abordé la compatibilité des différents navigateurs vis-à-vis du HTML 5 et de CSS 3. La conclusion qui en découlait était que l’on pouvait utiliser ces langages sur des navigateurs récents, mais que les versions d’Internet Explorer antérieures à la 9 posaient problème. Nous avons cité quelques outils offrant une alternative comme html5.js ou encore selectivizr.
Méthode très pratique que j’utilise sur tous mes sites « statiques » où j’ai besoin d’afficher un code php sans utiliser l’URL rewriting. En effet, Apache permet en une ligne d’écrire du PHP (comprendre du <? code ?> interprété par le serveur) dans n’importe quel fichier .html !
Recently I came across the post by Matt Wilcox called CSS Lint is harmful, ranting about the useful free tool CSS Lint. The “Don’t use IDs in selectors” suggestion seems to have offended Matt the most, but I was surprised that many commenters also mentioned this as being a reason to avoid CSS Lint. This surprised me because smart people have been saying prefer classes to IDs for a while now.
For some uses this definition is adequate. However, the phrase “content inside a blockquote must be quoted from another source” makes it annoying or impossible to make some common changes or additions to a <blockquote>.