„Академията на Телерик за ученици“ организира за втори път тридневно безплатно обучение по практическа разработка на софтуер и подготовка за олимпиадата по информационни технологии (НОИТ). Безплатното обучение ще се проведе на 20, 21 и 22 декември от 10:00 до 19:00 часа в Центъра за подготовка на ученици за олимпиади в гр. София, бул. Драган Цанков
The Microsoft Windows Phone 7 platform is getting more and more promising. Dell announced to move 2 500 employees from BlackBerry to Windows Phone 7. I hope some day Apple and their iPhone to have a real competitor, since Google Android seems like will not be able to be really in the game.
As part of the continuous work on writing a high-quality book on computer programming for beginners, I have significant progress with the “Introduction to Programming with C#” book. Most of the book chapters are completely finished and only one chapter (14. Defining Classes) is completely unfinished due to internal confusion. The good news are that
Some people are asking me what is “prototyping”, why it is important to prototype the software in the early stages of the development process and how a prototype looks like. Prototyping is well-known concept in software engineering. We could find many good articles about it and answers to the above questions by performing a simple
Today I needed to optimize the file size for a commercial Java applet (Web form signer) that my team is developing in the last month. We use few external libraries (Bouncy Castle Crypto API and few others) and these libraries are above 2 MB in several JAR files. If we were developing server side application,
The Java team won the second IT Boxing match on Web technologies on 6 March 2008 in Sofia. The battle was merciless: 24 contestants in 4 teams (.NET, Java, PHP and Ruby) fighted for proving their technology better in 9 technical talks with live demonstrations. The teams presented ASP.NET, ASP.NET AJAX, ASP.NET MVC, Echo2, Google
A week ago I visited Google in Zurich, Switzerland. Initially I didn’t consider working in Google and changing my job. During the years many of their recruiters asked me once monthly (at average) to join Google. I had so much invitations to join Google in Mountain View, Zurich, Munich and other locations that I finally
I published a new version of my GWT Advanced Table widget – a reusable GWT table component that supports data paging, sorting and filtering in AJAX fasion: I added row selection support that was missing in the first release. See the official Google Code project for more information and downloads: http://code.google.com/p/gwt-advanced-table/.