Ana içeriğe atla

Kayıtlar

Aralık, 2009 tarihine ait yayınlar gösteriliyor

Job Titles in a Software Company

It is sometimes really hard to tell what you are doing in your software company and so on it's challenging to choose a job title, especially when you are going to have it on your business card. Then I made a simple googling but I couldn't find anything spectecular. Finally, I've decided writing my own list of job titles can be implemented in a software company, hierarchically. I think this can be helpful if you would like to re/arrange organisation scheme in your software company. Graduate / Trainee        Normally holders of a university degree. Expert Assistant / Expert Candidate        After training level but not enough experienced. Specialist        Already have 2-3 years professional experience. Senior Specialist / Project Manager        Experieced specialist often having project management responsibility. Team Manager / Team Leader / Group Leader / Team Lead Engineer        Having staff responsibility and have employees reporting to him/her. Senior Ma

Rounded corners by using CSS sprite

To make a division which has rounded corners this stylesheet is used. /* First part can also be used inline styling */ .graybox{background-image: url('images/graybox.png');background-color: #e4e4e4;} .grayboxContent{width: 600px;} .top{width: 590px;} .center{width: 600px;} .bottom{width: 590px;} /* Second part is common settings */ .grayboxContent{float: left;background-repeat: no-repeat;} .graybox{float: left;background-repeat: no-repeat;} .topLeft{width: 5px;height: 5px;background-position: 0px 0px;} .top{height: 5px;background-image: none;} .topRight{width: 5px;height: 5px;background-position: -5px 0px;} .center{background-image: none;} .bottomLeft{width: 5px;height: 5px;background-position: 0px -5px;} .bottom{height: 5px;background-image: none;} .bottomRight{width: 5px;height: 5px;background-position: -5px -5px;} And this division positioning is used. <div class="grayboxContent"> <div class="graybox topLeft"></div&g

YAZILIM dergisi

www.yazilimdergisi.com projesinde ilk sayfayı oluşturup yayına açtık. Şimdilik iş okul yoğunluğundan dolayı şimdilik araştırma aşamasından ileriye gidemiyoruz. En kısa zamanda ilk sayıyı çıkarmak istiyoruz çünkü Türkiye'nin bir yazılım dergisine gerçekten ihtiyacı olduğunu düşünüyoruz.