development

Subversion – TortoiseSVN first use

  Introduction The intent of this article is to show how to use TortoiseSVN for Windows. SVN, or Subversion, is a file versioning system, that comes to help developers. This system helps keep control over code written. TortoiseSVN is the client on Windows which helps us managing the code and keep in sync. Installation  a. […]

Articles

בניית אתרים – השלבים שכולם צריכים לדעת

תוכן השלב הראשון בבניית אתר הוא איסוף כל החומרים (תמונות, טקסטים, מאמרים וכל העולה על הדעת) שרוצים לשים באתר. איסוף זה חשוב לקביעת מהות האתר, סוג האתר וכן מספר העמודים שצריך באתר.פירוט על סוגי האתרים השונים ישנו בסוף המצגת. רעיון לפני שבונים אתר, צריך שני דברים, קודם כל צריך רעיון, ויותר מרעיון, צריך לחשוב מה רוצים […]

Articles

HTML and CSS Tips

CSS Styling Basic definitions such as ,html,body,a etc. I recommend starting a CSS document with these. An example would be: define font and color. This is the first global definition.{ font: XXXXXXXX; color: XXXXX; }html { }body { width: 100%; height: 100%; margin: 0px; }This could some some problems when you are working in dimensions that […]

Articles