patrickzdb
-
How to get this type of responsive menu hide/show on click
Bump. Sorry I know its marked as solved but I'd really like to know how you do it and I'm not advanced enough with javascript yet.
-
Google is awesome! anything like it?
Would look great on a big monitor on a wall.
-
How to get this type of responsive menu hide/show on click
Actually, does anyone know how squarespace made it so that if the menu is open and you scroll down far enough is disappears again? That's a pretty nice feature.
-
How to get this type of responsive menu hide/show on click
Yep, off canvas. http://coding.smashingmagazine.com/2013/01/15/off-canvas-navigation-for-responsive-website/ http://webdesign.tutsplus.com/tutorials/htmlcss-tutorials/examining-responsive-navigation-off-canvas-patterns/ http://css-tricks.com/off-ca…
-
Feedback on screencasts, pretty please!
With regards to length I suppose its balancing who gets more annoyed. People who like longer screencasts probably find it less annoying to click Next Video than people who don't like long screencasts. So, while I prefer 20-30min screencasts, I …
-
wordpress template to a non wordpress page
You could just contact the author of the theme and ask for a HTML version, he might consider selling one if enough people want it. If not download and run the theme, then just copy the outputted HTML code it creates to use in your non-WP site. You …
-
The limits of @import and CSS file organizing rage.
I'd suggest spending a day getting to know SASS. If you're used to working with 15-20 stylesheets pre project it sounds perfect for you. Basically when you are developing the site, you still get to keep everything in different stylesheets…
-
Screencasts of theme development in WP 3.5
http://wp.tutsplus.com/ is a good resource, as is Chris' series. I've been following the Adaptive screencasts recently, which is a whole theme from Photoshop to HTML and CSS to Wordpress. Really great series http://www.youtube.com/playlist…
-
Responsive Sprites using Compass/SASS?
I've been looking for a solution to this all day, I agree its strange that there isn't a lot of information out there. Here are a couple of links I've found today that have helped me. http://stackoverflow.com/questions/9151625/fluid-…
-
iPad "hover effect"
If the image swap or grey out box is set to appear with opacity: 0/1 then the click just takes you straight to the link, whereas if display:none/block is used a tap on the ipad brings up the hover event, then the link works on the second tap. I can…
-
Chrome -webkit-border-radius bug?
I don't understand why webkit haven't fixed this issue since it was reported a year ago but anyways I found an alternative fix to the background-image one (I couldn't get that to work myself). Put the image in a container div and ap…