ארכיון קטגוריות עבור "בלוג"

מאי 15, 2009

כיצד לרשום קובץ DLL ב-Windows

Ever run into a Windows problem where you have to register a DLL file on your computer? A DLL file, aka Dynamic Link Library, are files that contain functions used across multiple applications. For example, Microsoft Office has hundreds of DLL files that can be used between the various Office programs to perform certain certain […]

המשך לקרוא
מאי 12, 2009

קוד HTML לעטוף טקסט סביב תמונה

Need the code to wrap text around an image? Normally when you create an HTML page, everything flows linearly, meaning one block directly after another. All of my previous posts are an example of this, i.e. text, then picture, then text, etc. Sometimes you may want to include text next to an image instead of […]

המשך לקרוא
1 ... 595 596 597