Category Archives: Uncategorized

Using Regex in Textmate to convert HTML comments to Ruby comments

To cut down on space, I felt it would be easy enough to convert HTML comments to Ruby comments, so I looked for a way to do this site-wide. Using the Regex option in textmate’s “find in project” utility will … Continue reading

Posted in Uncategorized, rails, webdev | Leave a comment

CSS Box Shadow includes Transparency!

Thankfully, my work has agreed to only use css rounded corners in order to create the rounded corners for our website. Here is the jist of the rounded corners at the time of writing this post: The CSS .rounded .inner … Continue reading

Posted in Uncategorized | Leave a comment

Testing out @font-face on ScrewLewse.com

Considering one must keep their skills up-to-date, I have tried out a bit of @font-face on this website. I am using an open source font named: “Goudy Bookletter 1911“. This is what I added to my css file: /* A … Continue reading

Posted in Uncategorized | Leave a comment