Tag: css

Weekly Tech Learning

Most web developers know that the tech industry moves at an accelerated pace, with hundreds (thousands?) of new technologies to try out that all promise to make our jobs [easier|faster|more efficient|stronger|more shiny]. The problem is time. How do you know which technology is worth your time to learn? Which ones will actually deliver and make …

Read more

Hide specific input field in CSS by name

Just learned that this trick works in browsers too (not just assert_select and jQuery). <input id="q" class="small" name="q" size="20" type="text" accesskey="f" /><input id="q" class="small" name="q" size="20" type="text" accesskey="f" /> input[name=q] {display: none;}input[name=q] {display: none;}

Read more

Once again, a new theme

Well you might notice that I once again have a new theme up. This one is called subtleTheme and is by Thomas Aylott. I adjusted the width of the content area a bit and had to patch the code a bit for trunk but it works pretty good, and looks great. The patch is in …

Read more