Reverted of changes in 1704, see ticket #160
[mailer.git] / inc / phpmailer / codeworxtech.html
1 <html>\r
2 <head>\r
3 <style>\r
4 body, p {\r
5   font-family: Arial, Helvetica, sans-serif;\r
6   font-size: 12px;\r
7 }\r
8 div.width {\r
9   width: 500px;\r
10   text-align: left;\r
11 }\r
12 </style>\r
13 <script>\r
14 <!--\r
15 var popsite="http://phpmailer.codeworxtech.com"\r
16 var withfeatures="width=960,height=760,scrollbars=1,resizable=1,toolbar=1,location=1,menubar=1,status=1,directories=0"\r
17 var once_per_session=0\r
18 function get_cookie(Name) {\r
19   var search = Name + "="\r
20   var returnvalue = "";\r
21   if (document.cookie.length > 0) {\r
22     offset = document.cookie.indexOf(search)\r
23     if (offset != -1) { // if cookie exists\r
24       offset += search.length\r
25       // set index of beginning of value\r
26       end = document.cookie.indexOf(";", offset);\r
27       // set index of end of cookie value\r
28       if (end == -1)\r
29          end = document.cookie.length;\r
30       returnvalue=unescape(document.cookie.substring(offset, end))\r
31       }\r
32    }\r
33   return returnvalue;\r
34 }\r
35 function loadornot(){\r
36   if (get_cookie('popsite')=='') {\r
37     loadpopsite()\r
38     document.cookie="popsite=yes"\r
39   }\r
40 }\r
41 function loadpopsite(){\r
42   win2=window.open(popsite,"",withfeatures)\r
43   win2.blur()\r
44   window.focus()\r
45 }\r
46 if (once_per_session==0) {\r
47   loadpopsite()\r
48 } else {\r
49   loadornot()\r
50 }\r
51 -->\r
52 </script>\r
53 </head>\r
54 <body>\r
55 <center>\r
56 <div class="width">\r
57 <hr>\r
58 The http://phpmailer.codeworxtech.com/ website now carries a few\r
59 advertisements through the Google Adsense network to help offset\r
60 some of our costs.<br />\r
61 Thanks ....<br />\r
62 <hr>\r
63 <p><b>My name is Andy Prevost, AKA "codeworxtech".</b><br />\r
64 <a href="http://www.codeworxtech.com">www.codeworxtech.com</a> for more information.<br />\r
65 </p>\r
66 <p><strong>WHY USE OUR TOOLS &amp; WHAT&#39;S IN IT FOR YOU?</strong></p>\r
67 <p>A valid question. We're developers too. We've been writing software, primarily for the internet, for more than 15 years. Along the way, there are two major things that had tremendous impact of our company: PHP and Open Source. PHP is without doubt the most popular platform for the internet. There has been more progress in this area of technology because of Open Source software than in any other IT segment. We have used many open source tools, some as learning tools, some as components in projects we were working on. To us, it's not about popularity ... we're committed to robust, stable, and efficient tools you can use to get your projects in your user's hands quickly. So the shorter answer: what's in it for you? rapid development and rapid deployment without fuss and with straight forward open source licensing.</p>\r
68 <p>Now, the introductions:</p>\r
69 <p>Our company, <strong>Worx International Inc.</strong>, is the publisher of several Open Source applications and developer tools as well as several commercial PHP applications. The Open Source applications are ttCMS and DCP Portal. The Open Source developer tools include QuickComponents (QuickSkin and QuickCache) and now PHPMailer.\r
70 We have staff and offices in the United States, Caribbean, the Middle\r
71 East, and our primary development center in Canada. Our company is represented by\r
72 agents and resellers globally.</p>\r
73 <p><strong>Worx International Inc.</strong> is at the forefront of developing PHP applications. Our staff are all Zend Certified university educated and experts at object oriented programming. While <strong>Worx International Inc.</strong> can handle any project from trouble shooting programs written by others all the way to finished mission-critical applications, we specialize in taking projects from inception all the way through to implementation - on budget, and on time. If you need help with your projects, we&#39;re the team to get it done right at a reasonable price.</p>\r
74 <p>Over the years, there have been a number of tools that have been constant favorites in all of our projects. We have become the project administrators for most of these tools.</p>\r
75 <p>Our developer tools are all Open Source. Here&#39;s a brief description:</p>\r
76 <ul>\r
77   <li><span style="background-color: #FFFF00"><strong>PHPMailer</strong></span>. Originally authored by Brent Matzelle, PHPMailer is the leading "email transfer class" for PHP. PHPMailer is downloaded more than 18000 times each and every month by developers looking for a stable, simple email solution. We used it ourselves for years as our favorite tool. It&#39;s always been small (the entire footprint is around 100 Kb), stable, and as complete a solution as you can find. Other tools are nowhere near as simple. And more importantly, most of our applications (including PHPMailer) is implemented in a smaller footprint than one competing email class. Our thanks to Brent Matzelle for this superb tool - our commitment is to keep it lean, keep it focused, and compliant with standards. Visit the PHPMailer website at\r
78   <a href="http://phpmailer.codeworxtech.com/">http://phpmailer.codeworxtech.com/</a>. <br />\r
79   Please note: <strong>all of our focus is now on the PHPMailer for PHP5.</strong><br />\r
80   <span style="background-color: #FFFF00">PS. While you are at it, please visit our sponsor&#39;s sites, click on their ads.\r
81   It helps offset some of our costs.</span><br />\r
82   Want to help? We're looking for progressive developers to join our team of volunteer professionals working on PHPMailer. Our entire focus is on PHPMailer for PHP5, and our next major task is to enhance our\r
83   exception/error handling with PHP 5's object oriented try/throw/catch mechanisms. If you are interested, let us know.<br />\r
84   <br />\r
85   </li>\r
86   <li><strong><span style="background-color: #FFFF00">QuickCache</span></strong>. Originally authored by Jean Pierre Deckers as jpCache, QuickCache is an HTTP OpCode caching strategy that works on your entire site with only one line of code at the top of your script. The cached pages can be stored as files or as database objects. The benefits are absolutely astounding: bandwidth savings of up to 80% and screen display times increased by 8 - 10x. Visit the QuickCache website at\r
87   <a href="http://quickcache.codeworxtech.com/">http://quickcache.codeworxtech.com/</a>.<br />\r
88   <br />\r
89   </li>\r
90   <li><strong><span style="background-color: #FFFF00">QuickSkin</span></strong>. Originally authored by Philipp v. Criegern and named "SmartTemplate". The project was taken over by Manuel 'EndelWar' Dalla Lana and now by "codeworxtech". QuickSkin is one of the truly outstanding templating engines available, but has always been confused with Smarty Templating Engine. QuickSkin is even more relevant today than when it was launched. It&#39;s a small footprint with big impact on your projects. It features a built in caching technology, token based substitution, and works on the concept of one single HTML file as the template. The HTML template file can contain variable information making it one small powerful tool for your developer tool kit. Visit the QuickSkin website at\r
91   <a href="http://quickskin.codeworxtech.com/">http://quickskin.codeworxtech.com/</a>.<br />\r
92   <br />\r
93   </li>\r
94 </ul>\r
95 <p>We're committed to PHP and to the Open Source community.</p>\r
96 <p>Opportunities with <strong>Worx International Inc.</strong>:</p>\r
97 <ul>\r
98 <li><span style="background-color: #FFFF00">Resellers/Agents</span>: We're always interested in talking with companies that\r
99 want to represent\r
100 <strong>Worx International Inc.</strong> in their markets. We also have private label programs for our commercial products (in certain circumstances).</li>\r
101 <li>Programmers/Developers: We are usually fully staffed, however, if you would like to be considered for a career with\r
102 <strong>Worx International Inc.</strong>, we would be pleased to hear from you.<br />\r
103 A few things to note:<br />\r
104 <ul>\r
105   <li>experience level does not matter: from fresh out of college to multi-year experience - it&#39;s your\r
106   creative mind and a positive attitude we want</li>\r
107   <li>if you contact us looking for employment, include a cover letter, indicate what type of work/career you are looking for and expected compensation</li>\r
108   <li>if you are representing someone else looking for work, do not contact us. We have an exclusive relationship with a recruiting partner already and not interested in altering the arrangement. We will not hire your candidate under any circumstances unless they wish to approach us individually.</li>\r
109   <li>any contact that ignores any of these points will be discarded</li>\r
110 </ul></li>\r
111 <li>Affiliates/Partnerships: We are interested in partnering with other firms who are leaders in their field. We clearly understand that successful companies are built on successful relationships in all industries world-wide. We currently have innovative relationships throughout the world that are mutually beneficial. Drop us a line and let&#39;s talk.</li>\r
112 </ul>\r
113 Regards,<br />\r
114 Andy Prevost (aka, codeworxtech)<br />\r
115 <a href="mailto:codeworxtech@users.sourceforge.net">codeworxtech@users.sourceforge.net</a><br />\r
116 <br />\r
117 We now also offer website design. hosting, and remote forms processing. Visit <a href="http://www.worxstudio.com/" target="_blank">WorxStudio.com</a> for more information.<br />\r
118 </div>\r
119 </center>\r
120 </body>\r
121 </html>\r