Totally Radical Tumblr Thing

Conrad's personal blog. Stupid stuff commences

Dec 30

TIL #05: Mike and Ike Candies are Delicious

So Good.


Dec 28

TIL #04: Doing a 301 redirect in Wordpress using bloginfo(‘url) Results in an Error

More specifically, bloginfo(‘url’) outputs header information so you can’t use it with header() to hook into ‘init’.

Use get_bloginfo(‘url’) or get_home_url and output it in header() instead.


Dec 20

TIL #03: Sexagismal is Word.

And it’s not dirty.

Sexagismal: base 60 counting system. Yes there are 60 characters to represent numbers.


Dec 17

TIL #02: stupid z-index

z-index doesn’t get rendered right in ie6 and 7. You have to set the parent’s z-index to be higher than the actual element you are targeting. Weird. Oh and the parent has to be a block element or it’s a no go. http://brenelz.com/blog/squish-the-internet-explorer-z-index-bug/


Dec 16

TIL #01

TIL that in Wordpress, under General > Reading: setting a static home page will follow the template you gave it (Template Name: Home Page). Setting a page of posts will not follow any template. It will only follow the index.php template.


Nov 30

Content First

The mantra of all web designers and developers is content is king.

Your design should work with your content, not the other way around.

  • If you need to reduce the copy to fit in a box, you’ve designed that box wrong. 
  • If you force the use of headers for a visual affect, you’re using headers wrong
  • If have a list of <p>s instead of using <li>s, you’re doing it wrong.

The technology serves content, not the other way around.

  • If you force the user to classify content a certain way, you take away their intended meaning of the content
  • If content will not display properly without prerequisites (like a thumbnail image, or an excerpt), you’re doing it wrong
  • If you force the user to use HTML instead of giving them a choice, you just turned your user into a front end developer. That’s not very nice.

Nov 29

Hands off the content!

Wordpress Developers,

Do not code your theme to rely on predefined categories. Forcing your users to classify content in order for your theme to work is wrong. Never touch your users’ content.

Do not hardcode the amount of posts to show on a template page. Users should determine how much content to show. 

Do not force your users to follow a permalink structure. If your theme requires a certain permalink structure to work, you risk creating 404 errors for urls that already exist.

Hands off the content!


Oct 20

joethinks-deactivated20110908 asked: Topic: historical good-guy figures
Question: which one would you pick to get into a fist fight with?

Newton. Biggest nerd in the world, what a guy! People ask him “so if there’s this maaaagical force called ‘gravity’, and planets circle a sun with this thing called ‘gravity’, why do they circle in ellipses huh? Why not circles huh? Let’s see your ‘gravity’ explain that!” and he responds by saying “lolz yeah I proved it using this new math I invented. I call it calculus.” Dead geek. 


Courier New Sucks


The Pomodoro Method + Rapid Development

Take five minutes to roll into work, reply to IM’s and emails. Check Reddit. Sprint through twenty-five minutes of hardcore coding. Do not talk to anybody at this time. Get off Reddit. At the end of this sprint, document what you coded. You have completed one Pomodoro.

After three to four pomodoros, edit your documentation. Enjoy a long ass fifteen minute break, possibly on Reddit.


Page 1 of 2