jimmyniceguy
-
Wordpress - first loading need long time
840ms according to Chrome Inspector.
-
Wordpress - first loading need long time
My own estimates, it's just instant. Can't check with Inspector right now since I'm not on my computer and in my network anymore, but I'll check it asap.
-
Prepros App Preprocess sass, less, coffeescript, jade....... With live browser refresh
@chrisburton Thanks a LOT! EDIT: http://www.mattclements.co.uk/prepros/Prepros_1.3.0.exe - there was a mistake in your link before and I've fallen for that, stupid Jim ._.
-
Prepros App Preprocess sass, less, coffeescript, jade....... With live browser refresh
@chrisburton Well, seems dead to me :D
-
AnythingSlider: FOUC flash of unstyled content
Well, you can always set it to display: none; by default and then call the slider while .css()-ing the slider content to display: block;.
-
Prepros App Preprocess sass, less, coffeescript, jade....... With live browser refresh
I guess you probably know this already, but Dropbox refuses sharing the installer since there's too much traffic. You might want to replace Dropbox with something else or just provide a mirror. Can't wait to try this out, struggling with …
-
Wordpress - first loading need long time
First load for me - instantly, ~1-2 secs. Might be my own connection, but if there was a problem somewhere else I would feel it as well.
-
border none last-child not working in php dynamic list
If the div you want to target is the last div in the given parent, you could use :last-of-type instead of :last-child. Even if there's something following your list, it won't interfere then (unless it's a div of course).
-
Is it ok to build a WordPress theme as an HTML template first, and then turn it into a theme?
What do you recommend then, @chrisburton? I find Starkers extremely empty in comparison to other barebone themes I've been trying. I'd be glad if you can point the way to something even better :D
-
Chrome Canary - no styles
Things in Canary go south very often, it's a nightly build, so it's very prone to failures. Try Beta channel instead, Canary is the beta of betas. Basically, Chrome has four channels: Release/Stable Beta Dev Canary Canary is the most…
-
Is it ok to build a WordPress theme as an HTML template first, and then turn it into a theme?
Of course! It's probably better design-wise to make it in Photoshop first or even immediately in HTML and then to convert it to a theme. It's just easier to manage pure HTML and not be distracted by all the PHP stuff while you determine t…
-
Square turning into cube upon hover (3D transitions)
I was thinking of it as a square in the beginning, but... why couldn't it be a cube all the time? I kinda solved it: http://codepen.io/jimmythenice/pen/bJqKD Thanks for the response though!
-
what's name of this slider ??
@amis, you could just tweak any of the existing open-source slider plugins. Also, it only fits Thor to just walk in and say "I want that!".
-
CSS Viewing
Use local server, as @chrisburton said, depending on your OS you'd want either MAMP for OS X, WAMP for Windows or XAMPP for pretty much any OS, including Linux. Use text editor with FTP functionality built-in, either by default (Coda for OS X)…
-
Search Style Question
Well, it's hardly a specific question. Any further details, may I ask?
-
So, Why Isn't This Vertically Aligned?
Generally the safest way to vertically align something doesn't really use vertical-align at all. http://codepen.io/anon/pen/iowhL
-
Simple PHP gallery with admin management
It defaults at 3600s, it's problematic ;p I disabled it though, I don't need it really.
-
Simple PHP gallery with admin management
@FragaGeddon - thanks A LOT!!!! I guess it'll do the trick, I'll review the video tomorrow, from what I've already seen while playing with it, it's pretty nifty :D Thanks again!!!
-
Pricing dilemma - how to start making prices
Thanks for all the help, guys! I sort of expected that the first time will be pretty much an experiment, only after that I will be able to analyse the actual time needed for completion and estimate a minimum wage for the future projects. Thanks a …
-
Pricing dilemma - how to start making prices
Thanks for the responses! Hours You Estimate the Project to Take * Your Hourly Fee = Project Price That is the problem, since I don't really know how to estimate the first two values and actually... the first one seems even easier than th…
-
Keeping floats from wrapping inside undefined width div
Always use tables for tabular data storage, it's not outdated and it will probably never be. Make everything on purpose, as specific as it should be. Responsive tables Good example from Chris here, what you can achieve with tables. You do no…
-
Tuts+ Premium or Team Treehouse?
Thank you very much! And what about the quality level of each? Are both well-documented and polished or one is clearly better than the other?
-
Fixed navigation + linking to sections of the page = disaster
I once fixed this with a combination of padding (which you've done) and negative margins to get rid of the created whitespace. Depends on your design though, isn't possible in all situations. Well, that did the trick, pitiful me, used…