Online image file size reducer A number of tools are available for image file optimization. I found this wondeful online tool for image file size reducing. www.imageoptimizer.net/
Category: Web Tips
web tips,ticks
Tweet share Button with custom Icon
Tweet share or send to Button with custom Icon We can use custom images in Tweet button. <script type=”text/javascript” src=”//platform.twitter.com/widgets.js”></script> <a href=”https://twitter.com/intent/tweet?text=Find me in Unii.com”> <img src=”<?php echo $this->baseurl(‘images/smarttips-twitter.png’); ?>” width=”203″ height=”78″ border=”0″></a>
How to Reopen or restore closed tabs in Google chrome
Google chrome is a fast browser powered by Google. Users can open and close multiple tabs at a time in Google chrome. Sometimes accidentally close but need to reopen it. Right click on tabs -> Reopen closedTab or keyboard shortcut CRT + SHIFT + T
Ubuntu command for access another system using ssh
Ubuntu command for access another system is SSH <username>@<ip> Example: sudo ssh smarttips@192.168.1.25 Type the above command in Terminal .You should be the administrator of this system and also know the password of another system Then system will ask the root password and password of the system trying to connect. Give that password and you…
How to use custom font in css or in website
Website user interface has a major role in frontend interaction . Web designer Styling the website page by writing styles and save in a file with extension CSS . CSS is the short form of Cascade Style Sheet. For making web page more interesting designers using external fonts. They use the css rule @font-face for adding custom font. Steps: 1.Download the font…