Full-service Internet Marketing & Web Development
Recent Posts

Featured Posts
|
We're Hiring! Looking for Technical Account Managers, Team LeadersMike Peters, October 8 |
Software Projects, a New York based full-service Internet Marketing firm, is seeking a bright, articulate, detail-oriented, and technical applicant interested in joining our group of software professionals.
As a Technical Account Manager, you will work directly with clients, translating client vision into technical requirements, submit weekly plans, manage teams of engineers and oversee all software development work.
You will brain-storm with engineers, think outside the box, provide direction and leadership, while directly interacting with some of the best minds in our industry.
== Requirements:
* Excellent problem solving skills
* Leader, Motivator, Confidence, Energetic
* Superb communication skills with the know-how to verbalize ideas into technical requirements
* Minimum 2 years programming experience (PHP / C / Perl)
* Experience with FreeBSD/Linux a great plus
== Responsibilities:
* Translate client wants into requirements
* Plan projects, oversee software development
* Solve Problems
* Update clients on progress
* Maintain high client satisfaction
== Location:
You will be working from your home office for the first six months. After that time, you will have the option of relocating to one of our offices or continuing to work from home.
== Next steps:
Send an email to hr@softwareprojects.com with your resume and let us know when is a good time to chat.
Didn't update your resume in the last 2 years? That's fine. It's all about your experience and skills! Send us a quick cover-letter and we'll follow-up.
As a Technical Account Manager, you will work directly with clients, translating client vision into technical requirements, submit weekly plans, manage teams of engineers and oversee all software development work.
You will brain-storm with engineers, think outside the box, provide direction and leadership, while directly interacting with some of the best minds in our industry.
== Requirements:
* Excellent problem solving skills
* Leader, Motivator, Confidence, Energetic
* Superb communication skills with the know-how to verbalize ideas into technical requirements
* Minimum 2 years programming experience (PHP / C / Perl)
* Experience with FreeBSD/Linux a great plus
== Responsibilities:
* Translate client wants into requirements
* Plan projects, oversee software development
* Solve Problems
* Update clients on progress
* Maintain high client satisfaction
== Location:
You will be working from your home office for the first six months. After that time, you will have the option of relocating to one of our offices or continuing to work from home.
== Next steps:
Send an email to hr@softwareprojects.com with your resume and let us know when is a good time to chat.
Didn't update your resume in the last 2 years? That's fine. It's all about your experience and skills! Send us a quick cover-letter and we'll follow-up.
|
Basic Web 2.0 Website TemplateDawn Rossi, June 24 |
10 years ago, a typical website included about 6 pages, with a home, about us, contact, privacy policy, terms & conditions and FAQ page.
While these are still Must have pages, nowadays, every decent website is expected to feature a blog / forum, photos, videos, social network links and do a better job of "telling the company's story", showing the people behind the site.
I was looking for a simple "push-button" solution to create a skeleton of such a site, but couldn't find one.
SPI does offer thousands of pre-made website templates, as well as custom website development, but I wanted a simple fully-functional template to help new clients get a quick-start with their websites.
Since I couldn't find any existing solution, I went ahead and created one, that covers it all:

* a complete website with a clean "Web 2.0" look&feel,
* Wordpress blog,
* vBulletin Forum,
* Social-network links,
* Navigation menu and
* Contact form
You can use my template to get this setup live, in 30 minutes or less.
Step 1: Register your profile on the social networks
Signup for Facebook, Youtube, Twitter, Digg, LinkedIn, TwitThis and FeedBurner.
Record your username (you'll need it later)
Step 2: Create Logo, Banner & Avatar
You're going to need a unique logo design and nice banner for your new website. Use these image specs and file names -
Top logo logo.png Dimensions: 240x88
Footer logo logo-footer.png Dimensions: 170x66
Post avatar post-avatar.png Dimensions: 24x51
Menu avatar menu-avatar.png Dimensions: 19x23
Top banner top-banner.png Dimensions: 728x90
Step 3: Install Website template
Download the web 2.0 website template
Extract it to your main website folder
The template includes easy to modify top.php, bottom.php and sidebar.php files, that control the header, menu system, footer and sidebar links. These three files are included on all pages.
Note: You can get the latest version of WordPress here. To keep this process streamlined, I've included WordPress as part of the zip file.
Step 4: Install Wordpress
WordPress is located under the /blog folder
Open the /blog/wp-config.php file and update it with your database settings (You'll have to change DB_NAME, DB_USER, DB_PASSWORD, DB_HOST)
If you installed the latest version of WordPress (as opposed to use the version included in the zip file), you'll have to make these additional changes:
(a) Install WordPress by pointing your browser to http://www.YOURDOMAIN.com/blog/wp-admin/install.php and follow the on screen instructions
(b) Update blog/wp-content/themes/default/header.php to:
require_once($_SERVER['DOCUMENT_ROOT']."/top.php");
(c) Update blog/wp-content/themes/default/footer.php to:
require_once($_SERVER['DOCUMENT_ROOT']."/sidebar.php");
require_once($_SERVER['DOCUMENT_ROOT']."/bottom.php");
(d) Update blog/wp-content/themes/default/sidebar.php to:
return;
(e) Update blog/wp-content/themes/default/index.php to:
<?php
get_header(); ?>
<div id="content" class="narrowcolumn" role="main">
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div <?php post_class() ?> id="post-<?php the_ID(); ?>">
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php
the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
<small><?php the_time('F jS, Y') ?> <!-- by <?php the_author() ?> --></small>
<div class="entry">
<?php the_content('Read the rest of this entry »'); ?>
</div>
<p class="postmetadata">
<ul class="foot">
<li class="alpha"><?php edit_post_link('Edit', '', ' | '); ?> <?php
comments_popup_link('No Comments »',
'1 Comment. Join the discussion »', '% Comments »'); ?> </li>
<li class="beta">
<ul class="liaison">
<li class="rss"><a href="<?=$RSSURL?>">RSS</a></li>
<li class="twitter"><script type="text/javascript" src="/js/twitthis.js"></script>
<script type="text/javascript">document.write('<a href="javascript:;" onclick="TwitThis.pop();">TwitThis</a>');</script></li>
<li class="email"><a href="/contact">Email</a></li>
</ul>
</li>
</ul>
</p>
</div>
<?php endwhile; ?>
<div class="navigation">
<div class="alignleft"><?php next_posts_link('« Older Entries') ?></div>
<div class="alignright"><?php previous_posts_link('Newer Entries »') ?></div>
</div>
<?php else : ?>
<h2 class="center">Not Found</h2>
<p class="center">Sorry, but you are looking for something that isn't here.</p>
<?php get_search_form(); ?>
<?php endif; ?>
</div>
<?php get_footer(); ?>
Step 5: Install vBulletin
Purchase a license to vBulletin ($180) and download it from http://members.vbulletin.com
Extract vbulletin to a /forum folder on your server, then follow these steps:
(a) Rename includes/config.php.new to includes/config.php and update 'dbname', 'servername', 'username', 'password' with your database details.
(b) Open www.YOURDOMAIN.com/forum/install/install.php in your browser and follow the on-screen instructions (you'll need your vBulletin customer number to continue)
(c) Update the fetch_gzipped_text() function under forum/includes/functions.php to:
function fetch_gzipped_text($text, $level = 1)
{
return $text;
}
(d) Open forum/global.php and locate this section in the file:
eval('$headinclude = "' . fetch_template('headinclude') . '";');
eval('$header = "' . fetch_template('header') . '";');
eval('$footer = "' . fetch_template('footer') . '";');
Replace these 3 lines with this section:
@ob_start();
require("../top.php");
$buf = @ob_get_contents();
@ob_end_clean();
eval('$header = "$buf";');
$header .= "<div><div><div>";
@ob_start();
require("../sidebar.php");
$buf = @ob_get_contents();
@ob_end_clean();
@ob_start();
require("../bottom.php");
$buf .= @ob_get_contents();
@ob_end_clean();
eval('$footer = "$buf";');
$footer = "</div></div></div>".$footer;
eval('$headinclude = "";');
Step 6: Update images
Update the images in the /images folder with the ones you created in step 2
Step 7: Update company name, links
Update config.php with your company name, tagline, keywords and social network usernames.
It's important to set all the usernames as these will get populated on all of your pages. If you don't want to use a specific network, make sure you update bottom.php and top.php
-
In the future, I will update this template to include a built-in image gallery, the SPI FAQ service, the SPI Helpdesk service, Customer back-office and a video links manager.
View 1 Comment(s)
While these are still Must have pages, nowadays, every decent website is expected to feature a blog / forum, photos, videos, social network links and do a better job of "telling the company's story", showing the people behind the site.
I was looking for a simple "push-button" solution to create a skeleton of such a site, but couldn't find one.
SPI does offer thousands of pre-made website templates, as well as custom website development, but I wanted a simple fully-functional template to help new clients get a quick-start with their websites.
Since I couldn't find any existing solution, I went ahead and created one, that covers it all:

* a complete website with a clean "Web 2.0" look&feel,
* Wordpress blog,
* vBulletin Forum,
* Social-network links,
* Navigation menu and
* Contact form
You can use my template to get this setup live, in 30 minutes or less.
Step 1: Register your profile on the social networks
Signup for Facebook, Youtube, Twitter, Digg, LinkedIn, TwitThis and FeedBurner.
Record your username (you'll need it later)
Step 2: Create Logo, Banner & Avatar
You're going to need a unique logo design and nice banner for your new website. Use these image specs and file names -
Top logo logo.png Dimensions: 240x88
Footer logo logo-footer.png Dimensions: 170x66
Post avatar post-avatar.png Dimensions: 24x51
Menu avatar menu-avatar.png Dimensions: 19x23
Top banner top-banner.png Dimensions: 728x90
Step 3: Install Website template
Download the web 2.0 website template
Extract it to your main website folder
The template includes easy to modify top.php, bottom.php and sidebar.php files, that control the header, menu system, footer and sidebar links. These three files are included on all pages.
Note: You can get the latest version of WordPress here. To keep this process streamlined, I've included WordPress as part of the zip file.
Step 4: Install Wordpress
WordPress is located under the /blog folder
Open the /blog/wp-config.php file and update it with your database settings (You'll have to change DB_NAME, DB_USER, DB_PASSWORD, DB_HOST)
If you installed the latest version of WordPress (as opposed to use the version included in the zip file), you'll have to make these additional changes:
(a) Install WordPress by pointing your browser to http://www.YOURDOMAIN.com/blog/wp-admin/install.php and follow the on screen instructions
(b) Update blog/wp-content/themes/default/header.php to:
require_once($_SERVER['DOCUMENT_ROOT']."/top.php");
(c) Update blog/wp-content/themes/default/footer.php to:
require_once($_SERVER['DOCUMENT_ROOT']."/sidebar.php");
require_once($_SERVER['DOCUMENT_ROOT']."/bottom.php");
(d) Update blog/wp-content/themes/default/sidebar.php to:
return;
(e) Update blog/wp-content/themes/default/index.php to:
<?php
get_header(); ?>
<div id="content" class="narrowcolumn" role="main">
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div <?php post_class() ?> id="post-<?php the_ID(); ?>">
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php
the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
<small><?php the_time('F jS, Y') ?> <!-- by <?php the_author() ?> --></small>
<div class="entry">
<?php the_content('Read the rest of this entry »'); ?>
</div>
<p class="postmetadata">
<ul class="foot">
<li class="alpha"><?php edit_post_link('Edit', '', ' | '); ?> <?php
comments_popup_link('No Comments »',
'1 Comment. Join the discussion »', '% Comments »'); ?> </li>
<li class="beta">
<ul class="liaison">
<li class="rss"><a href="<?=$RSSURL?>">RSS</a></li>
<li class="twitter"><script type="text/javascript" src="/js/twitthis.js"></script>
<script type="text/javascript">document.write('<a href="javascript:;" onclick="TwitThis.pop();">TwitThis</a>');</script></li>
<li class="email"><a href="/contact">Email</a></li>
</ul>
</li>
</ul>
</p>
</div>
<?php endwhile; ?>
<div class="navigation">
<div class="alignleft"><?php next_posts_link('« Older Entries') ?></div>
<div class="alignright"><?php previous_posts_link('Newer Entries »') ?></div>
</div>
<?php else : ?>
<h2 class="center">Not Found</h2>
<p class="center">Sorry, but you are looking for something that isn't here.</p>
<?php get_search_form(); ?>
<?php endif; ?>
</div>
<?php get_footer(); ?>
Step 5: Install vBulletin
Purchase a license to vBulletin ($180) and download it from http://members.vbulletin.com
Extract vbulletin to a /forum folder on your server, then follow these steps:
(a) Rename includes/config.php.new to includes/config.php and update 'dbname', 'servername', 'username', 'password' with your database details.
(b) Open www.YOURDOMAIN.com/forum/install/install.php in your browser and follow the on-screen instructions (you'll need your vBulletin customer number to continue)
(c) Update the fetch_gzipped_text() function under forum/includes/functions.php to:
function fetch_gzipped_text($text, $level = 1)
{
return $text;
}
(d) Open forum/global.php and locate this section in the file:
eval('$headinclude = "' . fetch_template('headinclude') . '";');
eval('$header = "' . fetch_template('header') . '";');
eval('$footer = "' . fetch_template('footer') . '";');
Replace these 3 lines with this section:
@ob_start();
require("../top.php");
$buf = @ob_get_contents();
@ob_end_clean();
eval('$header = "$buf";');
$header .= "<div><div><div>";
@ob_start();
require("../sidebar.php");
$buf = @ob_get_contents();
@ob_end_clean();
@ob_start();
require("../bottom.php");
$buf .= @ob_get_contents();
@ob_end_clean();
eval('$footer = "$buf";');
$footer = "</div></div></div>".$footer;
eval('$headinclude = "";');
Step 6: Update images
Update the images in the /images folder with the ones you created in step 2
Step 7: Update company name, links
Update config.php with your company name, tagline, keywords and social network usernames.
It's important to set all the usernames as these will get populated on all of your pages. If you don't want to use a specific network, make sure you update bottom.php and top.php
-
In the future, I will update this template to include a built-in image gallery, the SPI FAQ service, the SPI Helpdesk service, Customer back-office and a video links manager.
View 1 Comment(s)
|
Your Commitment to Reducing Chargebacks (Free Template)Adrian Singer, June 1 |
About two years ago Mike posted a collection of tips to help eliminate chargebacks.

Every single one of those tips still holds true today, just as much as they did back then.
If you're accepting credit cads online, your merchant provider may ask you to provide a 'Chargeback Protection plan' or in lamen terms - explain what you are going to do to help reduce your chargeback rates.
Once you apply Mike's recommendations (or use SPI shopping cart + Call center), you can use the following template:
--[ CUT HERE ]--
To whom it may concern,
Re: Chargeback Protection Plan
[Company name] is committed to providing our customers with excellent value for the orders they place with us.
We understand that at times customers may experience a case of buyer-remorse or decide to cancel their orders. If and when that happens, we make it very easy for customers to contact our company to cancel the order and promptly receive a full refund.
1. As soon as an order is placed on our website, customers receive an order confirmation email, detailing delivery times, tracking number and our customer support phone number.
2. [Company name] website features a Contact-us page that provides customers with an online contact form as well as a toll-free phone number for our 24x7 customer support staff.
3. Our main business phone number (the one that shows up on customer's credit card statement) clearly states our business name and allows customers to route the call to the support staff.
4. Within 15 days from placing an order on our website, customers receive a follow-up email to verify the order was received and customers are happy with our product.
5. All orders come with a no questions asked 30 days money back guarantee [Update with your refund policy]. This refund policy is clearly stated on our website and we stand behind it at all times.
Sincerely,
[Your name]
[Company name]

Every single one of those tips still holds true today, just as much as they did back then.
If you're accepting credit cads online, your merchant provider may ask you to provide a 'Chargeback Protection plan' or in lamen terms - explain what you are going to do to help reduce your chargeback rates.
Once you apply Mike's recommendations (or use SPI shopping cart + Call center), you can use the following template:
--[ CUT HERE ]--
To whom it may concern,
Re: Chargeback Protection Plan
[Company name] is committed to providing our customers with excellent value for the orders they place with us.
We understand that at times customers may experience a case of buyer-remorse or decide to cancel their orders. If and when that happens, we make it very easy for customers to contact our company to cancel the order and promptly receive a full refund.
1. As soon as an order is placed on our website, customers receive an order confirmation email, detailing delivery times, tracking number and our customer support phone number.
2. [Company name] website features a Contact-us page that provides customers with an online contact form as well as a toll-free phone number for our 24x7 customer support staff.
3. Our main business phone number (the one that shows up on customer's credit card statement) clearly states our business name and allows customers to route the call to the support staff.
4. Within 15 days from placing an order on our website, customers receive a follow-up email to verify the order was received and customers are happy with our product.
5. All orders come with a no questions asked 30 days money back guarantee [Update with your refund policy]. This refund policy is clearly stated on our website and we stand behind it at all times.
Sincerely,
[Your name]
[Company name]
|
How to give a Great PowerPoint PresentationMike Peters, June 1 |
As I was getting ready to do my presentation about Affiliate Outsourcing at Affilicon, I went online to look for resources about effective presentations.
While I have been giving presentations for over 10 years now, I'm always looking for more ways to engage my audience and get better at pitching to a huge crowd.
Some of my favorite presenters are:

* Gary Vaynerchuck - very animated, charismatic, loud, engaging
You will never fall-asleep in a GV presentation, no matter what the topic is
* Steve Jobs - master marketer
You'll want to buy his stuff half way through the presentation
* David Heinemeier - Brilliant bootstrapping entrepreneur
You're going to want to study and practice his business models
(Watch these three presentations to get inspired)
A few great resources about creating an effective PowerPoint:
* Matthew Dyer 8 tips about PowerPoint Presenting
* Guy Kawasaki 10/20/30 Rule of PowerPoint
* 70+ Powerpoint and Presentation resources and great examples
-
My top tips:
Be Passionate about what you're talking about
Passion is everything. You have to be excited about what you're talking about. Really excited. Be animated. Wow your audience.
Know what you're pitching
No matter what you're talking about, you are always SELLING something. Know what it is and structure your presentation accordingly.
10 words max
No more than 10 words per slide
No animations, no backgrounds, no bullet points
Keep it simple
Give away true value
Leave your audience with new insights, motivation, new ideas and specific calls to action
While I have been giving presentations for over 10 years now, I'm always looking for more ways to engage my audience and get better at pitching to a huge crowd.
Some of my favorite presenters are:

* Gary Vaynerchuck - very animated, charismatic, loud, engaging
You will never fall-asleep in a GV presentation, no matter what the topic is
* Steve Jobs - master marketer
You'll want to buy his stuff half way through the presentation
* David Heinemeier - Brilliant bootstrapping entrepreneur
You're going to want to study and practice his business models
(Watch these three presentations to get inspired)
A few great resources about creating an effective PowerPoint:
* Matthew Dyer 8 tips about PowerPoint Presenting
* Guy Kawasaki 10/20/30 Rule of PowerPoint
* 70+ Powerpoint and Presentation resources and great examples
-
My top tips:
Be Passionate about what you're talking about
Passion is everything. You have to be excited about what you're talking about. Really excited. Be animated. Wow your audience.
Know what you're pitching
No matter what you're talking about, you are always SELLING something. Know what it is and structure your presentation accordingly.
10 words max
No more than 10 words per slide
No animations, no backgrounds, no bullet points
Keep it simple
Give away true value
Leave your audience with new insights, motivation, new ideas and specific calls to action
|
Thank you TechCrunch!Kate Richards, May 21 |
TechCrunch, the Startup & Technology News blog we all love, organized a free screening of StarTrek tonight in Tel Aviv, Israel.

The event was a huge success! We had a full-house and yet everything was perfectly organized, movie started right on time and we had a blast.
Attending the screening were lots of local webcelebrities.
We spotted -
* Orli Yakuel, Web 2.0 expert
* Ayelet Noff, Blonde 2.0
* Jonas Weil, Serial Investor
* Felix Leshno, Super affiliate
* Andrey Shirben, Partner Kenshoo
* Itay Paz, Founder Affilicon
* Liran Brenner, CTO WhiteSmoke
* Yosi Taguri & Lior Zoref, Microsoft
-
A big thank you also goes out to the sponsors of the event - our friends at Kenshoo, MetaCafe and Conduit.
We'd love to sponsor the next one!
The event was a huge success! We had a full-house and yet everything was perfectly organized, movie started right on time and we had a blast.
Attending the screening were lots of local webcelebrities.
We spotted -
* Orli Yakuel, Web 2.0 expert
* Ayelet Noff, Blonde 2.0
* Jonas Weil, Serial Investor
* Felix Leshno, Super affiliate
* Andrey Shirben, Partner Kenshoo
* Itay Paz, Founder Affilicon
* Liran Brenner, CTO WhiteSmoke
* Yosi Taguri & Lior Zoref, Microsoft
-
A big thank you also goes out to the sponsors of the event - our friends at Kenshoo, MetaCafe and Conduit.
We'd love to sponsor the next one!
|
10 Must-have BlackBerry applicationsMike Peters, May 13 |
Ok, I admit it. I'm a CrackBerry!
I feel the BlackBerry is the absolute best consumer handheld device and can't imagine my life without one. (Yeah I did try the iPhone. Trust me, it doesn't even come close)
Funny thing is I rarely use the BlackBerry for voice calls. 95% of the time I use it as a portable handheld.
People always ask me "What's the best app for this and that", so I've decided to write it all here. Then I can easily refer people to this post.
Following Adrian's 10 Must-have applications that will improve your work flow, here's a list of my top 10 BlackBerry applications. I use all of these on a daily basis.
== Communication
1. BOLT browser
Much better than the built-in browser, Bolt offers native support for SSL, Javascript, Frames, IFrames and Ajax. Opera Mini is another great bb browser, but I like BOLT better.
2. JiveTalk
Tried just about every instant-messenger for the BlackBerry.
supports GTalk, Yahoo, MSN and ICQ. Great user interface and very stable
3. UberTwitter
Best full-featured twitter client for the BlackBerry
== Search
4. Google Mobile Apps
Adds a slick blue "G" button, that allows you to quickly search Google.com without having to launch a browser. Also comes with a fast GMail interface
== Staying up to date
5. Google Sync
Google Calendar is my primary way of managing all meetings, calls, firm deadlines etc. Google Sync automatically syncs with Google Calendar on the air.
6. Viigo
Hands down the best RSS reader. Fast, efficient and supports offline mode (read stories offline and they will be marked as 'read' when you go back online)
== Software Development
7. MidPSSH
Light-weight SSH client. Free and good enough to handle most tasks. User interface takes a while getting used to
== Travel
8. Garmin Mobile
If you travel as much as I do, shell out $99 and spoil yourself with Garmin Mobile. The best GPS navigation system for the BlackBerry. Beats my car navigator.
9. CryptMagic
When on the go, I always used to forget an important password or two. CryptMagic is a password vault with powerful 128-bit encryption
10. Beyond411
Everything you get when calling 411 and more, totally free. Built-in GPS support for local search, directions and weather.
-
Got any additional recommendations? Let me know!
I feel the BlackBerry is the absolute best consumer handheld device and can't imagine my life without one. (Yeah I did try the iPhone. Trust me, it doesn't even come close)
Funny thing is I rarely use the BlackBerry for voice calls. 95% of the time I use it as a portable handheld.
People always ask me "What's the best app for this and that", so I've decided to write it all here. Then I can easily refer people to this post.
Following Adrian's 10 Must-have applications that will improve your work flow, here's a list of my top 10 BlackBerry applications. I use all of these on a daily basis.
== Communication
1. BOLT browser
Much better than the built-in browser, Bolt offers native support for SSL, Javascript, Frames, IFrames and Ajax. Opera Mini is another great bb browser, but I like BOLT better.
2. JiveTalk
Tried just about every instant-messenger for the BlackBerry.
supports GTalk, Yahoo, MSN and ICQ. Great user interface and very stable
3. UberTwitter
Best full-featured twitter client for the BlackBerry
== Search
4. Google Mobile Apps
Adds a slick blue "G" button, that allows you to quickly search Google.com without having to launch a browser. Also comes with a fast GMail interface
== Staying up to date
5. Google Sync
Google Calendar is my primary way of managing all meetings, calls, firm deadlines etc. Google Sync automatically syncs with Google Calendar on the air.
6. Viigo
Hands down the best RSS reader. Fast, efficient and supports offline mode (read stories offline and they will be marked as 'read' when you go back online)
== Software Development
7. MidPSSH
Light-weight SSH client. Free and good enough to handle most tasks. User interface takes a while getting used to
== Travel
8. Garmin Mobile
If you travel as much as I do, shell out $99 and spoil yourself with Garmin Mobile. The best GPS navigation system for the BlackBerry. Beats my car navigator.
9. CryptMagic
When on the go, I always used to forget an important password or two. CryptMagic is a password vault with powerful 128-bit encryption
10. Beyond411
Everything you get when calling 411 and more, totally free. Built-in GPS support for local search, directions and weather.
-
Got any additional recommendations? Let me know!
|
How to pick a GREAT Software EngineerMike Peters, February 18 |
Having worked with hundreds of software engineers, with different skill sets, character, origin and drive, I constantly find myself having to evaluate whether I'm dealing with a GREAT Software Engineer or wasting my time.
There are lots of common practices to evaluate how good of a software engineer you're dealing with.
You can check references, use tests, ask the candidate to write some sample code or grill him/her with questions about past projects they were involved with.
Most of the time, companies still end up hiring the wrong person. And that's because they completely miss what I believe are the three most important traits of a great software developer.
It's the stuff between the lines. The little details, that make all the difference in the world.
It took a while to come up with this list...
Three traits that would clearly isolate great coders from the rest of the bunch.
I now use it exclusively to evaluate (and frequently re-evaluate) all software engineers.
Here goes:
#1. Be a Great Problem Solver (50% towards overall score)
Nothing is impossible!
This is key.
Acknowledge that not only does -every- problem has a solution, but rather that there are always going to be at least two solutions to every problem.
Your job is to find the clean, simple and elegant one.
Einstein once said "A clever person solves a problem.
A wise person avoids it."
KISS or die.
#2. Passionate (30% towards overall score)
Love what you do and pass that love to everyone you deal with.
Always be positive, energetic and make progress, no matter what.
What do you do in your spare time? If you're not writing code, installing a virtual machine, reading TechCrunch/Slashdot/DZone or testing out the latest version of Windows 7, you are not passionate about technology.
#3. Can quickly pick up new skills (20% towards overall score)
What you know now doesn't matter. Experience is important, but it's the skill-set that counts, not your ability to write code adhering to a specific syntax or operating system.
When was the last time you picked up a new programming language? A new API to interface with? New operating system your code needs to run on?
You must posses an ability to quickly adapt and evolve with time.
Adapt or die.
View 8 Comment(s)
There are lots of common practices to evaluate how good of a software engineer you're dealing with.
You can check references, use tests, ask the candidate to write some sample code or grill him/her with questions about past projects they were involved with.
Most of the time, companies still end up hiring the wrong person. And that's because they completely miss what I believe are the three most important traits of a great software developer.
It's the stuff between the lines. The little details, that make all the difference in the world.
It took a while to come up with this list...
Three traits that would clearly isolate great coders from the rest of the bunch.
I now use it exclusively to evaluate (and frequently re-evaluate) all software engineers.
Here goes:
#1. Be a Great Problem Solver (50% towards overall score)
Nothing is impossible!
This is key.
Acknowledge that not only does -every- problem has a solution, but rather that there are always going to be at least two solutions to every problem.
Your job is to find the clean, simple and elegant one.
Einstein once said "A clever person solves a problem.
A wise person avoids it."
KISS or die.
#2. Passionate (30% towards overall score)
Love what you do and pass that love to everyone you deal with.
Always be positive, energetic and make progress, no matter what.
What do you do in your spare time? If you're not writing code, installing a virtual machine, reading TechCrunch/Slashdot/DZone or testing out the latest version of Windows 7, you are not passionate about technology.
#3. Can quickly pick up new skills (20% towards overall score)
What you know now doesn't matter. Experience is important, but it's the skill-set that counts, not your ability to write code adhering to a specific syntax or operating system.
When was the last time you picked up a new programming language? A new API to interface with? New operating system your code needs to run on?
You must posses an ability to quickly adapt and evolve with time.
Adapt or die.
View 8 Comment(s)
| « Previous Posts |
