Google Chrome Extensions and Plugins
So after a hard launch back in last year, the dust has settled and google chrome developers are back to drawing board.
We will not go into firefox vs chrome or similar browser comparison, but one advantage which firefox has over chrome (and any addon as a matter of fact) is its thousands of amazing plugins and addons. These plugins and addons make firefox a super powerful tool and environment to use.
Added News section on the site
We have added a new section News@MWolk where you can read daily news about technology, entertainment, sports etc. its a very new section and nothing much is there but we are are hoping that it will get pretty big in coming weeks. If you have some news to add, please submit to the site.
Find your upload and download usage using Firefox Plugin
With firefox minimeter addon, now you can know how much bandwidth you have used, how much you have downloaded and upload, just at the corner of your firefox browser.
Continue Reading “Find your upload and download usage using Firefox Plugin” »
Remove and Avoid reading spam youtube comments on Videos
Firefox has an amazing addon which cleans spam youtube comment as per your settings so spam comments on the video you are watching gets removed automatically.
typically youtube is filled with comments filled with spam, profanity, abusive language and you may not want to read such comments while watching a video.
Continue Reading “Remove and Avoid reading spam youtube comments on Videos” »
Youtube Voting Spam
Saw it on Youth of the Nation video. Its a very nice song and it seems someone really liked it so much that went on to do voting spam. Now every commentator has 1000+ ups for their comments. ![]()
Hits column in Robots Spider visitors section of Awstat explained
If you owns a website and uses awstats program to view the traffic, I am sure you have seen this familiar graphic
Continue Reading “Hits column in Robots Spider visitors section of Awstat explained” »
Undo Sent mail, Stop mail from reaching - New gmail Feature
On Gmail blog, it has been announced that now there is a new feature added in gmail, using which you can undo a sent mail (upto 5 seconds). It can be a pretty good feature considering we all have made the mistakes in the past of sending the mail to wrong recipient which can be stopped with this. More importantly people in offices who send confidential mails now can stop doing the unthinkable (infact this feature certainly gives gmail an advantage over other mail clients).
To use Undo Send mail feature, Go to gmail labs and under Settings, and you will see a new “Undo” link on every sent mail confirmation. Click “Undo,” and the mail will be stopped being sent and you will be again sent back to compose screen.
Continue Reading “Undo Sent mail, Stop mail from reaching - New gmail Feature” »
Find total number of pages in Drupal
This tip is for those who owns drupal websites and want to know the total number of pages (or nodes or any other content type) they have on their site. What you can do is, you can create a page with input type as php (in drupal 6, you will be required to enable the php input type module as its not enabled by default) and put this code -
Total Number of pages are <b><?php $sql = "SELECT COUNT(*) FROM {node} WHERE type = 'content_type' AND status = 1"; $total = db_result(db_query($sql)); echo $total; ?></b>
Firefox owns 27% of Browser market, Internet Explorer dips to 65%
As per the latest data by statcounter, firefox is continuously growing even with threats from Google Chrome (which actually is not growing as fast as was reported or assumed earlier) and from Safari which is been pushed by apple heavily in recent times. Firefox now has 27% of browser market share which is the highest ever recorded for firefox where as internet explorer has continued its downward fall and its browser market share is abotu 65% (at the start of this decade, it was easily 95%+)
If you see the stats, you can also see both Safari and Opera are pretty much equal, so safari has certainly catch up with opera. Google Chrome with its market share of about 1.2% has to to do lot of catching. May be when it comes out of beta, has more addons and features, it will catch up. Google will certainly make sure to leverage its current web assets to market Chrome further.
Share code online instantly using PasteBin
PasteBin is an online tool/website using which you can share your programming code with others by pasting code on pastebin and sharing the url.
Continue Reading “Share code online instantly using PasteBin” »


