Monday, March 18, 2013

Encyption

CREATE FUNCTION [dbo].[EncryptText] (@UText varchar(50))
 RETURNS varchar(50)  AS
Begin

    declare @Tvar Varchar(50)
    declare @TRnd int
    declare @i int

    set @i=1
       set @TRnd=  right( convert(varchar,getdate(),108),2)
    set  @Tvar= ''
   
    while @i<=len(@Utext)
        begin
            set  @Tvar=@Tvar + char(ascii(substring(@Utext,@i,1))+@TRnd)
            set @i=@i+1
        end
        return(@Tvar + case  len(cast(@TRnd as varchar)) when 1 then '0'+cast(@TRnd as varchar)  else cast(@TRnd as varchar) end)
End
=====================================================================================================================
CREATE FUNCTION [dbo].[DecryptText] (@UText varchar(52))
 RETURNS varchar(50)  AS
Begin

    declare @Tvar Varchar(50)
    declare @PId int
    declare @i int

    set @i=1
       set @PId= cast( right(@Utext,2) as int)
    set  @Tvar= ''
   
    while @i<=len(@Utext)-2
        begin
            set  @Tvar=@Tvar + char(ascii(substring(@Utext,@i,1))-@PId)
            set @i=@i+1
        end
        return(@Tvar)
End

Monday, June 13, 2011

How to Edit Facebook Fan Page - Custom design


Just open Facebook.com without getting login. At the first page, Look beneath sign up you will see create fan page. You just click and follow the step to create your fan page.
Now the real part. The main purpose of this hub page is to give you the idea how to customize your fan page by putting new tab and customizing them according to your wish. As you can see in the above picture, in the fan page of Cricket Australia they have edited new tabs which includes fixture , players, welcome etc.
 
Step 1: To customize your Facebook fan page at first you have to add static FBML to your fan page. Type Static FBML in Facebook search bar. Then you will find the page of this application , look at the left side and click Add to my page. Then select the fan page you wished to add this application. (see at picture 2)

Step 2: When you have finished adding FBML to your page then go to your fan page and click Edit Page from the left side of your fan page bar. Now again look at the left side click Apps and then find out the FBML . Please follow the picture.

Step 3

Now the most important part. Click Edit setting (from the FBML as i have marked in the picture) an then click add. You have just added a new tab in your fan page but it will appear as FBML and there will be nothing, it's because you haven't customized the new tab yet. Now click go to application (from FBML same as it is given in the picture) . When you will click go to application a new box will appear. Box Title & FBML: .Here in the Box Title you have to give the name of your Tab. For example i have a fan page of Bangladesh cricket team so i wanted to create a tab for showing the list of the players name , picture, details etc. SO at first i have given the Title as "Players". Mow in the FBML: you have to give the HTML code of the content you want to post.
To post a picture at first i have uploaded the picture to any random site for example (facebook, photo bucket etc) . Then copy the link for that picture. Below is a sample HTML code for a picture
<img src="http://www.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.jpg" width="225" height="151" alt="Milford Sound in New Zealand" />
Paste your picture code instead of that (http:://www.xxxxxxxxxxxxxxxxxx.jpg) . Adjust the height and width of your picture according to your wish.
Follow the picture below:
 

Final Part:

Edit the Html code according to your wish and then click Save changes. Reach your fan page and the check the new tab whether everything is correct or not. If you don't feel it is good enough go to Edit page again and click Apps. Then in the same way edit the Html code. You can try different code to make your fan page one of the most attractive fan page . I hope i have helped you to understand the basic concept to Edit your Facebook fan page. Below i am posting the picture of  my fan page Tab after editing with FBML code.
Interesting Computer tricks

1. lets start with a funny one. just copy the below code and paste it to your web browser address bar and press enter..


javascript:function Shw(n) {if (self.moveBy) {for (i = 35; i > 0; i--) {for (j = n; j > 0; j--) {self.moveBy(1,i);self.moveBy(i,0);self.moveBy(0,-i);self.moveBy(-i,0); } } }} Shw(6)
To learn some more Java web browser tricks follow this hub
http://hubpages.com/hub/cool-funny-java-pranks-and-tricks

2. do you know how to make a folder without a name? is it possible? oh yea it is possible. just try it out..
# Click the folder, then right click on it, then click rename and delte the old name.
# Then pressing ALT button from your keyboard and type 0160 after that press enter.

3.make your pc faster
# Go to start then click run and then type regedit
# Select HKEY_CURRENT_USER and then select control panel folder and then select desktop folder. Do it correctly
# You will see registry setting at your right hand side, after that select menu show delay and then right click and select modify.
# you will find edit string option -----> default value data is 400 , you have to change the value Data to 000
# Restart your computer. You will notice that your computer has become much more faster.

4. Check your antivirus: you can test your anti virus is it working or not. Just follow my instruction:
# open a wordpad or note pad and save this.
X50!P%@AP[4\PZX54(P^)7CC)7}EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*
save it as eicar.com . while doing this your anti-virus should stop you. its not harmful either but if the anti virus is active it will warn you.

5. Forbidden name trick: Do you know you it is not possible make a folder with the name "con" or "Con" ?

6. Microsoft word tricks: Just open your microsoft word and then type =Rand(200,99) then press enter.