Category: web

  • Understanding arrays

    by

    in ,

    Backstory For the last month I have read about JavaScript ( ECMAScript ) and how it works. To say the least I am one step closer to not being as bald as I thought I would be. JavaScript is a great language to learn and has so much potential behind it and for it. What…

  • Archive widget at a glance

    Today I put the finishing touches to my customized archives widget. While I am tempted to submit it to the WordPress plugin repository I will hold off for a little bit. The reason: I’m not quite ready. That will usually be my excuse. Enough of that on to the code! The issue I love using archives…

  • Working with mobile first mentality

    by

    in ,

    This has been the biggest issue for some time now. How I want to execute it. All one stylesheet or separate ones and have the server load it depending on what it is given. Each one has its own drawbacks and perks to it. Reading about mobile design these last three days has slowly opened…

  • I hate not finding the right documentation

    I really do. Recently I was trying to see if I could help anybody out with their WordPress questions and came across the sub-forum of localhost installs. I figure why not? I once had issues trying to figure out why I couldn’t see the pages. The issue that was on the plate was a server…

  • New ideas and learning from them

    One day while at work I was talking to one of the girls and brought up the fact that I love to mess around with WordPress. She was delighted to hear that because she was starting a personal blog for her child’s milestones. She was on the lookout for a good theme for her newly…

  • Learning with practice

    The progress of my theme is decent. I have been learning how to work with Git and SVN more and more. I did recently have a little conversation with @ipstenu on Twitter about learning version control. Yes, I am still learning how to harness the power of simple commits and getting the hang of how to…

  • HTML validation issues

    If it’s one thing I hate it’s loading up a site, click on something and then the layout gets all wonky on me. For the last two years I have read and learned about HTML and CSS validation. The one thing I have learned is that there are people out there that don’t care for…

  • One more week

    Earlier today when I got home from work I did my usual routine of updating to the most current development version of WordPress, made sure all other applications were up to date and opened up my code editor (Notepad++) to view and edit my theme files. Since I was wide awake I tried my hand…

  • Me, WordPress and Template tags

    Recently I have been working more diligently on putting some finishing touches on my personal blog’s theme. Working on a local machine is so much easier now that I understand how it works. I remember when I started out with PHP it was painful. I got frustrated because I didn’t know where the files had…

  • Theme progress – good

    Slowly but surely my blog’s is coming together. The one thing I am now attempting to do is work out a gallery system. While I do like the Twenty Twelve’s way of presenting the image gallery I want something a little different. The way the Twenty Twelve handles the images is by linking to a…