Code plugin and Nomore stupid machines
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:
-
<?
-
$str="Hello World";
-
echo $str;
-
?>
HTML
JavaScript
JAVASCRIPT:
-
<script type="text/javascript">
-
function sayit(str) {
-
alert(str);
-
}
-
-
var mystr='Hello world!';
-
sayit(mystr);
-
</script>
Also, Today I've got the free Ubuntu CD ![]()
Btw, my Google interview is rescheduled to Friday.