Last Updated: 22 Apr 2024

   |   

Author: 114.119.156.209

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
home [Jan 20, 2015 04:42 AM]
dordal
home [Apr 9, 2024 07:51 AM]
114.119.157.4 old revision restored (Apr 4, 2024 08:15 AM)
Line 1: Line 1:
 += Welcome to StartupCTO = 
 +
 +StartupCTO is a collection of my 'notes from the trenches' on the technical aspects of building a successful Internet startup: everything from [[people:hr:how-to-find-good-tech-folks|finding good engineers]] to [[marketing-tech:html-email:tips-and-tricks|creating HTML emails]]. The tech is biased toward the stacks that I like (LAMP on the backend; HTML5/CSS3/jQuery on the frontend; CentOS and FreeBSD on the servers), but I've tried to include information on the 'softer' side of engineering too. 
 +
 +If you have and comments or questions (or find something out-of-date), please [[:about|contact me]].
 +
 +<html>
 +<style type="text/css">
 +#hpTable {
 +  margin-top: 12px;
 +  line-height: 120%;
 +  font-size: 12px;
 +  border:0px;
 +}
 +
 +#hpTable .hpIcon {
 +  width: 50px;
 +  height: 50px;
 +  float: left;
 +  padding-right: 8px;
 +  padding-top: 3px;
 +  border: 0px;
 +}
 +
 +#hpTable td {
 +  width: 323px;
 +  padding-bottom: 12px;
 +  border:0px;
 +}
 +
 +#hpTable td.spacer {
 +  width: 13px;
 +}
 +
 +#hpTable a {
 +  text-decoration: none;
 +}
 +
 +#hpTable .hpTitleText {
 +  font-size: 22px;
 +  line-height: 112%;
 +  font-weight: bold;
 +}
 +
 +#hpTable .hpSubtext {
 +  color: #999999;
 +  overflow: hidden;
 +  display:block;
 +  white-space: normal;
 +}
 +
 +#hpTable .fa {
 + float:left;
 + padding-right:10px;
 + color:black;
 +}
 +</style>
 +
 +<div class='table-responsive'>
 +  <table class="table" id="hpTable">
 +  <tr>
 +    <td>
 +      <a href="/front-end-tech/home"><i class="fa fa-desktop fa-4x"></i><span class="hpTitleText">Front End Tech</span><br />
 +      <span class="hpSubtext">JavaScript, (X)HTML and CSS. Tips, tricks and practical advice.</span></a>
 +    </td>
 +    <td class="spacer"></td>
 +    <td>
 +      <a href="/people/home" class><i class="fa fa-group fa-4x"></i><span class="hpTitleText">People</span><br />
 +      <span class="hpSubtext">Finding, hiring, training and keeping world-class engineers.</span></a>
 +    </td>
 +  </tr>
 +  <tr>
 +    <td>
 +      <a href="/backend-tech/home"><i class="fa fa-cogs fa-4x"></i><span class="hpTitleText">Backend Tech</span><br />
 +      <span class="hpSubtext">PHP &amp; SQL: Guides, tips &amp; how-tos for building maintainable backend code.</span></a>
 +    </td>
 +    <td class="spacer"></td>
 +    <td>
 +      <a href="/processes/home"><i class="fa fa-edit fa-4x"></i><span class="hpTitleText">Processes</span><br />
 +      <span class="hpSubtext">Building software: from requirements to rollout quickly and cost-effectively.</span></a>
 +    </td>
 +  </tr>
 +  <tr>
 +    <td>
 +      <a href="/server-tech/home"><i class="fa fa-hdd-o fa-5x"></i><span class="hpTitleText">Server Tech</span><br />
 +      <span class="hpSubtext">CentOS &amp; FreeBSD. Building, deploying and updating servers.</span></a>
 +    </td>
 +    <td class="spacer"></td>
 +    <td>
 +      <a href="/business/home"><i class="fa fa-file-word-o fa-4x"></i><span class="hpTitleText">Business</span><br />
 +      <span class="hpSubtext">The business side of starting...and running...a startup.</span></a>
 +    </td>
 +  </tr>
 +  <tr>
 +    <td>
 +      <a href="/marketing-tech/home"><i class="fa fa-area-chart fa-4x"></i><span class="hpTitleText">Marketing Tech</span><br />
 +      <span class="hpSubtext">Build it and they will come: SEO, Adwords, Email Marketing &amp; More</span></a>
 +    </td>
 +    <td class="spacer"></td>
 +    <td>
 +      <a href="/applications/home"><i class="fa fa-download fa-5x"></i><span class="hpTitleText">Applications</span><br />
 +      <span class="hpSubtext">Best of Breed Software &amp; How-Tos</span></a>
 +    </td>
 +  </tr>
 +  </table>
 +</div>
 +</html>