Class Names Revisited
Great article on class names by Alen Grakalić from css globe.
Great article on class names by Alen Grakalić from css globe.
I’ve had an iPhone for quite some time, so I was looking for a Wordpress plugin that would automatically reformat the layout of the blog if you visit it from your iPhone. And I found the perfect one, WPtouch.
It simply great, and I haven’t found any issues with it, so visit the site from your iPhone and have a look.
The site for the Human Right Film Festival was lauched so go and check it out at http://humanrightsfestival.org/. It can also be found in our Work section [HRFF].
All the illustrations were made by Keith Rosson and the layout itself by 5L081CH.6R4PH1C5.
I’ve finaly found some time to update the portfolio section, so go on and check out our new projects.
Here’s are some projects that stand out:
I still haven’t updated my work, so here’s something in the meantime.
I’ve managed to successfuly integrate RedBean into the CodeIgniter PHP framework. I don’t think any additional explanation is necesary since it’s pretty simple and basic stuff.
Here are the reuired steps:
$this->ci =& get_instance();
// Include database configuration
include(APPPATH.'/config/database.php');
// Include required files
include(APPPATH.'/thirdparty/redbean/redbean.inc.php');
// Database data
$hostname = $db[$active_group]['hostname'];
$username = $db[$active_group]['username'];
$password = $db[$active_group]['password'];
$database = $db[$active_group]['database'];
// Create RedBean instance
$toolbox = RedBean_Setup::kickstartDev('mysql:host='.$hostname.';dbname='.$database, $username, $password);
$this->ci->rb = $toolbox->getRedBean();
$post = $this->rb->dispense("post");
$post->title = 'My first post from CodeIgniter';
$post->body ='Lorem ipsum dolor sit amet, consectetur adipisicing elit....';
$post->created = time();
$id = $this->rb->store($post);
Haven’t tested it much but everything seems to work.
If someone has a better sollution just let me know.
I’ve been very busy for the last few months and because of that the site didn’t get any updates. I’ll upload all my recent work to the portfolio section so you can see what I’ve been up to.
I also started working more on my CodeIgniter skills and I’m rewriting the core for my CMS Krustr°, so there’s gonna be some updates there also. You can follow the progress of Krustr° through Twitter at @krustr.
That’s all for, stay tuned.
WebD&D offers free top-notch tips, tricks, best practices and resources for your reading pleasure. It is brought to you by web enthusiasts who enjoy their contribution in making the WWW a better place.
Stranica koja bi trebala okupiti sve nezadovoljne sa hrvatskim Apple distributerom. Za sada samo svjedočenje o wifi tipkovnicama, te njihovoj famoznoj garanciji od samo 7 dana.
Pogledaj Trulu Jabuku.
There are a lot of method to centre objects with CSS, and this article shows you five of them. It can be difficult to choose the best one for your need but this article with guide you to the right direction.
Apple has release the beta version of the Safari 4 browser. So far it’s looking very good, and running a bit faster than the old version.
This is my new portfolio site. It’s still a slightly customized free WP theme called Modern Clix due to my lack of time to make a design of my own. But do not worry it’s on the way.
Feel free to look around, check out my work, if you like it you can hire me.
Enjoy!