Me (Stanislav Stankov) growing up

Unlimited ESET

This post will show you how to update every 1 month your eset to get it free for another month. All this practise take from 5-10 mins per month but it will save you a couple of dollars. OK first I need to tell you that this is working for ESET NOD32 Antivirus or ESET Smart Security, also it maybe be working for other ESET products, but I tested only on those two.

So the trials ends in a few days and you see this image:

install the latest ESET NOD ANTIVIRUS 4

install the latest ESET NOD ANTIVIRUS 4

After this you need to go and create a free email. Because you need every month different email address. No more then 1 email on a unique email address. I use the service of : http://www.guerrillamail.com/ Once you enter you get a free email.

go to guerrillamail dot com

go to guerrillamail dot com

Once you have the email go to http://www.eset.com/

go to www eset dot com

go to www eset dot com

select downloads from the menu

go to www eset dot com downloads

go to www eset dot com downloads

then choose ESET Smart Security

select ESET Smart Security 4

select ESET Smart Security 4

click on download

enter email and click on download

enter email and click on download

and fill it with your email address

set the email

set the email

after clicking on submit, you will see this message:

another 30 days now

another 30 days now

so now we just need to wait to get the email from ESET with the new trial

get email for 20 seconds

get email for 20 seconds

and open it and copy paste the trial username and password into the correct fields:

copy the username and email

copy rhe username and email

and voilà you have another 30 days for free from ESET. Thank you guys!!!

And voilà you have it for another month

And voilà you have it for another month

And So You Code

Enable Telnet for Windows 7 and Vista

I found a really nice post written by Sean : Telnet for Windows Vista & Windows 7

TV meets web. Web meets TV.

my CV is now written in LaTeX

my CV

I used MiKTeX 2.8 Setup to compile it on Windows 7.
Soruce file of my CV

Note: you need to compile it in XeLatex. Also there is file that u need to add in the same dir as “cv.tex”. It is the image in CV. You can download it here:

ace

ace


but use it only for training purpose otherwise you violate the trademark rights

Used links:
Typesetting your academic CV in LaTeX

welcome page source

Several friends ask me to provide them the source for welcame page because they like it.
So I’m posting it into my blog, so that everyone that like it take.

what it is in the box

what it is in the box

All you need to change it in:

1
2
3
4
5
6
7
8
9
10
package com.stanislavstankov.data {
   
    public final class Data {
       
        public static var footer:String = "StanislavStankov.com © 2007-" + (new Date().fullYearUTC) + " All rights reserved.";
        public static var name:String = "Stanislav Stankov";
        public static var caption:String = '<pro nick="dfm" type="flash" class="guru" style="hero" />';
        public static var button_arr:Array = ["enter my portfolio", "http://portfolio.stanislavstankov.com", "enter my blog", "http://blog.stanislavstankov.com"];
    }
}

To add more then 1 or just 1 button, or no button you need to change button_arr array. In array are added in sequence button_label, button_link.
to have 3 buttons you need to

1
public static var button_arr:Array = ["btn1", "btn_url_1", "btn2", "btn_url_2", "btn3", "btn_url_3"];

new welcome page

Today I feel to replace the old welcome page when you go to index of www.stanisalvstankov.com. This is how it looked version 4

welcaome page version 4

welcaome page version 4

lets look at history for fun

v1 stanislav stankov page

v1 stanislav stankov page

v2 stanislav stankov page

v2 stanislav stankov page

v3A stanislav stankov page

v3A stanislav stankov page

v3B stanislav stankov page

v3B stanislav stankov page

v3C stanislav stankov page

v3C stanislav stankov page

v3D stanislav stankov page

v3D stanislav stankov page

Real Time Messaging Protocol presentation (BG)

Hey I write presentation presenting RTMP protocol, Bulgarian language.
presentation it is : Real Time Messaging Protocol
RTMP description : RTMP.pdf
filles with all images & doc files : docs.zip

whats in zip?

in-zip-file

in-zip-file

svn cleanup

svn cleanup — Recursively clean up the working copy.

So what does this means?

It means that all “.svn” folders in you rfolder and sub folders are removed.

When do I use it?

Hmm.. basically when you want in your working local folder to not have any “.svn”. That are bugging you and taking only more time to get all folder files.

Solution #1 : Registry file

CleanSVN.reg – register add you to your right click menus in folder “Delete SVN Folders”. Tested and works 100% on XP, Vista and 7.

Screen-shots:

delete svn folders

delete svn folders

Solution #2 : C# app

C# software app that do the job.

Screen-shots:

directory remover - start

directory remover - finish

directory remover - finish

realated topics:
How to clean .svn folders from your project
How To Recursively Delete .svn Folders
Delete All .svn Files in windows

Firebug for IE, Opera, Safari

What if you need trace in browser environment?
Need Firebug for IE, Opera, Safari?

check it here: getfirebug