notfilc
-
Does anyone NOT use a preprocessor?
I think even if you use SASS in it's most simple form (variables, nesting etc) then it should still speed up your workflow. I'm not sure how it would slow you down - an app runs in the background and compiles the SCSS in to CSS almost inst…
-
Creating an e-commerce site
WooCommerce is pretty decent - give it a go, it probably does 90% of what you want.
-
Creating an e-commerce site
Use an off the shelf system - building your own is going to take a long time and is pretty heavy going.
-
One Page Personal Websites
I believe the effect is called parallax scrolling - take a look at this: http://prinzhorn.github.io/skrollr/
-
CSS designer needed
I don't think you'll find anyone here to do this. I have spotted a few very appealing PSD templates which look great, perhaps someone could convert these to HTML + CSS for me and in return they would have gained a free copy of the init…
-
Using fitvids.js as a popup lightbox
Why not just use fancybox, or my preference colorbox? fitvids doesn't have a modal window built in to it.
-
Moving Wordpress from Localhost to Subdomain to Root of site.
This plugin: http://wordpress.org/extend/plugins/duplicator/ should do the trick.
-
Pea.rs / Codepen.io
Wouldn't it be more time/cost effective to just use codepen pro and have private pens?
-
Do I need a contract to sell my web design services?
If you are charging only $500 you need to find a hell of a lot of clients to make a living and from my experience finding the clients is the hardest part.
-
Wordpress install going funky! Dashboard looks horrible!
Glad it worked for you :).
-
Wordpress install going funky! Dashboard looks horrible!
Could be a .htaccess problem - take a look in your htaccess file and see what's going on.
-
Testing responsive design?
Tend to just use Chrome with this bookmarklet: http://lab.maltewassermann.com/viewport-resizer/
-
Responsive Design Transition
I think the last version of CSS-Tricks did transition but it really makes no difference, like everyone has already said, no on goes around resizing browser windows apart from developers.
-
Grid of div's without doubling up touching borders
This is awesome guys - I haven't had a chance to fully look through all of these yet but certainly keep them coming - maybe a good article for the blog I'm launching soon. I'll drop a better reply in here tomorrow.
-
Grid of div's without doubling up touching borders
Thanks - looks like a nice solution too but Senff's is probably a bit more old browser friendly.
-
Best CMS to use for clients portfolio websites?
Perch CMS gets a lot of good remarks - never personally used it though.
-
Grid of div's without doubling up touching borders
That looks perfect Senff - thanks a bunch. I won't mark this as solved yet as I would be interested to see any other methods but that looks awesome.
-
jquey background to change every few seconds
The code you've posted is a mess - make a reduced test case and you will get more help. I have no idea if this is the right method but the first thing I'd try is giving a class (which outlines the background) to the body and changing that …
-
Transferring live WordPress site to local
+1 for duplicator - or just follow the guide in the WordPress codex.
-
AnythingSlider bugs in eBay
I thought eBay didn't let you use JavaScript?
-
How http://www.starbucks.ca/ mega menu works
It really doesn't look that complicated. Go learn some more CSS and jQuery (hover states, positioning etc) and then have another look at it.
-
Pricing dilemma - how to start making prices
As an aside, when estimating time you can pretty much take what you think it's going to take you and add another 25% on to there - developers are always very optimistic on time.
-
How To: Creating Tumblr Contact Form Using Contact Form 7 for WordPress?
It looks like a pretty standard form on a background, not really seeing what's so difficult here? Try looking with the Chrome web inspector (right click, inspect element) to see how they've done it.
-
Performance on back button
I reallllly can't see a problem with it. That really is super picky Edit: It's a really nice site by the way, well done.
-
Is Chris Coyier Always Busy?
No offence, but he's a busy guy so I doubt he has time to donate for free to help individuals - CSS is the biggest help you can get. My advice is get a lodge membership, maybe a treehouse or lynda.com membership and just start building websites…
-
Anyone moved a Wordpress install from the root to a new directory?
Should be straight forward, there's a few database changes to make and remember to 301 redirect any old urls and backup everything before trying. http://codex.wordpress.org/Moving_WordPress
-
Learning multiple skill sets at one time
The jQuery manual is a great way to learn jQuery. JavaScript: The Good Parts is a well regarded book for learning JavaScript.
-
Learning multiple skill sets at one time
Pretty much the same as @AndyHowells but with a little more PHP, enough PHP for the front-end and being able to at least understand what's going on in the backend. I think it's hilarious when you see job adverts like: 2 years experience…
-
[UPDATED: First Look] I am building a sass compiler and project manager for windows.
Looking nice - definitely interested.