The Need To Blog

By  on  

As my first post to BluDice, I feel the need to share my relevance to the blogging spectrum.

Experience

Nothing beats experience. Talent is always a great attribute for anyone in any field to have, but in my years of programming, I've run into all kinds of situations. There is never one blanket solution to the many problems you encounter during your time as a programmer (besides quitting, but that's really not an option, is it?). I've combed the internet a time or two looking for solutions to problems I run into. I know that I'm not the only one who's encountered ANY of the problems I've come upon, regardless of language (Javascript, PHP, CSS), medium (domain, hosting, DNS...), or theory. I'd like to save you the time you'd probably spend scouring the internet looking for answers by sharing with you my experiences and solutions.

Expertise

I wouldn't consider myself or pass myself off as the authority in any part of web development, but I would consider myself to be a code junkie. I mainly work with PHP, MySQL, JavaScript (custom and MooTools), and CSS, but I've also worked with ASP, ColdFusion, .NET, VB, C, C++, JSP/Servlet, and every just about every other language you can think of. I've also been acquainted with hosting, domain, email, DNS, and other web-related areas. I feel more than qualified to provide my two cents and solutions an these areas.

Enthusiasm

We're still in the infancy of the internet. Now's the time to set the rules for the future and push the boundaries for what the internet is. I'd like to promote pushing the limits of programming make the web better for developers and users. I'd also like to allow my blog visitors to ask me and challenge me to find solutions; better solutions.

Welcome to my blog. I hope you gain something out of it.

Recent Features

  • By
    How I Stopped WordPress Comment Spam

    I love almost every part of being a tech blogger:  learning, preaching, bantering, researching.  The one part about blogging that I absolutely loathe:  dealing with SPAM comments.  For the past two years, my blog has registered 8,000+ SPAM comments per day.  PER DAY.  Bloating my database...

  • By
    Create a CSS Flipping Animation

    CSS animations are a lot of fun; the beauty of them is that through many simple properties, you can create anything from an elegant fade in to a WTF-Pixar-would-be-proud effect. One CSS effect somewhere in between is the CSS flip effect, whereby there's...

Incredible Demos

  • By
    MooTools Link Fading

    We all know that we can set a different link color (among other properties) on the hover event, but why not show a little bit more dynamism by making the original color fade to the next? Using MooTools 1.2, you can achieve that effect. The MooTools...

  • By
    Display Images as Grayscale with CSS Filters

    CSS filters aren't yet widely supported but they are indeed impressive and a modern need for web imagery.  CSS filters allow you to modify the display of images in a variety of ways, one of those ways being displaying images as grayscale. Doing so requires the...

Discussion

    Wrap your code in <pre class="{language}"></pre> tags, link to a GitHub gist, JSFiddle fiddle, or CodePen pen to embed!