Hassan's profileDhicrypt's Live SpaceBlogListsGuestbookMore Tools Help

Dhicrypt's Live Space

~ The coralside developers - debugging your future ~
February 20

Adobe CS4 License Manager

SFSF What is Adobe CS4 License Manager?
It is a small application which would help CS4 users to activate it more quick and easy. This application is compiled using Microsoft .Net Framework 2 libraries, and coded using c sharp language.

Does this application violate any privileges of Adobe?
No, not at all. May be the activating method does. But Addu Developers is not responsible for the Serial Numbers and DLL files integrated with the application resource. Those stuffs were downloaded from the Internet and compiled with Adobe CS4 License Manager’s Resource.

There are 3 main features of this Application
The step 1, is the initial step to follow while you are installing CS4 Applications.

The step 2, could be done before or after installation of CS4. But it is required to do before you launch any application of CS4.

Last step, is a recommended update to do after 20th January 2009, to fix an error found in CS4 Activation Process.

 Developed by: Yasir
December 02

Code Snipset: Retrieve an Image from HTML Source

Hi friends, after a long time...again today I'm back to you guys with a simple code snippet, which I have written for a website. But I just thought to share this with you guys... I know its simple but a very useful code snippet when you want to retrieve an image from any HTML content.

So lets begin,

using System.Text;

///This is the main part of this snippet.
///At first I have setup a string called bodyX which will get the input text(HTML source) and it will change its case to simple for easier use and to avoid case problems.
///int getPositionY is used to find the starting position of the first 'src=' from the HTML content. We very well know that mainly in HTML codes, src is use to mention the path of Image.
///int getPosition is used to find the starting position of the extension of image.
///now we can easily get the starting position and ending position of the first image tag in html. And by removing characters and applying a simple formula we can extract the image from the content.
///Anyways dont worry about the code snippet. juz copy paste it and have a look on the code written under the Button click event. And also it would be useful if you review the codes I;v written in getHTMLImage function.

        protected virtual String getHTMLImage(string Body) {


            String bodyX = Body.ToLower();
           
            int getPosition = -1;
            int getPositionY = -1;
            String Extension = "";


            getPositionY = bodyX.IndexOf("src=");

            //-----------------------------------------------------

            //1st phaze
            String ImagePath = bodyX.Remove(0, getPositionY + 5);

            //2nd phaze
            if (getPosition == -1)
            {
                getPosition = ImagePath.IndexOf(".jpg" + '"');
                Extension = ".jpg";
            }

            if (getPosition == -1)
            {

                getPosition = ImagePath.IndexOf(".png" + '"');
                Extension = ".png";
            }

            if (getPosition == -1)
            {

                getPosition = ImagePath.IndexOf(".jpeg" + '"');
                Extension = ".jpeg";
            }
           
            if (getPosition == -1)
            {

                getPosition = ImagePath.IndexOf(".gif" + '"');
                Extension = ".gif";
            }
          
            if (getPosition == -1)
            {

                getPosition = ImagePath.IndexOf(".bmp" + '"');
                Extension = ".bmp";
            }

            try
            {
                ImagePath = ImagePath.Remove(getPosition, ImagePath.Length - getPosition);
          
            }
            catch {
                ImagePath = "no Image in the HTML Code";
                Extension = "";
            }

            return ImagePath + Extension;
        }


        private void button1_Click(object sender, EventArgs e)
        {

            label2.Text = getHTMLImage(lblhtml.text);

        }



If youre' having any problem in coding, you can download the sample project I have written in C# (.net 2008-SP1)
I hope you'll like this code snippet and I know It can be written much more flexible without writing all those extensions. But to save time and energy I did it in such a way that I can achieve my goal easily...hehe

November 12

Windows Live Messenger 2009 Wave 3 (Built.14.0.5027.908)

http://qsapua.blu.livefilestore.com/y1pCqvz3bqCCUSgfX0heRi_DUE_iK25U7l-nk4OXqpIc5g5UxdEr74ygxyJC_UqDbJ7IEeCJbV3c6Y/wlm.jpg

Nowadays Microsoft deliver its free software's like Windows Live, .net framework  etc,  as Online-Installation software's.

Microsoft Windows Live Messenger is one of the most important software which would be important for users after a fresh installation of Windows. And at the time Microsoft didn't provide any stand-alone version of WLM which could be downloaded by users and save in their Harddisk for future use. As a result the Internet limited users or the users who are having limited Bandwidth are unhappy about it.

So I have posted the latest version of Messenger 2009 (built.14.0.5027.908) with all it's components. Now you can download it from my Skydrive freely. And Install the files one by one according to the file arrangement in the .rar file.


October 19

Adobe CS4 is out now!

Design across media with Adobe Creative Suite 4

Adobe® Creative Suite® 4 delivers tightly integrated software and services that measurably improve productivity and enable you to produce richly expressive work in print, web, interactive, video, audio, and mobile.

Now You can download all the trials of Adobe Creative Suite 4 from Adobe Website Itself!


With this article I have attached Master Collection, Design Premium, Web Premium, Production Premium, Photoshop Extended, Extra Content For Photoshop, Illustrator, In Design, In Copy, After Effects, Extra Content For After Effects, Premiere Pro, Extra Content For Premiere Pro, Dreamweaver, Fireworks, Flash Pro and Extra Content For Flash of Adobe Creative Suite 4.
Download Name

MAC | .DMG

Windows | .7zip

Windows | .exe 

How to Download???

Master Collection

Download

Download

Download

1. To download the trials, visit:
Design Premium

Download

Download

Download

www.adobe.com/downloads/
Web Premium

Download

Download

Download

2. Point cursor on the Light Room 2
Production Premium

Download

Download

Download

and click the try linkbutton.
Photoshop Extended

Download

Download

Download

3. Use this information to login
Extra Content For Photoshop

Download

 [not available]

 [not available]

Adobe ID: dhicrypt@live.com
Illustrator

Download

Download

Download

Password: password
In Design

Download

Download

Download

4. Now open the Download links from
In Copy

Download

Download

Download

the same browser that you logged in.
After Effects

Download

Download

Download

Extra Content For After Effects

Download

Download

Download

How to Activate???
Premiere Pro

Download

Download

Download

To activate CS4, you can use the
Extra Content For Premiere Pro

Download

Download

Download

keygen or the patch.
Dreamweaver

Download

Download

Download

 
Fireworks

Download

Download

Download

Download:
Flash Pro

Download

Download

Download

Keygen
Extra Content For Flash

Download

Download

Download

Patch [use only if keygen doesn't work]

Important for Windows users: Download both .7zip[xGB] and .exe[1MB] File and then launch the .exe file

If you like this article, please leave a comment!
[Only our subscribers can download the attached files]

October 09

Sidebar Gadgets: Windows Vista

One of the coolest feature in all the editions of Microsoft Windows Vista is Sidebar and It’s Gadgets. Windows Sidebar Gadgets are mini programs which require less memory to run and work.

Vista logo y1
As you use your computer to access information, perform tasks, and interact with software, you may at times feel like you're facing information overload. You have to open a web browser just to check the weather, open an application to view your calendar, and open a calculator program just to add up a few numbers. Now, with Windows Sidebar and its associated mini-applications called gadgets, the specific information you need is at your fingertips.

Windows Vista comes with an essential set of gadgets to get you started, and you can easily download more. Windows Sidebar is all about personalizing your desktop. To get more gadgets that meet your needs, visit the Windows Vista Gadget Gallery. With this articles I have posted some of the Cool Gadgets found from other websites.

MAIL and CONTACTS MUSIC AND ENTERTAINMENT SAFETY AND SECURITY TOOLS AND UTILITIES
Voice Mail iTunes Windows Firewall Alarm Clock
Gmail Quick Login Twenty Four Clock Terror Alert App Launcher 2.1.0.3
Outlook Info iTunes Accessory   Battery
Outlook Appointments Windows Media   Blister CPU 1.20
Outlook Tasks MC Radio   Blister HDD 1.20
Phone Notify     Battery Vista
       

MORE TOOLS & UTILITIES
Calendar HDD Meter 1.26 Net Monitor Remote Desktop Client 1.5
Battery Monitor Flip Book World Multi MeterD 1.17 Settle Traffic
CPU Meter (Black Glass) Hindi Radio Optus Quota 1.1.0.2 Recycle Bin
Calculator Game Monitor Net Activity StopFM
CPU Meter iClock Perfmon RUN
Digital World Clock WMP Shuffle 1.92 Prayer Times System Info
Date IP Config Ping Uptime
Drive Info WMP 0.9.4.3 Presto’s Monitor Systran Translator & Dic
Digital Clock iWeather Postage Costs Vista Calculator
Express Calc Memory Meter RDP Quicklauncher v1.1 Temperature Calc
XBOX msp Calc Vista Countdown    

Floating_Longhorn_Sidebar_by_ShamusHand
The above files can be download to only dhicrypt’s Live Space subscribers. To be a subscriber, leave a comment below!  
 
Thanks for visiting!
Please wait...
Sorry, the comment you entered is too long. Please shorten it.
You didn't enter anything. Please try again.
Sorry, we can't add your comment right now. Please try again later.
To add a comment, you need permission from your parent. Ask for permission
Your parent has turned off comments.
Sorry, we can't delete your comment right now. Please try again later.
You've exceeded the maximum number of comments that can be left in one day. Please try again in 24 hours.
Your account has had the ability to leave comments disabled because our systems indicate that you may be spamming other users. If you believe that your account has been disabled in error please contact Windows Live support.
Complete the security check below to finish leaving your comment.
The characters you type in the security check must match the characters in the picture or audio.
Hassan Yasirwrote:
Hello guys! My yaasir@live.com id has been hacked. A stupid guy hacked it. Anyway please add my new ad at hasanyasir@live.com
Thank You
Mar. 21
Nick Crosswrote:
Thanks for you help Yasir
Nov. 12
No namewrote:
umair_it07@live.com
Oct. 31
No namewrote:
plz send me kaspersky internet security 2009 keys and share your skydrive thanx
Oct. 31
Sergio Ariaswrote:
key
Oct. 28