-
What type of engineer are you?
Posted on 18.03.2010 11:27 in Buzz636 views, 3 comment(s) , add a commentIf you work in the web development field, you can call yourself an engineer. Did you know that web engineers are divided to categories? Knowing where you belong can focus your job, enhance your skills and give you more incentives at your work.
Let's have a look to various engineering categories for web developers.
Designer
If you work in Adobe Photoshop and Illustrator only, you are a clear web designer. This is the most creative work out there. Designers are usually special people, not like anybody else. Usually they live...
-
New "Magento development" book
Posted on 09.03.2010 17:43 in Buzz659 views, 4 comment(s) , add a commentIf you are a developer interested in Magento e–commerce platform, here is the best Magento development book for you, reviewed by me

-
Apple Airport Extreme error -6753
Posted on 17.02.2010 23:15 in Buzz1503 views, 6 comment(s) , add a commentYou reset your Apple AirPort Extreme or Time Capsule. You try to connect with AirPort Utility. You get error -6753. You google for it and find that lots of people has this problem but nobody seem to have a solution.
Well, I do.
The solution to this common problem is: enable IPv6 in your wireless network settings (on your computer with AirPort Utility). You will be able to connect to your device. It is because fresh AirPort Extreme (or Time Capsule) use IPv6, not IPv4.
It took me three hours to figure this out....
-
How to repair a broken YaST online update in SuSE 11.2
Posted on 21.01.2010 20:42 in Buzz1094 views, 4 comment(s) , add a commentOne of the last YaST2-ncurses packages renders YaST2 online update and software management in SuSE Linux 11.2 unusable. Online update just exists back into the menu. If you want to fix it, follow these instructions:
-
Avoid your personal "Aurora operation"
Posted on 21.01.2010 10:53 in Buzz430 views, 8 comment(s) , add a commentI am not a Microsoft Windows user. I was quite indifferent to the latest Microsoft Internet Explorer scandal that causes break in to Google, Adobe and many other major companies (the “Aurora operation”). However posts and articles about this event pop up so often, that they are very hard to ignore.
Yesterday I read a phrase that made me think a lot about the way how we develop software. The source was not in English and it is hard to make a precise translation. The phrase sounds like this: “Software will be always vulnerable while it is...
-
Using XDebug helper plugin with FireFox 3.5.7
Posted on 18.01.2010 20:54 in Buzz1328 views, 8 comment(s) , add a commentRecently my FireFox automatically updated itself and disabled XDebug helper plugin, which I use to debug PHP scripts with Komodo IDE. While it is possible to start debugging by adding XDEBUG_START_DEBUG=1 to the URL, it is not very convenient when debugging such framed applications as TYPO3 Backend.
There is no update for this plugin. Even worse: it is disappeared from the list of FireFox plugins. Fortunately I have it locally and managed to cheat FireFox to recognize this plugin as valid.
It is quite simple. Firsts, you need to shutdown...
-
Komodo IDE, XDebug and superglobals
Posted on 06.01.2010 07:11 in Buzz347 views, 3 comment(s) , add a commentIf you, like me, prefer Komodo IDE for PHP development, you may have noticed that superglobals ($_GET, $_POST, etc) are absent from "Superglobals" tab in debug window. If you have this problem...