Emil Genov

Learn, Practice & Share

Tuesday, April 14, 2009

You are being monitored

Monday, March 23, 2009

JBOSS comercials

I like new JBOSS commercials, got good sense of humor.

Monday, November 26, 2007

Oldie, but Goldie ...

Friday, November 9, 2007

Debug PHP in Eclipse PDT project

Resources

Wednesday, October 24, 2007

Language talks :)

The Last Language War / Language Trolling Post You'll Ever Need To Read (Hopefully) - I never have so much laugh since reading How to shoot yourself in the leg... which by the way seems a lot of outdated.

Sunday, October 14, 2007

Classes vs. Ids

Today, while trying to fix broken rendering of aero-bg.com on Firefox, I delved deeper in CSS of site. Interesting though the css, almost randomly used in some cases ids and in other classes. I almost forgot, what the difference between those selectors are, so I refreshed myself, reading this incredible peace of info. To make things short, this is what are important differences:

1. Repeated use within a document
  • Classes can be used as many times as needed within a document.
  • IDs can only be applied once within a document.
So, if you need to use the same specific selector more than once, classes are a better choice.

2. Combining class selectors

You can use multiple classes to style an HTML element but you can only use one ID when styling an HTML element. This means that class selectors have a wider range of applications.

3. IDs have higher specificity than classes

There may be times when a declaration conflicts with another declaration. These conflicts are resolved using the Cascade rules. In simple terms, if a class selector and ID selector were to be in conflict, the ID selector would be chosen.

Also following article has it's controversal way to detach scripts for handling DOM events, from presentation.

Exploits For A Mom

Recently SQL injection is a next big thing. So let's see an up side of it :)



So, do You SANITIZE?

Top Ten Software Architecture Mistakes

As a software developer, it was not my responsibility to outline architecture, but never less I have stumble upon some of this mistakes, and some of them could be avoided just by better planning. So this are good things for me to know in my future career.

Tuesday, October 9, 2007

Scrum stickies


This is our interpretation of sticky notes task implementation. Direct on office windows. Cute :)

Friday, March 9, 2007

Industria is in top 50 key innovators

It’s not every day that Industria(the company I work for) is mentioned along with household names such as Adidas, BSkyB, BMW, Rolls Royce, Royal Bank of Scotland, Skype, Vodafone and Virgin Atlantic.

However, that’s just where we are in the March edition of global monthly CNBC European Business, which has named us as one of this year’s 50 key innovators among European companies.

Described by the panel of judges as being “potentially one of the biggest contributors to a European future of digital convergence and IPTV“, Industria joins some of the world’s best-known companies on the list, which was compiled by a variety of experts on each of the ten sectors looked at.

According to the magazine, “Industria’s ambition can be seen in its office locations: the UK, Ireland, Bulgaria and China. This Icelandic tiger specialises in software for bridging mobile and fixed-line networks, and its IPTV services platform subsidiary Zignal is creating a real stir.”

Blog Archive

Emil"s shared items