Archive

Archive for the ‘tools’ Category

Disposable Throwaway Email Services

February 22nd, 2010 admin 3 comments

Have you heard about Web based Disposable Email Services?
In Internet, we see many web sites need user registration and e-mail confirmation to view the contents / participate in those sites.

Disposable Throwaway Email Services

Disposable Throwaway Email Services

Read more…

Tags:

Virtual DVD using MagicDisc

February 20th, 2010 admin No comments

Many Computer based Tutors, Video Tutorials are available in the format of ISO in internet. We can get it from Torrent sites. We can’t directly open an ISO file in Windows OS. We need to burn it into a DVD / CD in order to use the ISO file. The alternative way to use ISO file is just mount it in a virtual DVD. After downloading the torrent, we can mount it using MagicDisc.

MagicDisc ISO

MagicDisc ISO

Read more…

Tags:

HTML Encoding and Decoding : OpinionatedGeek

February 17th, 2010 admin No comments

Do you want to display HTML / JavaScript source code in your blog post’s content. We can’t directly paste our HTML or JavaScript code inside the HTML Editor of blogger. We need to encode the HTML source code before pasting it. Why do we need to encode it?

HTML Encoding and Decoding : OpinionatedGeek

HTML Encoding and Decoding : OpinionatedGeek

Read more…

Tags: , ,

How to Enable Right Clicking in Protected Web Pages?

February 13th, 2010 admin 2 comments

Firefox browser development team is updating it very often. They are releasing new versions frequently. So, It is reliable browser than any other. Here I am going to describe about ‘How to Disable / Enable JavaScript in Firefox?’.

How to Enable Right Clicking in Protected Web Pages?

How to Enable Right Clicking in Protected Web Pages?

Read more…

Tags:

How to convert VB.NET to c#?

February 11th, 2010 admin 2 comments

Microsoft Visual Studio is an IDE to develop Windows, Web based applications using dot net supported languages like C#, VB.Net.

Online tool : Convert C# to VB.NET

Online tool : Convert C# to VB.NET

All the Dot Net supported languages obey the CTS rules. Integer in VB.NET is same as int in C#. We can easily convert VB.NET code into C# vice versa using Developerfusion’s online tool. Please click the link given below and paste the VB.NET code of your own there, click on Convert VB.NET to C# button. Immediately your VB.NET code will be converted into C# code within few seconds. Now this online free utility supports dot net framework 3.5 version.

Enjoy Programming…

Link : http://www.developerfusion.com/tools/convert/vb-to-csharp/

Tags: