Volodymyr Osypov blog

May 15, 2008

Code plugin and Nomore stupid machines

Filed under: News — Tags: , , , , , , , , — admin @ 10:22 am

I really hate when a computer pretends to be smarter than me, that's why I turned off visual editor in Wordpress and now I can control everything and that's great. I don't have to battle anymore with changes editor made to my code! In this way I'm like Will Smith character in 'I, Robot' movie, believe every developer is on the same part.

Other thing is that I've installed nice plugin for code and now my code will be nice-looking like:
PHP

PHP:
  1. <?
  2. $str="Hello World";
  3. echo $str;
  4. ?>

HTML

HTML:
  1. Hello World!
  2. </td>
  3. </tr>
  4. </table>

JavaScript

JAVASCRIPT:
  1. <script type="text/javascript">
  2. function sayit(str) {
  3. alert(str);
  4. }
  5.  
  6. var mystr='Hello world!';
  7. sayit(mystr);
  8. </script>

Also, Today I've got the free Ubuntu CD :)
Btw, my Google interview is rescheduled to Friday.

Powered by WordPress