Posts Tagged ‘Markish’

Failing to evaluate is failing…!

Tuesday, October 14th, 2008

    Last weekend, when I walked into my friend’s office campus, I saw the security personals sitting in a big queue and writing something in a booklet. I got curious. I enquired to a guy standing over there. He said, they are taking up some exams. Something inside me asked for more information from that guy. I learnt that, they are constantly taught on the latest security techniques and technologies. They have to clear these examinations to be in their job. It’s a casual chat. I walked on…

(more…)

Share This Post

Making my YouTube Downloader cooler…!

Thursday, September 25th, 2008

    Yesterday, I posted how to download videos from YouTube using the VB script. Even I downloaded some videos by putting the video links to a text file and calling the script with ‘F’ switch. But I’m a lazy guy to prepare the text file with URLs now. I thought I’ll leave this task to the script itself. I added some code to make the script bit more intelligent. It takes the keywords from you, searches the YouTube for the related videos and downloads them. Sounds cool… J

(more…)

Share This Post

Download YouTube Videos easily…

Wednesday, September 24th, 2008

    YouTube, what I need to say more on this website? Anyhow for those who are unaware of it (if any!), this website provides streaming videos to the visitors. Anyone can upload and share their videos. Many number of times when watching a video, we love it to have offline as well. We search for the ‘download video’ link in the page. Oops, you won’t find it. YouTube supports only streaming of videos.

(more…)

Share This Post

Scheduling MySQL Backup..!

Tuesday, September 23rd, 2008

    There have been instances when we need to schedule the backup process of MySQL databases regularly. So I thought of writing batch file that can be added in the Windows scheduler. I used the ‘mysqldump’ utility that comes with the MySQL distributions. It dumps the database definition along with all the data, indexes, triggers and SPs in the form of .sql file. I’ve also made the batch file to compress the output .sql file.

(more…)

Share This Post

Want to try Linux..?

Monday, September 22nd, 2008

    Many of us say “Linux is not for me.., it’s for geeks…” Have you ever tried Linux? Nope… The reason is quite simple. You don’t see as many installations as Windows in household… even in offices. I agree installing Linux and getting it up running is little tougher and complicated then the counterpart Windows. Hence most of us have kept ourselves away from Linux. We’re ready to use a Pirated version of the Windows, but not ready to try out the Linux which is freely available. It’s more secure to use, fast, reliable and absolutely free.

(more…)

Share This Post

Creating a simple Mashup..!

Thursday, August 14th, 2008

    As said in my previous post, Mashups are very powerful user-interface when handled with little common sense and creativity. In this post I’ll try to give an overview of how an Mashup (pretty simple Mashup… J ) can be created. Though this is going to be simple, the logic behind this is same for all Mashups..!

(more…)

Share This Post

What is a Mashup..?

Tuesday, August 12th, 2008

    Heard this buzz word, If yes, you can rate yourself ‘up-to-date geek’. If not, read on, still in the end of this post you can rate yourself so. Even this post is late by quite some time months since this word came into prominence. Before talking about Mashup, I’d take an analogy to explain.

(more…)

Share This Post

Gmail – the mail client..!

Friday, August 8th, 2008

          Today let me write something useful regarding Gmail. This may be simple stuff for the techie community. But I want this to be known to those find it difficult to manage between their POP3 mails and different Gmail accounts. You can get all the accounts / mails under a single login. It’s pretty simple and straight forward.

Logon to your primary Gmail account, and click the ‘Settings’ link in the top right corner.

(more…)

Share This Post

Exclusively for Blog..!

Wednesday, August 6th, 2008

         I’ve decided to move the rest of the contents from this site to a different site. I wanted to have this site exclusively for my blogging. I want to write more and will continue writing. The other site will be up soon and I’ll update you ASAP…

Share This Post

Tweaking Win32 Applications…. :)

Thursday, June 12th, 2008

    I came across a utility called ‘Resource Hacker’. It’s not that bad as it name sounds.. It’s a very powerful and very small in size (some 600 kb) utility that will allow you to access the resources associated with any win32 Executables or dlls. So what..? Most of the Win32 Application uses the resource files for the GUI part. Once we have access to them, we can play around with it even when we don’t have the source code of it.. :) I forgot to mention, the utility is a freeware, you can download it from http://www.angusj.com/resourcehacker/

(more…)

Share This Post