Сообщения

Facebook neon icon

Изображение
10 colors: blue, red, green, pink, teal, purple, red, yellow, white, black 4 standard sizes: 24x24,32x32,48x48,64x64 72 icons: 5. 00$ Neon icons

Proper semantic markup

Изображение
Use special HTML5 tags: <article>, <aside>, <header>, <footer>, <menu>, <section> Bad: <div id="header">     <div id="logo">        <h1><a href="/">My blog</a></h1>     </div>     <div id="description">        <h2>About my blog</h2>      </div> </div> Good: <header>    <h1>       <a href="/">My blog</a>    </h1>       <h2>About my blog</h2> </header>

How to run Torchlight 2 under Ubuntu

Изображение
Сomplete documentation After setting up Wine many others games will work fine too; 1. Install Wine  in Terminal (Ctrl+T) : sudo add-apt-repository ppa:ubuntu-wine / ppa sudo apt-get update sudo apt-get install wine 2. Setting up Wine in Terminal (Ctrl+T):  winetricks vcrun2005 winetricks vcrun2008 winetricks vcrun2010 winetricks vcrun6 winetricks vcrun6 sp6 winetricks d3dx9 Ubuntu 32bit : winetricks dotnet20 Ubuntu 64bit : env WINEARCH=win32 WINEPREFIX=~/.wine32 winetricks dotnet20 wineboot You can Install dotnet30 | 35 | 40 | 45 -  they do not need to play in Torchlight2, but are required by many other games. Warning: installation of these packages can take anywhere from several minutes to several hours. winetricks vb5run, vb6run winetricks vcrun2003 winetricks d3xof winetricks devenum winetricks dinрut8 winetricks directmusic winetricks directplay winetricks directx9 winetricks dxdiagn winetricks d3dx11_43 winetricks physx winetricks gdiplus wi