Tuesday, August 24, 2010

An example of software that will uninstall another software

We all know the troubles caused by a software that do not uninstall even from the Add/Remove window.So I was searching for options and found this one from CB Marketplace.Dont know whether it works or notBut in the website they have promised the following features :

1.Easily, securely and thoroughly get rid of all types of unwanted applications on your system.
Saves you time. Simple, ONE-CLICK system backs up programs and uninstalls them in minutes.

2.Saves you from ID THEFT. Hey, some of these programs make themselves deliberately un-installable because they want to stay on your PC and spy on you. Get rid of these programs hiding in your system.

3.Frees up hard disk space.

4.Protects your PC from broken and corrupt registry entries, improving your PC's performance and speed.

5.Cleans your PC of unwanted software components and associated drivers.

How to Create Your Own Programming Language ?

A system to achieve every programmer's dream. Learn how to create a simple programming language in a few days with this easy step-by-step guide.

Go for it.

The system will walk you through each step of language-building. Each section of the book will introduce a new concept and then apply its principles to a language that we’ll build together. All technical chapters end with a Do It Yourself section that suggest some language-extending exercises. You’ll find solutions to those at the end of this book.

Our language will be dynamic and very similar to Ruby and Python. All of the code will be in Ruby, but I’ve put lots of attention to keep the code as simple as possible so that you can understand what’s happening even if you don’t know Ruby. The focus of this book is not on how to build a production-ready language. Instead, it should serve as an introduction in building your first toy language.(from product home page.)

I was just browsing clickbank marketplace where i found this product and get amazed.That's why i'm just sharing the link with my readers so that they can decide :

1.Whether it is worth buying ?
2.Whether it is true ?
3.Whether it can really help us learn a language to create a language ?

Friday, August 06, 2010

Answer to last post's quiz

Correct answer to last post's quiz is :

1.To design a website you must follow the steps below :

a.Be clear about the hierarchy of the website.
b.Learn html to format the webpage
c.Write a Title
d.Write a description
e.Place them within the head tags
f.Place your content within body tags
g.Place all this tagged content within html tags
h.Upload the website to a webhost
i.Before that you have to purchase a domain so that your website can be accessed by others

1.True
2.False

2.Websites can be designed by html codes,WYSWYG editors or by MS Word

1.True
2.False

3.To make your website interactive you must know some script languages.

1.True
2.False

4.Database is software program that stores information and script is a language that can retrieve the information stored in a database.

1.True
2.False

Thanks,
Mrinmoy
Make your own search engine