Have you ever wondered how the world's top entrepreneurs get so much done in their days? After all, they have the same 24 hour days and 7 day weeks, yet they consistently get so much more done in that time. Here are 15 time habits of the best entrepreneurs. 1. Tap into the real power of "Now!" Do it now. Decide it now. Delegate it now. Enjoy it now. Finish it now. Start it now. The best time masters have a habit of getting it done now , whatever it may be. 2. Relentlessly focus on one thing at a time. Multitasking is just not a pathway to business success. Sure, you need to be flexible and able to shift your attention from one thing to another, but the best time masters have cultivated their ability to block out distractions and temptations and focus on one thing at a time, and follow this most important thing until it is complete and producing for their businesses. 3. Learn to be both decisive and to purposefully delay decisions. So...
Introduction Magento websites usually have large visitors. Its mean website should be fast enough to deal with large number of visitors. To make magento website fast we can use varnish cache that is open source web application accelerator. Varnish caches files in memory, this enables Varnish to reduce the response time and network bandwidth consumption on future, equivalent requests. Here is step by step guide to make your magento 2 website more faster than ever by using varnish cache. 1. Install Varnish (Ubuntu) open terminal run "sudo curl http://repo.varnish-cache.org/debian/GPG-key.txt | sudo apt-key add -" Run sudo echo "deb http://repo.varnish-cache.org/ubuntu/ precise varnish-3.0" | sudo tee -a /etc/apt/sources.list sudo apt-get update sudo apt-get install varnish check that varnish is installed by typing “varnishd -V” 2. Configure apache Note: apache runs on port 80 so varnish server cannot run on port 80 so we need to change the ...
Which of the following is NOT a valid <meta type="robots" content="<values>" /> value. nocache What is the difference between padding and margin? margin auto-collapses, padding doesn't What is the minimal way to define the character set with meta tag? <meta charset="UTF-8"> Which HTML5 tag would most semantically group a page title (in an H1 tag) and tagline (in an H2 tag)? <hgroup> What is the tag used to define attribute values for one or more columns in a table? <col> Which script is useful in rendering dynamic images in canvas? <javascript> What does the following code do: <input type="text" name="user_name" autofocus="autofocus" />? The browser will automatically give the user_name field focus when the page loads. The following link is placed on an HTML webpage. <a href="http://msdn.com/" target="_blank"></a> W...
Comments
Post a Comment