Welcome to my blog! This is the first entry in the blog, so, I want to talk about this blog and what you can find in this blog.
My name is Bilal HATİPOĞLU, and you can find more information about me on "About Me" page. This is my first and only blog, so this blog will contain everything about my daily life and proffessional work.
When I was writing this first entry of the blog, I was actually in my first days of my first professional experience, the internship in Turkcell…
İnternette bir sürü hazır blog sitesi var. Bu siteler blog oluşturmayı ve yönetmeyi çok kolay hale getiriyor ve ayrıca ücretsiz alan sağlıyor. Bir çoğunun çok kullanışlı ve güzel özellikleri var. Görsel açıdan da fena değil, biraz uğraşmayla güzel şeyler ortaya çıkabiliyor. En basit insandan en profesyoneline kadar birçok insan bu hazır blog sitelerini kullanıyor.
Bir kaç örnek vermek gerekirse Blogspot ve Wordpress bunların en iyilerinden...
Ancak ben bu hazır blog sitelerini kullanmadım ve bütün Database, altyapı(yönetim) sisteminden görsel tasarımına kadar blog'umu ASP ile kendim kodladım. "Deli misin kardeşim hazırı var işte süper, kullan" diyebilirsiniz, işte bu yüzden bu makaleyi yazıyorum sizlere :))
Cascading Style Sheets (CSS) is a stylesheet language used to describe the presentation of a document written in a markup language. Its most common application is to style web pages written in HTML and XHTML, but the language can be applied to any kind of XML document, including SVG and XUL. The CSS specifications are maintained by the World Wide Web Consortium (W3C).
Advantages of using CSS include:
Presentation information for an entire website or collection of pages can be held in one CSS file, allowing sweeping changes to be propagated with quick changes to this one file.
Different users can have different style sheets: for example a large text alternative for visually-impaired users, or a layout optimized for small displays for mobile phones.
The document code is reduced in size and complexity, since it does not need to contain any presentational markup.