Archive

Archive for the ‘Tutorial’ Category

How to set up Trac and Subversion SVN on Dreamhost

Trac

Trac

While I was just digging around Dreamhost’s panel, I stumbled across a new One Click Install I had not seen before: Trac.

Trac is, according to their site,  an enhanced wiki and issue tracking system for software development projects. Nifty. The last time I had tried my hand with Trac, I think I almost lost my hands. But now, Dreamhost has made it super easy to get Trac, and Subversion (a Concurrent Version System, made super easy with TortoiseSVN) along with it.

Now, as excited as I was to get this ‘new’ thing running on my account, I realized I knew precious little about how to set it up beyond the One Click of  the famed One Click Installation process. True, Trac was now installed in my account, but what next?

A long story short, I figured someone else might walk down the same path (and get lost like I did). So I basically screenshotted the path of least resistance to setting up Trac and Subversion on Dreamhost.

Read more…

Categories: Screenshots, Tutorial Tags:

Help: I Can’t Open .EXE Files!

Actually, this is the exact query that I got:

In my system all exe files are being opened with notepad!!!

Thats more or less what I got in a conversation a few minutes ago. Now, this particular question isn’t particularly new, and it can be caused by an overzealous tinkerer or a malicious code (if you haven’t done anything, truthfully, and this happened to you, please check it out with an antivirus).

The problem, if you want to understand is that Windows is designed so that every file is expected to have an extension. That 3 letter ending tells the Windows OS with which program to open the file with. So if you have .txt file, you should open it with Notepad.exe.

Now what about a .exe file? Who opens that? The answer is simple: Itself! Hence you have to tell the OS (through the Registry Editor), to open the .exe file with itself. Hence “%1″ %* as the open with command, which indicates that the file needs to be opened with the same .exe (%1), and having the same arguments (%*) that it was assigned.

Anyway, in order to fix this, please follow the following instructions..

Read more…

Categories: Tutorial Tags:

Asp.NET Mail using Gmail SMTP Tutorial

It’s very useful to learn how to set up to send mail using Asp.NET, both GMail and Asp.NET are widely used and trusted. One advantage is flexibility: If you’re a setting up a large email system for mass mail-outs to Foxy Bingo customers and other gaming fans, or if you’re a smaller, family business who is just mailing your local clientele, this system is up to the job. Enjoy the tutorial.

So here is another, even briefer, tutorial on sending mail in Asp.NET using GMail SMTP (means using a GMail Account doh!).
Read more…

Categories: Tutorial Tags: , ,

PHP Mail using Gmail SMTP Tutorial

Alright, this was one of the queries I got a few days back. I finally got the time to pour some time on it.

So here is the tutorial for sending PHP Mail using Gmail as your SMTP engine.

Read more…

Categories: Tutorial Tags: , ,