It’s not like I actually intend to let you guys wait for new posts on this site forever. And I also don’t think I ever planned to confuse you about what kind of technology this site is actually about. Well, but here we are now and in my last post I told I was going [...]
And here I go again. Once more I feel I should explain why I haven’t posted anything in a pretty long time. Well, what can I say, I’ve been busy. And also I have been thinking about what to actually blog about here. In the beginning I’ve started onemoreline.com because I wanted to write about [...]
So, it’s been a while since I last posted, which is mostly due to stress at my day job, but not to worry, I haven’t forgotten OneMoreLine and today I will discuss the last step in setting up shop. In the first two parts, I described how to install a webserver with PHP and MySQL [...]
To continue our excursion from last time, where we’ve installed our local server, PHP engine and MySQL database we today will install the Zend Framework on our machine. After doing that we will be very nearly done with preparations and can jump right into code-mode. To install Zend we will first need to download it, [...]
Warning: realpath() [function.realpath]: SAFE MODE Restriction in effect. The script whose uid is 10002 is not allowed to access /var/www/vhosts/onemoreline.com/httpdocs owned by uid 0 in /var/www/vhosts/onemoreline.com/httpdocs/wp-includes/functions.php on line 2125
Warning: realpath() [function.realpath]: SAFE MODE Restriction in effect. The script whose uid is 10002 is not allowed to access /var/www/vhosts/onemoreline.com/httpdocs owned by uid 0 in /var/www/vhosts/onemoreline.com/httpdocs/wp-includes/functions.php on line 2125
Until now, I haven’t really gotten into anything specific. All I did was to talk about having a plan and the importance thereof. Not to imply that htis was wrong, cause it really wasn’t, but it’s time for something specific. So today I’m gonna talk about setting up your system for development. So what we’re [...]
Well, the heading says it all, I guess. You have to have a plan when you develop an application of any kind and I am still figuring out some details about the application I am trying to create. The basic idea is there and I have made progress in terms of specification of basic features [...]
Getting started is the hard part. Before you start hacking away, you need to think about what exactly you want to achieve. That is indeed the hard part. Normally these things start as a vague idea, like giving people a way to connect with each and stay in touch with friends. But before you begin [...]