Nosenation
-
Custom CSS Paypal Donation Button
Here you have Simple 3D CSS3 button, using only one class and simple "a" tag. You can refer to it when creating you own non-3D/3D button. Link: http://codepen.io/Nosenation/pen/pGoDc PS: This is Sass version, pure CSS3 code will display …
-
Trying to figure out baseline grid
Yes, listen to Joshua. He got very good article on his blog about setting baseline grid. Link: http://joshnh.com/2011/08/03/how-to-set-up-a-baseline-grid/ Cheers :)
-
Need a dribbble invite
If you don't have portfolio with great personal works you have very small chance to get Dribbble invite. Dribbble is for "documented" professional artists, so nobody will give invite on spec, SORRY.
-
Compass & Codekit - either or, or both?
In Mac App Store there is app called "Hummer". It looks also very promising but I prefer Codekit, as @chriscoyier.
-
Displaying Social Media Links/Icons
Depends. 1) Corporate, business, portal etc. - Footer 2) Personal portfolio, vCard - Contact page. I like idea of Icon Font that links to social media site, but most often I use Icon + Text.
-
Compass & Codekit - either or, or both?
Compass is a library for Sass. It has many useful mixins and functions. Codekit is an Mac OS X app that compiles Sass (and SCSS) files to pure CSS. You can use Compass with your Sass files in Codekit also. So short: 1) Codekit = Compiler , app…
-
Codekit - Windows Alternative
@codersafari Check http://lmgtfy.com/?q=codekit and read closely a tittle of the 1st found link.
-
Styling h2 with background
Ok, my fault. Didn't saw line break :).
-
Styling h2 with background
Why can't you just use something like that, without JS?: h2 { display: inline-block; color: white; text-align: center; text-transform: uppercase; background: rgba(0,0,0,0.7); padding: 5px; }
-
Learning to create websites
In that order: 1) HTML 5 / CSS 3 2) JavaScript with jQuery library 3) Basic Photoshop usage (cutting layouts etc.) 4) PHP with Database (MySQL) 5) Some CMS - Wordpress / Joomla / Drupal How: 1) Internet courses (Tuts+ for example) …
-
a href without text content ignores increases p height
Problem is with padding on a tag and height of p tag. P tag height is = to a tag height + padding on bot and top. This should work (simplified version): CSS: p{ background:#d5d5d5; height: 40px; } .smallbutton { display: inline-block; heig…
-
Entypo-Social problem in Windows Chrome, Opera web browsers.
This isn't line-height font issue. On windows it doesn't display at all (official version from www.entypo.com). You wanted to link this :) : https://github.com/danielbruce/entypo/issues/10
-
Entypo-Social problem in Windows Chrome, Opera web browsers.
As I mentioned, I used icomoon.io/app and works, but problem with original version from author site still occur.
-
Entypo-Social problem in Windows Chrome, Opera web browsers.
I found that if you remap those icons using http://icomoon.io/app/ it works better (Chrome for sure). I think that there is some problem with mapping, maybe browsers don't see as high utf codes as assigned for those social icons. If somebody ha…
-
Difference between free & license version of Sublime text
Paid version of Sublime don't ask you to buy it (dialog box). Free version do, very often, so this can be frustrating sometimes. If you like it, pay. Personally I use free version right now, but I save money to buy full version.
-
CSS3/HTML5 reference
I'm read today the A book Apart HTML 5 for Web Designers book and I think that for me this is best book to start learning HTML 5 (not HTML as a whole). This book only contains a human friendly, most important futures which HTML 5 contains (exce…