Archive for the ‘Tutorial’ Category

Creating Alladin’s Lamp using NURBS in Alias Maya

This basic modeling tutorial will teach you how to make Aladdin’s Lamp using NURBS modeling technique. By the end of this exercise, you will be familiar with concepts such as revolving, extruding and circular fillets. Let us begin this exercise. Open Maya and create a new project by clicking on File>project>new. In Side View draw […]

Easy methods to increase your alexa Rank

If you have attempted to sell advertising on your website, you have probably heard of Alexa. Alexa is a company thatIncrease Alexa Rank – rdhacker.blogspot.com ranks websites based on traffic. They get their information primarily from the Alexa Toolbar, a free, downloadable browser add-on.Advertisers often consider Alexa rank when deciding whether to advertise on a […]

Can You Hack Your Own Site? A Look at Some Essential Security Considerations

Maybe that dastardly style sheet just won’t cascade elegantly on browser X. An incomplete comment chucks out some broken mark-up. Maybe you should have persisted those database connections after all. Hey, we all overlook things in the excitement of getting our first version running – but how many of these oversights can we happily stomach, […]

How to hack remote computer using IP Address

Literally, hacking is accessing something or somebody in internet without their permission or interest. While, speaking in summary, hacking is very easy job, it is like instead of using front door, finding the hidden door of a house and hijacking the precious things. Among all the hacking, hacking via IP address is one of the […]

Live demo of CSS and jQuery based tool tips

Here is a live demo of CSS and jQuery tool tips. HOVER YOUR MOUSE OVER HERE TO VIEW HOW TOOL TIPS WORKS Hope it worked for you. If you liked it please comment about it.

Controlling the RC car using Visual Basic 6

I am back again with my next post. This post is about controlling the RC car using the Visual Basic 6. There are also several programs that you can control RC car with but I have chosen Visual Basic because I am little bit de javu in Visual Basic. If you are directly linked to […]

Visual Basic Tutorial continued…

More About EventsThe Form has more events besides the Form_Load event.How can you find them? Click on the Drop-Down List that found in the upper left corner ofthe Code Window, where appears right now the text “Form” You will see a list of the components that found in your program.You have 1 command button with […]

Visual Basic tutorial

Learning about EventsVisual Basic is “Event Driven” language.What does it mean? Everything that happening, launch an event.You’ve moved the mouse? The “MouseMove” event has been launched.You’ve pressed a key? The “KeyPress” event has been launched. You can program the events.When the mouse moves, you can change the Form’s color (for example),and when a key is […]

Visual Basic Tutorial- Adding controls to form

Adding Controls to the FormThere are many controls you can use with your program:Buttons, Text Boxes, Pictures, Scroll Bars and more.You can see all these controls in the Toolbox.To see the Toolbox, Select from the menu View->Toolbox And you will see the Toolbox Now lets add a button to your form.Buttons in Visual Basic called […]