-
What is a computer?
Very interesting question..isn’t it. Well I read few defination and most of them try to define its hardware saying its an electronic device(my Television is electronic device, is that computer?). Some also define computer as processing machine, that take inputs and do that output after processing..(my wheat grinder machine does that too, is that computer…
-
Javascript Replace Function
I just have been asked, “Does, Javacript string.replace function replace string only once?”. I said, “No”. But when I test the function I was wrong. Then did a search on internet and found that Javascript’s Replace function is not a String Replacement function as in anyother language, but it is regular experssion based Replacement function.…
-
Confusion
Caller: Hello, can I speak to Annie Wan? Operator: Yes, you can speak to me. Caller: No, I want to speak to Annie Wan! Operator: Yes I understand you want to speak to anyone. You can speak to me. Who is this? Caller: I’m Sam Wan. And I need to talk to Annie Wan! It’s…
-
Brian Desmond’s blog
It contains lots of great tool and scripts… http://briandesmond.com/blog/ This blog is bookmark site for great collections on windows and cisco.
-
Creating SQL Table from another table
Often we need to take quick backup of database with data before we can make changes in table. for this I create the image of table within same database, as it is the fastest method. It is one of the reason why one need to create image a table.. or copy one table from another.…
-
Google Logos
On a new year, I found a new logo on google, and wonder what they do with old logos…I search google for its logo and reach google logo collection since 1999… http://www.google.com/holidaylogos.html I must see for designer to see the creativity of logo designer and its really fun for public to see the good efforts…
-
ffmpeg : Video Converter for Linux and Windows
Now a days we often visit a website that display some ad video or some profile video. Most of those are created using camcoders, professional video studio. But those formats are very heavy in Size (storage) to be used on web interface. Therefore as developer you often reach a stage where you need to convert…