Showing posts with label Web Developer. Show all posts
Showing posts with label Web Developer. Show all posts

Coding style e-book

C# Coding Style Guide: http://www.csharpfriends.com/articles/getarticle.aspx?articleid=336






Visual Studio дээр яаж хэлбэржүүлэх комманд тохируулах вэ. 

Visual Studio C# Formatting (go to Tools > Options > Text Editor > C#)

    Tabs
        Tab size: 4
        Indent size: 4
        Insert spaces
    Formatting
        Indentation
            Indent block contents: ON
            Indent open and close braces: OFF
            Indent case contents: ON
            Indent case labels: OFF
            Label indentation: PLAE GOTO LABELS ONE INDENT LESS THAN CURRENT
        New lines
            New line options for braces (ALL OFF)
            New line options for keywords (ALL OFF)
            New line options for expressions (ALL OFF)
        Spacing
            Set spacing for methods declarations (ALL OFF)
            Set spacing for method calls (ALL OFF)
            Set other spacing options (ALL OFF)
            Set spacing for brackets (ALL OFF)
            Set spacing for delimiters
                Insert space after colon for base or interface in type declaration: ON
                Insert space after comma: ON
                Insert space after dot: OFF
                Insert space after semicolon in "for" statement: ON
                Insert space before colon for base or interface in type declaration: ON
                Insert space before comma: OFF
                Insert space before dot: OFF
                Insert space before semicolon in "for" statement: OF
            Set spacing for operators: INSERT SPACE BEFORE AND AFTER BINARY OPERATORS
        Wrapping
            Leave block on single line: ON
            Leave statement and member declarations on the same line: OFF


Read more...

How to Search with Google

  1. Цаг агаар хайх: Example: weather San Francisco, CA
  2. Валютын мэдээлэл болон үнэт цаасны ханш хайх. Example: CSCO
  3. Хэдэн цаг болж байгааг хайх. Example: time Ulaanbaatar
  4. Бодлого хайх. Example: 5*9+(sqrt 10)^3=
  5. Хэмжээс хөрвүүлэх: Example: 10.5 cm in inches OR 150 GBP in USD
  6. Хүн амын тоо хайх. Example: population mongolia
  7. Ижил утгатай үгээр нь хайх. ~fast food
  8. Тодорхойлолт хайх. Define philosophy
  9. Үгийн алдаа засаж хайх. expolsion
  10. Өвчин эмгэгийн талаар хайх. asthma
  11. Газрын зураг хайх. Mongolia map
  12. Гүүглийн хайлтын явцад зарим үгийг хэрэгсэхгүй байдаг. Тэгвэл түүнийг яг олсон үг байлгахын тулд өмнө + тэмдэг тавьж өгдөг. Example: peanut butter +and jelly
  13. Холбоотой талаар нь хайх. Example: related:www.cnn.com
Эдгээр 13-н хайлтын аргыг туршаад үзээрэй. Тэгээд хэрэглээ болгоно гэдэгт итгэлтэй байна.



Read more...

10 add-ons for Web developers



Веб хөгжүүлэгч нарт зориулсан firefox ийн 10-н нэмэлт хэрэгслийг санал болгож байна. Эдгээр нь бүгд үнэгүй бөгөөд Google Chrome дээр ч мөн адил үнэгүй байдаг.

  1. Firebug
  2. Web Developer
  3. ColorZilla
  4. HTML validator
  5. FireFTP
  6. IE tab 
  7. Measureit
  8. GreaseMonkey
  9. View Source Chart
  10. Aardvark

хэрэглэж үзээд туршаад санал бодлоо хуваалцаарай.


Read more...