• → Themes, Design, Downloads
  • → Reviews, Essays, University
  • → Mixes, Tracklistings, Mp3s
  • → Daily Ramblings
  • → Simpsons, Family Guy & more
  • → Contact, RSS, Search, Lifestream
  • → The Author

Recent Themes

  • → Wordpress
  • → Articles
  • → Music
  • → Dailies
  • → Links
  • → Meta
  • → About

Julian Klewes has released several free Wordpress Themes so far. The most recent design, code and Wordpress related entries are listed below:
Alexa rating system has changed
Wordpress 2.5 and chibby 404
Wordpress Plugin Developers get little credit
Better known in the Wordpress community as 'jez', Julian Klewes has made his name for releasing unique Wordpress Themes and writing articles about Theme ethics and Sponsoring.
Theme Overview | Contact
Not important enough to appear at the mainsite, yet too noteworthy to be left out... ↵
Click any of the headlines to continue reading.
Please note that I am not responsible or affiliated for/with the linked content. This website is merely an index of what is currently available on the internet.
Read on | Contact | TOS

Log in | You are welcome to and guest-post on this blog
Search | This page too chaotic for you? Click, Scroll and Search...
RSS Feed | Subscribe to receive the latest posts
Contact | Need to Contact me? Use the Contact form | ICQ | MSN | or AIM*
Tagcloud | The bolder and bigger the tag, the more I write about it
Lifestream | A passive recording of my life streaming away...


C. Julian 'jez' Klewes is a 22 year old student from Germany. Living in kempen, nearby duesseldorf, he studies International Business and Management Studies at Fontys in Venlo, the Netherlands. In the past years he published different kinds of work on the web and did freelance designing, as well as consulting and researching.This websites offers free Wordpress themes, many comprehensive link collections of The Simpsons, Family Guy and other Cartoons, but also semi-professional Progressive Trance music mixes.
Read on | Contact | Privacy/TOS

Welcome to h4x3d.com. Click the menu items above ↑ to access the most recent category posts. Another click resets the menu.

CSS naked day (09-April)

http://naked.dustindiaz.com/ set it up three years ago. However I cannot live without CSS and decided not to participate this time.




Tagged with:



Show code on wordpress css

Hi, one of the people commenting here asked for a way of displaying code in one of my themes.
For ages I have been using the following code and it worked flawless in connection with the code markup plugin for wordpress:

.primary pre#hack { white-space: pre-wrap; /* css-3 */ white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */ white-space: -pre-wrap; /* Opera 4-6 */ white-space: -o-pre-wrap; /* Opera 7 */ word-wrap: break-word; /* Internet Explorer 5.5+ */ } .primary pre { overflow: auto; cursor:pointer; position:relative; } .primary pre code { display: block; margin:10px; padding:4px; border:1px solid #ddd; background:#F5F5F5; font:10px Lucida Sans Typewriter, Courier, monospace; }
.primary can be changed to what you need, e.g. .post or .entry

Usage within Wordpress
Simply go to the “code” editor of Wordpress and paste your code.
Surround it by a < pre > and < code > tag and add the id of “hack” to the < pre >.
(< pre id="hack" >< code > stuff here < / code > < / pre >




Tagged with:



Want no border around input hidden field with css?

Today I worked on a template for another client and run into some strange bug. Well not really a bug, but more of an annoyance that took ten minutes to fix. In the lower part of a site near the commenting box two rectangle border showed up. Obviously this was caused by the input field and its CSS.

Here is the old css (excerpt)

input { border: 1px solid rgb(204, 204, 204); padding: 3px 6px; background: rgb(255, 255, 255) none repeat; color: rgb(102, 102, 102); }

and here a quick screencap of what the problem looked like:
border-hidden.gif

I applied this quick CSS hack to my code to make the border disappear:

input[type="hidden"] { border: 0; padding: 0; margin: 0; background: white; }

(marked green in screencap)
border-hidden-css.gif

Voila, the rectangles are gone. No more annoying borders around hidden input fields with CSS.
border-hidden-result.gif

I hope this helped anyone. You can do a similar trick with the input property “submit” if you want to apply different CSS attributes to your input submit form only.




Tagged with:



There is a lot to discover on h4x3d.com, browse through the Archive, consult the Sitemap or take a look at the categories below:

About the Author

C. Julian jez Klewes is a 22 year old student from Germany. Living in kempen, nearby duesseldorf, he studies International Business and Management Studies at Fontys in Venlo, the Netherlands. In the past years he published different kinds of work on the web and did freelance designing, as well as consulting and researching. Care to donate some spare money to h4x3d.com? | Thanks