StylizedWeb

Subscribe to our updates:

A Design, WordPress and Tutorials Blog.

Dedicated to helping you learn the art and science of the web.

You are browsing: Hacks

Don’t forget about :active

posted on 05/11/09 by

I was recently reading through “The Elements of User Experience,” which opens with a compelling story describing why things going wrong in your day could be the fault of poor design in regards to usability. Interestingly enough one of the points covered in this section is the use of feedback as a way to notify a user that something has occurred.

» Read More Leave a comment on Stylized Web 23 responses

20 Expert WordPress Tips for Pro-Developers

posted on 02/16/09 by

WordPress has been growing sensationally as the tool to use for Blogging. We’ve compiled a list of things that are good practice and you must do if you are a pro wordpress blogger or developer. Writing/Blogging Workflow Keep it updated. Publish it later. Keeping it updated can be a laborious, arduous task. In order to [...]

» Read More Leave a comment on Stylized Web 38 responses

Simple show/hide with CSS

posted on 09/10/08 by

As the title says here’s one way to have simple show and hide effect using just CSS and avoid JavaScript. Idea is to use some tag inside the link (for example bold, or span or what ever) which will hide it’s content in normal state and show in hover state. Mostly it’s used for creating interesting menu effects with some additional images.

So here’s basic example code, and a few ideas where you can also use this, for example i’ve used it Gunmetal free WordPress Theme, you can see the demo here.

» Read More Leave a comment on Stylized Web 31 responses

query_posts() Pagination problem

posted on 08/13/08 by

Ok, this has bothered me for a long time and now i have finally found a solution for it thanks to Kafkaesqui moderator on WordPress Support. As the title says when you are using a query_posts() to exclude, include categories or what ever you want pagination dosen’t work it shows same posts on every page (This is for all pages that use query_posts not just index, so it’s for templates etc…)

Where’s the problem? query_posts() is a powerful function, but in this situation it has a flaw: it overrides nearly everything in the standard posts object query, including what the paged offset is.

» Read More Leave a comment on Stylized Web 173 responses

previous page   next page