Skip navigation.
Home

syndicator

SEO, Blogging

This is where it all began...

Use Google chrome; lose all your rights? check it out before you install Chrome!!

browser news | browsers | google

The featured browser from Google, the Chrome, which was released yesterday, has indeed been the buzzword but apparently the talks are negative rather than healthy! As a matter of fact there have been many security issues with Chrome, which have disappointed the folks, but if you haven’t noticed this fact while downloading then you better [...]

FOLDER GUARD; a good security option to protect all your precious data!

general

Folder guard is a highly efficient and innovative software, which basically password protects also your utilities such as folders files and other personal information. What’s more it’s even possible to keep your resources totally inaccessible to most of the other applications as well!! With the help of this useful software you can restrict the [...]

C-code snippet to print a file by removing comments

programming

If you have a file full of scraps and comments and you wanna print it by removing comments, then here’s a C-code snippet to do the task… #include void main(int argc , char *argv[]) { FILE *fp,*fp1; char ch; clrscr(); fp=fopen(argv[1],”r”); fp1=fopen(argv[2],”w”); while(1) { ch=fgetc(fp); /*fgetc*/ if(ch==EOF) //eof break; else { if(ch==’/') { ch=fgetc(fp); if(ch==’/') { while(1) { ch=fgetc(fp); if(ch==’\n’) goto label; } } [...]

The World doesn’t Need Google Chrome

browser news | browsers | chrome | firefox | google | ie

The title is inspired by the award winning article written by Lois Lane in the Superman Returns movie. Google Chrome browser is an instant hit and Google has already recorded over a million downloads. That’s great! But, what has it achieved? Who is getting affected? Are we thinking about the browser wars? Geeks like me stood [...]

Google Chrome Features

browser news | browsers | chrome | google

The much hyped Google Chrome released yesterday. Here is a video hosted on Youtube that throws more light on the browser and its technology.

1.5TB and 2TB duo drive! Solution to all multimedia data storage problems

computer hardware | gadgets | review

SimpleTech’s Duo Pro Drive will be a great asset to all those who have been struggling with DVD’s and other stuff and finding it hard to get a data storage solution… This incredibly powerful Duo Pro Drive by Fabrik having 2TB data storage capacity, fills a key need of multimedia professionals, and video pros in particular! [...]

OCR PDF; A great asset for the software industry!

download | general

Optical Character Recognition has been a great advantage in the software industry. It takes care of all the documents either hand written or machine written which were once a big problem in regards to their storage and searching. OCR is modern software that takes all the analog based text as its input and for output it [...]

A handy C-code snippet for all the programmers…

general

The following C-Code snippet illustrates how to use BARS, which are used for visual statistics… Have a quick look! #include void main() { int gd=DETECT,gm,maxx,maxy,x,y,button; initgraph(&gd,&gm,”"); line(80,150,200,150); line(80,150,80,50); settextstyle(1,HORIZ_DIR,1); outtextxy(100,153,”

USB Flash Drives or Bullets?

gadgets

You might have seen USB drives in many weird shapes, but not probably not as weird as this bullet pen drive… This bullet shaped Flash drive is far different from the usual regular boring sadistic rectangular USB drives however the disappointing part is its lack of Data Storage Capacity! With things like 32-64GB USB drives in market, [...]

More about Chrome… Google faces off Microsoft’s IE8!!

browser news | browsers | google | internet

Google chrome not only has many advanced excellent features but also enhancements over the existing features… Of course Google wasn’t gonna simply sit & watch the Microsoft Internet Explorer 8 show, so even they have jumped into the race with a browser that has features like Incognito, to compete with explorer’s InPrivate!… • Omnibox: The Omnibox is [...]