Resnodesigns Blog
WordPress 3.3
The folks of WordPress recently released another update, 3.3!
It seems it answers many questions that a community member would have. For example, upon updating, you are greeted by a splash screen that tells gives you a change log of what things have changed. These will not satisfy the developers out there, but they will satisfy the everyday user, if they even really care about that information.
Furthermore, WordPress also has implemented a new tooltip thing for new features. I imagine users were getting lost in all the admin changes and rewrites and WordPress figured it would advantageous to guide the user through the new changes.
It makes me wonder why companies decide to make seemingly sweeping changes to their UI, without guiding their users through it. The end user is the most important part of this whole thing, and just dumping a new UI on them is not usually an optimal situation.
Tags: change, log, member, update, Wordpress
Posted in
Wordpress |
No Comments »
Github Project – Hairduct
Hairduct
I wanted to annouce a project I have recently started using the Codeingiter framework. Codeigniter itself offers alot of features that I believe will help improve rapid development, including caching, database abstraction, and a few other things I’ll learn as time progresses. The general purpose of this system is [...] Continue Reading…
Posted in Uncategorized | Comments Off
Framework Envy
A friend and I were considering embarking on a small quest to begin a start-up. We had an idea that we both liked and saw a market for product. I jokingly mentioned we should use one of my favorite PHP frameworks, CodeIgniter and he quickly said No. I was [...] Continue Reading…
Tags: code, codeigniter, frameworks, php, zend
Posted in
Uncategorized |
1 Comment »
Starting a Project Underfire
Over the past few months, I have been looking noticing some trends and thinking about what the next web service could be. I had a few ideas including merging all the social media sites with one website which would aggregate everything you want into one easy to use and maintain site. [...] Continue Reading…
Posted in Uncategorized | Comments Off
Web freelancer conference
indieconf – the conference for independent web professionals – is now open for registation.
What is indieconf? It’s a conference that brings together the topics that affect freelance web people with experts who’ve been there and done that. I’ve attended a number of tech/web conferences over the past [...] Continue Reading…
Posted in Helpful Tips | Comments Off
Setting up a Virtual Machine on Ubuntu without KVM
I recently took a foray into the world of virtual machines on my Ubuntu server. I decided that since I could not use the well known KVM (my cpu does not have the proper extensions) I could use virtualbox. After installing it, I next learned how to mange the [...] Continue Reading…
Posted in Helpful Tips | 2 Comments »
Developers vs Graphic Designers
With some many webdevelopers/ designers/ graphics people all making websites how is a company or anyone for that matter to find someone to make their site?
1. Assuming a WYSIWYG editor can create a great website
Using a program to code your site will only result in jarbled code that no [...] Continue Reading…
Posted in Helpful Tips, Interesting | 1 Comment »
Quick Post: Django vs Grails
Coming from the Django world, I can already see big similarities. They both provide database abstraction for example, they allow the developer to essentially create a database and minimize the amount of SQL code needed. From what I can tell, the two are very similar, and this does excite [...] Continue Reading…
Tags: database abstraction, first impression, frameworks, intro, php, programming, server-side
Posted in
Coding |
2 Comments »
Tech Misfits Podcast
Some friends and I recently started our own tech podcast. We are going to be talking about everything having to do with technology, from phones, to latest gear to suggestions you give us!
Posted in News | Comments Off
About Isset()
According to php.net PHP Isset is:
Determine if a variable is set and is not NULL.
If a variable has been unset with unset(), it will no longer be set. isset() will return FALSE if testing a variable that has been set to NULL. Also note that a NULL byte (“\0″) [...] Continue Reading…
Posted in PHP Script | Comments Off





