Archívy kategórií pre "blog"

Môže 15, 2009

Ako zaregistrovať súbor DLL v systéme 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 […]

Pokračovať v čítaní
Môže 12, 2009

HTML kód na zalomenie textu okolo obrázka

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 […]

Pokračovať v čítaní