There are many web apps for designer, developers and techie people out there, but getting by free and good ones is not that easy. That is why we are sharing Six Simple Yet Powerful Web Apps To Help You Get Things Done Smartly. Previously, we have already covered 9 Tools To Simplify A Graphic Designer’s Life.
So, without any further ado let’s take a look at these and feel free to share this post with others. Read each entry in the list and see which one suits your needs best. Do let us know what you think about this post via comment section below. Enjoy!
Nibbler is a free tool for testing websites. You can enter the address of any website and it will give you a report scoring the website out of 10 for key areas, including accessibility, SEO, social media and technology. It is completely free, but limited to three reports.
Archive Extractor is a free, small and easy online tool that can extract over 70 types of compressed files, such as 7z, zipx, rar, tar, exe, dmg and much more.
This is a simple yet powerful tool to work as In-browser whiteboard for a fraction of smartboard price. You can touch, draw, share with AWW App.
diagrams.net is an open source, online, desktop and container deployable diagramming software.
PDF.io is a great web site having free set of online tools for handling PDF files in various dimension. You can convert and edit your PDF files with incredible ease and speed.
You can do free screen sharing using Screenleap. This is a fast, simple, and free way to share your screen instantly for online meetings, sales demos, and collaboration.
‘,
enableHover: false,
enableTracking: true,
buttons: { twitter: {via: ‘smashingapps’}},
click: function(api, options){
api.simulateClick();
api.openPopup(‘twitter’);
}
});
jQuery(‘#facebook’).sharrre({
share: {
facebook: true
},
template: ‘
{total}
‘,
enableHover: false,
enableTracking: true,
click: function(api, options){
api.simulateClick();
api.openPopup(‘facebook’);
}
});
jQuery(‘#googleplus’).sharrre({
share: {
googlePlus: true
},
template: ‘
{total}
‘,
enableHover: false,
enableTracking: true,
urlCurl: ‘http://www.smashingapps.com/wp-content/themes/smashingapps/js/sharrre.php’,
click: function(api, options){
api.simulateClick();
api.openPopup(‘googlePlus’);
}
});
jQuery(‘#pinterest’).sharrre({
share: {
pinterest: true
},
template: ‘
{total}
‘,
enableHover: false,
enableTracking: true,
buttons: {
pinterest: {
description: ‘Six Simple Yet Powerful Web Apps To Help You Get Things Done Smartly’,media: ‘https://cdn.idevie.com/wp-content/uploads/2020/09/Screenleap.jpg’ }
},
click: function(api, options){
api.simulateClick();
api.openPopup(‘pinterest’);
}
});
// Scrollable sharrre bar, contributed by Erik Frye. Awesome!
var shareContainer = jQuery(“.sharrre-container”),
header = jQuery(‘#header’),
postEntry = jQuery(‘.entry’),
$window = jQuery(window),
distanceFromTop = 20,
startSharePosition = shareContainer.offset(),
contentBottom = postEntry.offset().top + postEntry.outerHeight(),
topOfTemplate = header.offset().top;
getTopSpacing();
shareScroll = function(){
if($window.width() > 719){
var scrollTop = $window.scrollTop() + topOfTemplate,
stopLocation = contentBottom – (shareContainer.outerHeight() + topSpacing);
if(scrollTop > stopLocation){
shareContainer.offset({top: contentBottom – shareContainer.outerHeight(),left: startSharePosition.left});
}
else if(scrollTop >= postEntry.offset().top-topSpacing){
shareContainer.offset({top: scrollTop + topSpacing, left: startSharePosition.left});
}else if(scrollTop 1024)
topSpacing = distanceFromTop + jQuery(‘.nav-wrap’).outerHeight();
else
topSpacing = distanceFromTop;
}
});