Archive for the ‘Computers’ Category

I’ve been Joost

Joost™ the best of tv and the internetRecently I was lucky enough to get an invite to try out the new IPTV service Joost. So far it’s pretty nice. I’m still waiting for the really good content to come though. I read an article on downloadsquad that Joost will be showing NHL games, so I’m waiting patiently to be able to see some good hockey games on my TV screen, umm, I mean my computer screen.

As it turns out I have lots of invitations to give out as well, so if your interested, post a comment with your name and email.

Posted by mnoga on May 4th, 2007 2 Comments

Onward to RailsConf 2007

RailsConf 2007 I just found out that I will be attending RailsConf 2007!  A few people I work with will actually be presenting ideas there.

I’ve known about Ruby on Rails for a while now but not until recently have I had a chance to really do any development in it, all I can say is it’s total friggin cool!!!! I love it!!! It’s a bit of a change from PHP which I normally do all my development in.

Soon you may notice a post here or there on the subject, so if you have any comments or questions send them on over or just leave a comment to this post.

Posted by mnoga on February 21st, 2007 1 Comment

Common Phrases used by Programmers

This one was just to funny not to say something about. If your a seasoned programmer then you should know at least some of these phrases.

Take a look at Under The Sun by My Dogs

Posted by mnoga on November 28th, 2006 1 Comment

IDE’s on the mind…

Lately I have been trying out several different IDE’s. What is an IDE, ok, it stands for Integrated Development Environment. This definition is key to picking a good IDE. I’ve asked the question “What IDE do you use” before and I’ve been asked it of myself, and I have noticed that lot’s of people use this as a lead in to bash some IDE’s and promote others. No big deal, every one has their favorite and I’m cool with that.

My problem is with the people that say “Stay away from ones like Dreamweaver or Eclipse their too bloated and resource intensive, I use Notepad (or insert what ever text editor you want)” Other will say “What do you need an IDE for all you need is a text editor, that’s what real programmers use”

These kinds of remarks bother me to no end, because Notepad and the other TEXT EDITORS out there like it are NOT IDE’s!!! And what exactly is wrong with using an IDE. Why spend more time and energy doing every little thing by hand, don’t get me wrong I firmly believe to be a good programmer you should know how to do it all by hand. Believe me when I tell you there will be times when you won’t have access to your IDE and still need to make a change or times when starting up the IDE just is not worth it when you only have a little change to do. But what’s wrong with features like intellisence and code highlighting that truly cut back on development time.

An IDE is more than just an app to code in; it offers other really helpful features, like Project Management, Debugging and Version control. And I have not seen one text editor yet that has good project management built in. And no, being able to work on the live server through FTP as though it was a local drive does not count. Now it is true that some Text editor have some of these features built in, like FTP or Version control, but they do not have all of them and non as feature rich as an IDE.

Personally I think Dreamweaver gets a really bad rap and it doesn’t deserve it. I’ve used it quite a lot in the past for HTML, Cold Fusion or PHP (these are the specific languages I have used it with, there may be more), it performs really well. Especially the new version with Code Folding and background file transfers. The project management in it is impressive as well, just the built in FTP alone makes me love it. I don’t know of any other software out there weather it be a stand alone FTP app or another IDE that has the ability to let you choose a file on your local drive no matter how deep the directory it sits in is, and upload the file with out forcing you to first navigate to the remote directory it needs to go to. Basically it maintains directory structure for you so you can simply upload the file you’re working on really easily and not worry about it going to the wrong remote directory. If anyone knows of another app that does this PLEASE let me know what it is.

I have also been using Eclipse with the PHPEclipse plug-in and the ZendIDE plug-in, and Zend Studio. Now Zend studio is nice and the debugger in it works really well, but it is a PHP only IDE, and to really use all of its features you have to have some software installed on the server as well. Eclipse on the other hand is amazing, it is an Open source Application built in Java, so the only big down side is that you have to have Java runtime environment (JRE) installed to use it. But most computers come with it preinstalled and if you happened to have one that does not have it already you can download it for free. Now to the good stuff, Eclipse has a great plug-in architecture. There is tons of free Open Source plug-ins out there, if you look, you will find one that does what you need. There a plug-ins for SVN, CSS, XML, Web Services, PHP, Cold Fusion, Ruby, Ruby on Rails, Python the list goes on and on. And if you’re a Java deloper you can just build your own.

The verdict is still out on which IDE I will end up using, but I’m leaning toward Eclipse, here are some of the main reasons;

·        It’s Open Source (basically it’s free)

·        Activly being worked on and inhanced

·        Great plug-in system with tons of free plug-ins

·        It’s Java, so by nature it is platform independed, that means it works on Mac OS X, Linux and Windows

I’m still open to suggestions, so if you use an IDE (not a text editor) feel free to tell me all about. Coments are open!!!

Posted by mnoga on August 11th, 2006 No Comments

Shiny New Apples

Well, Apple has finally unveiled their new Intel Apples. The new Macbook Pro looks awesome, and I think it just might be my next laptop (when ever I can get a new one that is). With PC’s as good as they are today, unless your pushing something really heavy like Adobe® Premiere® the old fight between Mac and PC’s is null and void. The new ones are now Security stability and ease of use.

In my opinion, the Mac wins hands down for stability and ease of use, and “for now� it wins in security as well. The only questions is, do you have the danero for a Mac

Posted by mnoga on January 17th, 2006 No Comments