- 3D Nature’s World Construction Set
– photorealistic 3D terrain visualization for cartography,
architecture, civil engineering, golf, forestry and land planning. - 3D Structural Modeling Software – 3D+
-An AutoCAD based parametric modeling, analysis, design and drawing system for structural engineers. Includes program description with downloadable videos. Offers online ordering and technical support. Continue reading Civil Engineering Softwares List
Bundle CSS to Load Page Faster
A test with a simple HTML page over a DSL connection shows that one big stylesheet or css of 50 KB can speed up load time by factor 2 compared to five stylesheets that are 10 KB each in size:
- 5 Stylesheets (10KB each): 1100ms
- 1 Stylesheet (50KB): 500ms
So , How to make them one without breaking or editing them ? I am going to show you how to do this . Continue reading Bundle CSS to Load Page Faster
Browser Caching with htaccess
Browser caching is a good idea to make/feel your site speedy . Your sites visitors will find it much speedier after first visit . If you test your page in pingdom and google speed analysis tool you will see a recommendation there to enable caching . That is why i am sharing this . Continue reading Browser Caching with htaccess
Linux File/Folder Search from Terminal
Sometimes we need to find file or folder . It is easy in graphical file manager . But in terminal you have to be tricky . Continue reading Linux File/Folder Search from Terminal
Installing Squid Proxy Server in Ubuntu
Log in on Ubuntu Server, then type command below to Install squid : Continue reading Installing Squid Proxy Server in Ubuntu