Home > Tag: web development
February 24th, 2009 Development
When it comes to designing and developing your own custom Wordpress theme it can be a little tricky. You have to learn how the Wordpress theme files work, while trying to make your vision of your site come to fruition. But instead of installing Wordpress on your live site and then rushing to get your design completed, try installing Wordpress locally.
By installing Wordpress locally on your computer you are able to spend as much time as you want designing, developing and tweaking your theme without the worry of breaking your live site or having visitors see a half completed design.
And the best part is that installing Wordpress locally is actually very easy to do on a Mac running OS X 10.4.x or later, and you don’t need any programming skills.
Read the rest of this entry »
Home > Tag: web development
February 16th, 2008 Development
When making this site I wanted to be able to easily manage and update it while still being able to design it exactly how I wanted. I could have just made the website with static html pages, but then I would have had to update them manually and if I wanted to blog or do quick news updates then I would have to add some additional blog software. So after some research and a few tests I found the best solution to be Wordpress.
Wordpress is much more than just blogging software; it’s a powerful CMS (content management system). The main thing that makes Wordpress different (and great!) is the ability to add “pages” just like you would add a post. These pages act like normal static html pages, but you can manage and update them through the Wordpress admin. You can even make custom templates for different pages so that they behave or look different (I’m using a different template for my portfolio pages). And you can make parent / children pages to create depth and organise your website and navigation properly.
Best of all, I have found Wordpress to be quite easy to use and versatile enough to suit my needs. You don’t really need to know html and css to use it (there are plenty of themes you can download), but if you do then there is so much you can customise and play with.
So here are my top 5 reasons to use Wordpress:
- It’s easy to set up and use
- It integrates blogging and CMS
- You can customise templates, css etc as much (or as little) as you want to create your website just the way you want it
- There are great plugins out there for you to use to help you get the most out of your Wordpress website
- It’s free
Happy wordpress-ing!
Home > Tag: web development
January 20th, 2008 Development
Now that I am using a MacBook Pro for work I have had to change the way I do some things. The two main programs that I use everyday are Photoshop, for website design, and a text editor, for html/css development. While Photoshop works the same on both platforms (especially now that CS3 supports Intel Macs) the problem was finding a new text/html editor.
For the last few years I have been using EditPlus for all html and css coding. It’s a great little program and I got to know it well, but alas, it is not made for Macs. When searching for a new editor to use, I was pointed in the direction of TextMate.
While they are the same in result, they are both very different in practice. Being a Windows program, in EditPlus everything is much more visual. Menus and options are displayed in toolbars for easy access. TextMate, on the other hand, is more reliant on keyboard shortcuts and little nifty things called tab triggers. In TextMate there are no buttons to click to save your work or to open a document, you either need to use the program dropdown menu or learn the shortcuts.
I still miss EditPlus, but TextMate has been a good replacement so far and I am still learning how to get the most out of it.