chrisburton
-
Website Copy
@JohnMotylJr HTML would still be an issue as the text is protected under copyright law depending on what Shami does with it. And the images are as well or might be licensed. Downloading them might be against the EULA. @Webshocker LOL
-
Codekit - Windows Alternative
I haven't been able to get it working with Kirby as far as live reload. @jayism http://alphapixels.com/prepros
-
Does Google throw "font-size-adjust" property in Chrome 27 stable?
Read the documentation on that property regarding Chrome.
-
Does Google throw "font-size-adjust" property in Chrome 27 stable?
@Diablohu I don't think it's supported. -webkit-text-size-adjust only works in smartphones also.
-
Converting existing site to a CMS (Drupal)
Ha. Let's hope. Kirby is quite easy to understand compared to Wordpress. Especially when it comes to custom post types.
-
Converting existing site to a CMS (Drupal)
I think it could only help. But you don't need to know everything about PHP to understand how Wordpress, Kirby (a better CMS, in my opinion) or Drupal works.
-
[Solved] Wordpress Double Title?
@lisapatb Are you using an SEO plugins?
-
@Font Looks Bad In WebKit Browsers
I cry a little when anyone uses Helvetica. But regardless of the platform, Helvetica isn't all that great on screen. In my experience, I don't ever recall seeing font stacks described above. Usually it's something like: Helvetica Ne…
-
Converting existing site to a CMS (Drupal)
Are you familiar with PHP?
-
Converting existing site to a CMS (Drupal)
First off, why Drupal?
-
What is your favorite coding environment?
There are numerous discussions on this topic if you do a quick search. I would say most people here use ST2.
-
Prepros App Preprocess sass, less, coffeescript, jade....... With live browser refresh
@jimmyniceguy It appears he changed the URL then. Just in case it goes offline, below is the latest version (1.3.0) http://www5.zippyshare.com/v/85747496/file.html
-
Prepros App Preprocess sass, less, coffeescript, jade....... With live browser refresh
@jimmyniceguy He must have taken it down due to bandwidth. Try my upload to ZippyShare (updated): http://www5.zippyshare.com/v/85747496/file.html
-
Prepros App Preprocess sass, less, coffeescript, jade....... With live browser refresh
@jimmyniceguy Download (updated): http://www.mattclements.co.uk/prepros/Prepros
-
WordPress Vs Traditional Coding
I'm not familiar with .NET nor do I know how large your site is.
-
WordPress Vs Traditional Coding
WordPress any good for amateur developers I would say so. That's how I learned the basics and benefits of PHP over static HTML. Although, I think a CMS like Kirby is much easier to grasp for those just starting out. However, I still prefer…
-
Front-end developer
@rkostin Nice to know you live in Rochester. Just moved out of there.
-
Any similar codekit softwear for pc?
@jamy_za I'm using Prepos and love it. Much better compared to Scout but still suffers with freezing the OS sometimes.
-
Does anyone NOT use a preprocessor?
I also wanted to say that I wish SCSS/SASS would become a standard. When you can dynamically write code that effects simplicity and performance, that's a game changer. Personally, there's nothing more that I hate than writing CSS (and HTM…
-
@font-face Generator
What if you have DFONT, PostScripts? dfont are Mac OS X/Unix only supported fonts and will end up going away. OpenType supports PostScript/TrueType outlines and is compatible cross-platform. It does not limit file size, 10MB or more Why…
-
Does anyone NOT use a preprocessor?
mostly because of variables (in combination with color functions of Compass, I can change one color to change the whole appearance of a site) and extending placeholder selectors. @CrocoDillon Exactly why I started using SCSS.
-
@font-face Generator
@Melindrea @Jarolin I marked it as spam earlier as it appears this person is posting to profit rather than a paid alternative to Font Squirrel. Why anyone would pay a subscription to render an @font-face kit, is ludicrous. Not to mention it doesn…
-
Is it ok to build a WordPress theme as an HTML template first, and then turn it into a theme?
@jimmyniceguy I've used the HTML5 Reset Wordpress theme (framework). It's less bulky. http://html5reset.org/#wordpress Some people prefer the Underscores theme but I never liked that either. http://underscores.me
-
CSS Font Variant issue
Not that I'm aware of or at least not unless you're using true small-caps which it seems you are not.
-
Is it ok to build a WordPress theme as an HTML template first, and then turn it into a theme?
Starkers is bloated and in my opinion, not a great framework.
-
Expanding Image
@ma701ss HTML CSS img.home { max-width: 100%; height: auto !important; } or .home { max-width: 100%; height: auto !important; } Although, I would do this for every image
-
Expanding Image
img { max-width: 100%; height: auto !important; } Demo: http://jsfiddle.net/kuQhK/embedded/result * resize the browser
-
Codekit - Windows Alternative
@jayism I didn't like it at all, honestly. But since I'm not a developer, that isn't saying much. I stumbled upon Prepos from another discussion and haven't looked back. Really enjoy using it.