StylizedWeb

Subscribe to our updates:

A Design, WordPress and Tutorials Blog.

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

» 2008 » August

Archive for: August, 2008

miniBlog Free WordPress Theme

posted on 08/25/08 by

It’s been a while since I’ve released my latest free WordPress Theme – Solemnity because i’ve focused on writing, mostly about WordPress itself. But here it is now, new free WordPress theme called miniBlog. Again made by sixshootermedia.com and Stylized Web

This is just a simple, small template designed specifically for the blog obsessives. If you decide to use it please let me know. Also I would like to say thank you to people who have donated and to point out that i’m not responding to questions where link to this site is removed. Have fun!

» Read More Leave a comment on Stylized Web 45 responses

CSS 3 Rounded Corners

posted on 08/19/08 by

When New WordPress started using this i though you know Internet Explorer is definitely out now when i’m doing some css work that needs rounded corners I’m mostly using only this technique because buyers are ok with it although it’s just for FireFox and Safari. And since most of people still don’t know about this i figured it’s good thing to share.

Of course i’m talking about Border-radius property for FireFox and Safari 3 (only). And here are some nice examples how to use it.

» Read More Leave a comment on Stylized Web 51 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 166 responses

How to grab Alexa Traffic Rank

posted on 08/04/08 by

If you don’t have Alexa toolbar i’m sure you have seen somewhere a rank according to it, for example on BuySellAds etc… The traffic rank is based on three months of aggregated historical traffic data from millions of Alexa Toolbar users and data obtained from other, diverse traffic data sources, and is a combined measure of page views and users (reach).

So if you need it for some professional services or dunno just for fun (like me, so far) here’s the code for it ready for copy/paste and just change the url.

» Read More Leave a comment on Stylized Web 23 responses