Optimize Your Web

Computers

Google’s Lab – A Must!

by admin on Dec.12, 2008, under Computers, Suggestions

Wanting to send a text message while sitting at your phone?  Google makes this easy by allow SMS messages from GMail.  If you are logged into Google, simply click here and you can see which of the awesome Google lab projects you want to try.

I suggest you try the SMS messaging, the custom colors for labels (especially if you’re a label-holic such as myself), pictures in chat, and Google Calendar.  There are plenty more that may be useful, but those seem to be really handy for myself.

Share with us if you have any good ones to add, or just want to post your opinion about it.

Leave a Comment :, , more...

Journey to MCTS then MCPD

by admin on Oct.31, 2008, under Computers, Programs, Windows

While trying to obtain my MCTS and then soon after that my MCPD, I have found a good combination of training methods that I previously wrote about here.  First, I have a background in Java (not an expert, but I know the syntax and actually received a minor in my undergraduate studies in Computer Science).  I also know some html, css, javascript, and php.  So while I am not proficient at any of these, the fact that I can get by and know about them puts me ahead of someone starting from scratch

If anyone is in my position, I think this information may help you.  First, before you sign up for any classes, make sure you are familiar with whichever language you choose to focus on (I am choosing C# due to the close relationship of syntax with Java).  I have received two books to teach myself what I need to know before I go to any class or do any practice tests.  These two books are: MCTS Self-Paced Training Kit (Exam 70-536) Microsoft .NET Framework 2.0 Application Development Foundation and Programming Microsoft ASP.NET 3.5.  The second edition for the Self-Paced Training Kit you can pre-order, but I am not able to wait for it to be released.  Start off with the Training Kit book, and then move on to the ASP.NET book because of the way they are structured and the indepthness of the first one.

To go along with these books, I would suggest purchasing a membership for at least a year to the site LearnVisualStudio.Net.  It has been highly recommended by some .NET Developers that I know and it looks to have a very large amount of tutorials already made, as well as ongoing videos.

After I get a good grasp of the material from these 3 sources, I am going to take a practice test to see how I fare for the 2 exams for the MCTS.  If I feel the need, I will take a class for each exam (I believe they are 2 or 3 days long) and give feedback to those that are interested.  If you have any further websites or learning sources, feel free to post them in the comments.

Leave a Comment :, , , , , more...

Training Methods

by admin on Oct.25, 2008, under Computers, Programs, Suggestions

Right now, I am in the tough decision of what combination of training methods I should choose in order to be a MCTS and then MCPD certified ASP.NET 3.5 developer.  Listed below are the possible methods and their pros and cons:

Books: They are cheap and can be taken anywhere for learning.  Bad thing is that you do not have much direction besides reading straight through and cannot ask for help on the book (some come with forum discussion areas, but feedback is not guaranteed to be fast, easily understood, or correct).

Online Training: Cost is higher, but these series of courses (to prepare for a certain exam) are scheduled to take a really long time.  While you do get some feedback and can ask questions, if time is a factor in your decision, probably one of the worst ways to train.

Classes: If you complete the prerequisties, classes are the fastest way to learn.  Instructors that are certified know exactly what you are needing to work on for the exams, give great pointers, and will answer any questions you may have.  Downside is that they are the most expensive way to learn and if you are starting, the prerequisties probably have their own classes (which leads to even more money having to be spent).

Vocational, Community College: While these classes may give you a better understanding and allow for quick feedback, they are basically in the same basket as online courses, except you can’t choose what time of the day to work on the class like you can with online classes.

Online Videos/Tutorials: These can come from places such as Microsoft.com, or be hosted on third party non-affiliated websites to show you how to start application development from scratch.  These should be mixed in with any variety of training methods you choose due to their short time, and (most of the time) free of charge while providing useful information for our knowledge enhancing.

So needless to say, I am going to approach these exams in a structured manner.  I am going to first get the books and read/practice code/syntax and get a solid grasp of the language and structure before I move on to the next method.  Throughout the training process, I am going to mix in tutorials and online videos to see how a professional instructor or programmer organizes and writes their application.  I believe after this, I will take a class and learn within the time (2 days to a week normally) before I take the exam.  Another helpful thing: practice exams.  Take these to make sure you are ready to take the actual exam, because nothing is a bigger waste of money than going into an exam and not knowing where your skill level resides.  If anyone has any suggestions or other combinations, please let me know.

Leave a Comment :, , , , more...

The Importance of Documentation

by admin on Sep.30, 2008, under Computers, Installation, Programs

After needing much documentation on both installation instructions, I need to reiterate the importance of documentation for both yourself or future readers.  I had a large project that I was completing with a colleague and after having to upgrade, reformat, and reconfigure many machines (around 20-30), I had many programs that had no documentation at all.

Reasons you may not realize why you should document:

-Just because you finally figure something out, does not mean that you will at a later time or that the next person will figure it out. If it’s not already written, write it down, even if it’s a temporary fix. It may turn into the only fix or help you find a permanent solution later with more information or further knowledge.
-Something that may seem simple to you at that time, may not be simple later or to the next person. So if it is not common sense, DOCUMENT!.

And documentation should extend to keep all licenses together and safe. It’s very hard to tell a customer that you cannot help them because they do not have their license with them. And for all types of documentation and licenses, do one thing and keep them protected. I would recommend buying something like a firesafe that they can keep those and extremely important records such as portable media backups of tax information, databases (if you do not have off site storage as well as on site for redundancy). While a fire may be devastating, it may be a breath of fresh air to know that you still have some things safe.

Leave a Comment :, , , , more...

Updating Quickbooks, Experiencing Yardi

by admin on Sep.24, 2008, under Computers, Installation, Programs

Recently, I had to work on some Quickbooks for a client.  One thing I noticed is that there are so many ways to botch a configuration or install if you are going off of someone else’s work.  Regardless, if you are running a database server with Quickbooks, and are installing the Single-Host client on machines, make sure that you have added your folders to the first tab in the Database Manager for Quickbooks, and allowed it to scan.  Once this is done, you should be good.

Another thing you may encounter is a program called Yardi.  If you do, make sure that wherever your files are located (I was lucky enough to have two sets of data for different purposes), write down what users have what access to those files.  In my case, the people trying to access both sets of data had to log into one, then open another database and change the location.  It was not giving them a choice for the data, so you must log on with whatever user has access to the first one you setup and then switch to the second.

If anyone has problems with either application, comment on this article or contact me via the Contact Me form and I’ll see if I have any insights.  Good luck, and make sure you always document.

Leave a Comment :, , more...

Howto: Reformat a PC

by admin on Sep.01, 2008, under Computers, Installation, Windows

After having to reformat a friends machine, I figured there were people who need a little guide or a list of helpful hints to guide them on their way.

(continue reading…)

Leave a Comment :, , , , more...

Free Items…Pyramid Schemes? Not all!

by admin on Aug.29, 2008, under Computers, Deals, Free, Merchandise

People want free stuff. I do, my friends do, and I’m sure you do. One site that aims to do this is FreePay.com. Don’t be too skeptical because I myself actually took advantage of their offers and won not only an iPod Shuffle, an iPod 30GB Photo, but a Nikon Digital Camera, and an Xbox.

(continue reading…)

Leave a Comment :, , , , , , , more...

MySpace Hacks and Code

by admin on Aug.29, 2008, under Computers

MySpace users will often want to hide certain parts of their MySpace
profile. This is easy enough to do, but you do need to know the
correct MySpace code to enter into your profile.

These MySpace codes are readily available on different MySpace sites
around the internet. I’ve compiled a list of the most popular MySpace
Hide Codes here for your convenience. Be sure to follow the
instructions carefully. Enjoy!
(continue reading…)

1 Comment :, , , , , more...

Firefox vs IE

by admin on Aug.28, 2008, under Computers, Programs

Who is better Firefox or Internet Explorer (IE)? Is it Internet Explorer or Firefox? Well a lot of people would like to think that Internet Explorer is/has caught up, but are wrong. Firefox is the more versatile browser and the reason is simple. Firefox is OPEN SOURCE! The amount of time it takes for things to be “fixed” in Internet Explorer or implement new ideas and deployed is much longer than Firefox. First let’s take a look at a few noticeable things, then get down to the some solid evidence.
(continue reading…)

2 Comments :, , , , , more...

List of Windows Keyboard Shortcuts

by admin on Aug.21, 2008, under Computers

You’re asking why you want to know this? Well one of the reasons is it saves time and is less of a hassle. At work and throughout school, people have asked me “How do you do that?” with regards to a lot of the shortcuts I use. Well I am going to point out a few to note or you can go to Microsoft’s site.  First off let’s go in the order that Microsoft has provided us: (continue reading…)

Leave a Comment :, , more...

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Visit our friends!

A few highly recommended friends...