ASP: הבדלים בין גרסאות בדף

תוכן שנמחק תוכן שנוסף
חורחה (שיחה | תרומות)
אין תקציר עריכה
חורחה (שיחה | תרומות)
אין תקציר עריכה
שורה 1:
ספר זה מלמד איך לבנות אתרים בשפת התכנות '''[[W:ASP|ASP]]'''.
= הארגון של הספר =
 
ASP היא שפת תיכנות נפוצה באינטרנט, שפה זו שונה מ-[[HTML]] בכך שהיא רצה בעצם על השרת ומציגה למשתמש רק את הפלט בעוד HTML רצה על מחשב המשתמש ומבצעת את כל הפעולות אצלו. תכונה זאת מאפשרת לה ליצור תוכניות מסובכות אשר מסוגלות לתקשר עם מסדי נתונים ועוד.
This book is organized into ''modules''. Each module should take you about
one hour to complete.
 
===למי הספר מיועד?===
Modules are organized as follows:
הספר מיועד לכל מי שמעוניין בלימוד השפה ומסוגל לקרוא אותו. לא קיימת מגבלת גיל על הלימוד.
* objectives
* content
* summary
* review questions
* exercises
 
===איזה ידע קודם נדרש?===
Later modules build upon earlier modules, so we encourage you to read them
*נסיון בסיסי בעבודה עם מחשבים נדרש, שכן להפעלת תוכנות בשפה יש להשתמש במחשב.
in sequence.
*[[HTML]] - השפה בעצם משתלבת ופועלת באתרי אינטרנט המעוצבים בעזרת HTML.
*הכרת אנגלית יכולה לסייע מאוד, שכן השפה משתמשת באנגלית, ורוב התיעוד של השפה הוא בשפה האנגלית.
 
''אין צורך בהכרה מוקדמת של השפה - הספר מלמד את עקרונותיה החל מהבסיס.''
= Prerequisites =
== Do I need to know HTML? ==
 
{{תוכן עניניים|
Yes and No... The output of ASP is usually HTML, so it is strongly recommended that you are familiar with at least [http://www.w3.org/TR/REC-html40/ HTML 4.01]. While many programmers prefer visual editors like Macromedia's Dreamweaver and Ultradev, Microsoft's Frontpage and Visual InterDev, beginners will benefit more from using a plain text editor until comfortable with the basic concepts.
* [[ASP/מה זה ASP|מה זה ASP?]]
 
== Do I need to know a programming language? ==
 
You should be familiar with at least one object-oriented programming
language. This book will teach you how to program in ASP, but it will
not teach you how to ''program''. You should understand the following
concepts:
 
* variables
** global variables, and how they differ from local variables
* functions, and
** how to pass parameters to functions
* decision-making statements such as <b>if-then</b> and <b>if-then-else</b>
* looping statements such as the <b>for loop</b> and the <b>while loop</b>
 
== Do I need to install web server software on my computer? ==
There are sites such as [http://www.1asphost.com 1asphost.com] that provide free web sites with ASP capabilities. You can upload your ASP files, and
the server will do all the ASP processing for you.
 
Find similar services by doing a [http://www.google.com/search?hl=en&lr=&ie=UTF-8&q=free+asp+hosting&btnG=Search Google search for "free asp hosting".]
 
You may also install software on your computer to process ASP files locally. [http://www.microsoft.com/windowsxp/evaluation/features/iis.mspx Internet Information Services] will come in handy for users of Microsoft Windows operating system. And there are [http://www.apache.org Apache webservers] available for most of today's operating systems.
 
In order to execute ASP 3.0 locally, you will need Windows 2000 Professional or higher. All versions of Windows from 2000 include Internet Information Services with the exception of Windows XP Home. Installation is simple, just go to Add/Remove programs and then the Add/Remove Windows components section. Just keep in mind that just because you have IIS installed that does not mean that ASP files will execute.
 
== Modules ==
* [[Active Server Pages:What Is ASP|What is ASP?]]
* [[Active Server Pages:Differences between ASP 3.0 and ASP.NET|Differences between ASP 3.0 and ASP.NET]]
* [[Active Server Pages:Your first page|Your first page]]
שורה 53 ⟵ 23:
* [[Active Server Pages:Functions and Subroutines|Functions and Subroutines]]
 
[[קטגוריה:תכנות]]
[[Category:Programming]]
 
* [[en:Active Server Pages:What Is ASP|What is ASP?]]
[[es:Manual de ASP]]
אוחזר מתוך "https://he.wikibooks.org/wiki/ASP"