So, this week I began writing my first application with Cocoa in Objective C. To say the least, it was an experience.
I began first by checking out Apple’s Reference Library and Cocoa tutorials, found here, which gave me a decent understanding of how Objective-C in particular works and gave me a real preview of XCode. Truth be told, however, I’ve already learned a fairly decent amount of programing (having have started learning C at some point around 2005). So, to be fair, this tutorial is not for beginners; if you lack this amount of experience, however, This PDF tutorial (PDF linked) will get you started – it’s one I’m currently browsing, mostly because, while I have programming experience, I’m honestly no expert. Read more »
Generally speaking, Wordpress doesn’t like to create two post pages. It takes getting the platform out of its comfort zone to force it to make it do something it doesn’t like.
Technically, my own site has two post pages. It displays the first few characters of a post (first one thousand characters, to be exact) and displays them on the home page, and then takes the rest of my posts (all content included) and displays it on my Blog page. However, to be really savvy, it just takes a little bit of PHP plus maybe a plugin, and your web site’s guests will never know the difference! Read more »
I rarely make my political beliefs public, as I feel that they are something which I hold close to my heart. Nevertheless, I am always willing to take on any project, no matter how controversial it may be – and that includes political or religious projects. My work with Forward Focus Media can only be described as one word: rewarding. Honestly, I have greatly enjoyed the month of work which I put into the site, and the month which I worked closely with the people behind the company.
That being said, I’m quite sure that they give their clients the same amount of brilliant treatment. If your political beliefs happen to fall under “libertarian” or “conservative” and you happen to be politically involved, this Alabama-based firm can certainly help you out – but how? Why not check out their site to find out!
Specifically, my work with this site was to customize a pre-built Wordpress template. The original design was very nice, I must admit, but I saw many ways in which it could be changed in order to better suit the site’s purpose. From coding an RSS puller in order to display their latest posts to editing a Twitter widget, the facelift to this design was actually pretty large; I may as well have written the theme myself from scratch. However, Forward Focus had already selected this template, and I noted that certain things could be thrown out altogether and that certain things could be redone. We started small, working on the graphics you see – the logo was provided, but I did create all of the graphics such as the Twitter and Facebook graphics (after all, graphics were how I was pulled into design in the first place).
There are a few fundamental features in a Wordpress theme. To create a custom theme, a developer must simply have a functions.php, a stylesheet, and an index.php with the loop in it. However, the Internet is expanding, and not only are themes becoming more and more complex with a greater amount of options, but further additions are being added to the amount of files included in your average theme.
This post, however, is not directed at the aged Wordpress designer who has been churning out themes since 1.5. This post, instead, is directed at designers which are simply just beginning to explore the possibilities of Wordpress.
I was one such designer not too long ago. I became acquainted with Wordpress through a job opportunity – I was hired by a company to create and edit Wordpress themes. I received a day or two of training learning the needed PHP and other tidbits – such as what certain files did, and how to install themes. To date, I have been programming Wordpress themes for about a year now – whether editing them for SEO, or creating completely new themes, or even redesigning other themes. Through my work, I have discovered the power behind not just the CMS, but also through the lesser-known power of index.php and hierarchy. Read more »
In a past post, I compared several different job boards which I utilized in my daily life. I summarized the most effective job boards as those which cost a freelancer a very insignificant amount of money, did not spam the freelancer, were not overly intrusive to the normal business operations, were easy to sign up for, and did not compare freelancers to one another. Generally speaking the post was met with nods of approval; after all, why should my earnings on one site determine whether or not I was a decent web designer? For all that site knows, I could have already grossed double the amount reflected using a different service. And, additionally, why should I limit myself to one service when I know that job posters will be posting to different sites? And after educating myself and working towards certifications with W3C and Adobe, why should I pay for another web site to certify me?
Then, I recently noticed that CSS Mania had released their own job board. There is no subscription fee; the site is paid for by the advertisements on the main CSS. Read more »