Thursday, December 12, 2013

UML Class Diagram Notations


UML


Wednesday, June 19, 2013

Master Page and Content Page Events

    Content  page     PreInit         event.

    Master   page     Init             event.

    Content  page     Init             event.



    Content  page     Load             event.

    Master   page     Load             event.

    Content  page     PreRender         event.

    Master   page     PreRender         event.




    Master   page    Unload             event.

    Content  page     Unload             event.




**************************************************************************************************



    Master page     controls     Init         event.

    Content         controls     Init         event.




    Master page     controls     Load         event.

    Content page     controls     Load         event.



    Master page     controls     PreRender     event.

    Content page     controls     PreRender     event.

    Master page     controls     Unload         event.

    Content page     controls     Unload         event.

Monday, June 27, 2011

Javascript

var loadingHtml = "

\"Loading...\"
";

function GetAsynchronousData(url, strDivName, chkLoader) {

//Place Loading HTML
document.getElementById(strDivName).innerHTML = loadingHtml;
document.getElementById(strDivName).style.visibility = "visible";

if (chkLoader) {
if (document.getElementById(strDivName).innerHTML.indexOf('moreLoader.gif') < 0) {
return;
}
}

InitXmlHttpRequest();

var handleStateChanged = function() {
if (xmlhttp.readyState == 4) { // 4 = "loaded"
if (xmlhttp.status == 200) { // 200 = OK
try {
//alert("message from server : " + xmlhttp.responseText);
document.getElementById(strDivName).innerHTML = xmlhttp.responseText;
}
catch (e) {
}
}
else {
//alert("Problem retrieving XML data");
}
}
};

if (xmlhttp != null) {
xmlhttp.onreadystatechange = handleStateChanged;
xmlhttp.open("GET", url, true);
xmlhttp.send(null);
}
else {
//alert("Your browser does not support XMLHTTP.");
}
}



var xmlhttp;

function InitXmlHttpRequest() {

xmlhttp = null;
if (window.XMLHttpRequest) {
// code for all new browsers
xmlhttp = new XMLHttpRequest();
}
else if (window.ActiveXObject) {
// code for IE5 and IE6
xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
}
}

Tuesday, August 17, 2010

Popup

function PopupCenter(pageURL, title, w, h) {
var left = (screen.width / 2) - (w / 2);
var top = (screen.height / 2) - (h / 2);
var targetWin = window.open(pageURL, title, 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=' + w + ',height=' + h + ',top=' + top + ',left=' + left + ',modal=1');
return false;
}

Thursday, August 12, 2010

MailManager

#region Mail Manager
public class MailManager
{
#region Properties

public string SenderEmail { get; set; }
public string RecipientEmail { get; set; }
public string CcToEmail { get; set; }
public string Subject { get; set; }
public string MailBody { get; set; }
public bool IsBodyHTML { get; set; }
public bool IsCCToSelf { get; set; }

#endregion

#region Send Mail
public void sendMail()
{
try
{
MailMessage mail = new MailMessage();
//if (string.IsNullOrEmpty(recipientEmail))
//{
// recipientEmail = ConfigurationManager.AppSettings.Get("AdminEmail");
//}

mail.To.Add(RecipientEmail);
mail.Subject = Subject;
mail.IsBodyHtml = IsBodyHTML;
if (!string.IsNullOrEmpty(CcToEmail))
{
mail.CC.Add(CcToEmail);
}
mail.Body = MailBody.ToString();
if (IsCCToSelf)
{
mail.Bcc.Add(new MailAddress(SenderEmail));
}

Configuration configurationFile = WebConfigurationManager.OpenWebConfiguration(HttpContext.Current.Request.ApplicationPath);
MailSettingsSectionGroup mailSettings = configurationFile.GetSectionGroup("system.net/mailSettings") as MailSettingsSectionGroup;
if (mailSettings != null)
{
SmtpClient smtp = new SmtpClient();
int port = mailSettings.Smtp.Network.Port;
string host = mailSettings.Smtp.Network.Host;
if (string.IsNullOrEmpty(SenderEmail))
{
mail.From = new MailAddress(mailSettings.Smtp.From);
}
else
{
mail.From = new MailAddress(SenderEmail);
}
string password = mailSettings.Smtp.Network.Password;
string username = mailSettings.Smtp.Network.UserName;
smtp.Host = host;
smtp.Send(mail);
}
}
catch (Exception)
{
throw;
}
finally
{
}
}
#endregion
}
#endregion


var smtp1 = new SmtpClient
{
Host = "smtp.gmail.com",
Port = 587,
EnableSsl = true,
DeliveryMethod = SmtpDeliveryMethod.Network,
UseDefaultCredentials = false,
Credentials = new NetworkCredential("fd@gmail.com", "s")
};

Sunday, October 11, 2009

WinRAR 3.71


There are many excellent compression utilities to choose from, but this software application offers the features and flexibility that could place it at the top of its category. WinRar is very easy to use and powerful archiver and archive manager. That is why it became one of the most popular archiver in the world.
WinRAR have some advantages over others programs of its kind. It can usually compress content more effectively and it is often faster than the competitors.
The good designed interface gives you quick access to all main features of the program. I like this easy to use and understand interface with its candy-coated appearance but if you don’t, you can always choose another theme at the developer’s site.



The Wizards that are included in WinRAR will help beginners compress and unpack files, while advanced users have access to lots of features like authenticity verification, programmable self-extracting archives, command line interface and importing or exporting of file settings.
WinRAR provides full support for RAR and ZIP archive formats, and it is able to process all other popular compression formats, including ACE, CAB, GZ, JAR, ISO, BZ2, and 7-Zip.
WinRAR integrates into Windows Explorer's context menu, so you can compress and extract files even without launching the application.
WinRAR has damaged archive repair feature that allows corrupt files to be accessed in order to salvage damaged data. The support of multi-volume compression gives the ability to split of a large file.


With Unicode support for international formatting, archive locking, integrated virus scan, strong AES encryption, theme support, folder tree panel, multithread support, Windows x64 shell integration and all others features WinRAR becomes one of the best programs of its kind.
Anyone looking for solid archiving solution should try this excellent program.

Download Software

http://www.rarlabs.com/download.htm

Tuesday, September 15, 2009

QUAD Registry Cleaner

QUAD Registry Cleaner
QUAD
instantly cleans & optimizes your PC. By automatically removing partial programs, corrupt files, obsolete shortcuts that cause runtime errors, Windows Installer failures, crashes, etc. QUAD restores your PC to maximal operational efficiency. Use QUAD to regularly clean your registry and save money by avoiding the need for expensive upgrades.



Scan and retore your PC

QUAD%u2019s effectively scans your entire system registry & restores your PC to optimum efficiency. Using a high performance detection algorithm, QUAD analyses registries with the latest DED technology to spot all PC errors. QUAD%u2019s deep-scanning effectively defragments & compresses your system registry so your PC doesn%u2019t have to. View scan results and selectively clean each item or automatically repair them. QUAD also makes a backup of all repairs so you can recover any changes if required. By finding & repairing registry corruptions, QUAD renews your PC to full operational capacity.

Optimize Performance
Tired of a system slowdowns? QUAD optimizes your PC%u2019s performance from the moment you turn on your computer. By scanning all programs loaded during the startup process, QUAD immediately detects & deletes corrupt or partial applications, missing & invalid reference files, obsolete shortcuts, unused drivers & all other registry corruptions. This increases booting speed & decreases PC registry size to maximize overall operational efficiency.Boost your system performance with QUAD Registry Cleaner in 2 easy clicks!

Protect your PC
QUAD protects the integrity of your Windows registry while ensuring your privacy as you safely surf the web. Without an adequate registry cleaner, the Windows registry becomes a disorderly tangle of unused applications, drivers, shortcuts, incomplete command signals, etc. QUAD cleans up this mess to prevent freezing, non-responsive programs & harmful system crashes. QUAD also protects your online privacy. Using specialized Internet Explorer Plug-ins, QUAD expertly filters internet activity & deletes BHO items that may include explorer bars, browser extensions, download handlers, menu extensions & toolbars, etc. Download QUAD & get complete PC protection!

Benefits:
• High-performance scan
• System Optimizer(New!)
• Internet Explorer Manager
• Automatic/manual removal
• 3 Mode Back-up registry
• Startup Programs Manager
• Checks Recently Used Files
• Deletes Empty Registry Keys
• Scan Scheduler
• Checks Invalid Application Paths
• Checks Invalid Class Keys
• Checks System Service
• Organizes Windows Startup Items
• Auto Updated
• Checks Invalid ActiveX, OLE, COM
• Checks Uninstall Sections
• Checks Invalid Shared known DLL's
• Checks Invalid Startup Programs
• Checks Invalid Shortcuts
• Checks Invalid File Associations
• Add/remove Program Manager
• Memory Tweak

Size : 2.8 MB

Download Software:

http://rapidshare.com/files/
225594321/QUAD.v1.5.69_MegaDlz.com.rar

Monday, August 24, 2009

Download Latest Yahoo Messenger 9

Are you people want to get rid of the online installer of Yahoo Messenger and wan to download the installer on your own PC, then here is the one of the our latest software tricks



Here is the latest Yahoo Messenger 9 offline installer. The download available at the official site is a small file which will then download the main installer from the server and then install it on your system. But what if you want to install the messenger on your other PC or you want to share it with your friends?? or you just want to reinstall it on your PC ?? You will have to download the whole installer again. To solve this problem you can use the yahoo standalone offline installer. You can download it from the yahoo server only. Here is the download link.

DOWNLOAD YAHOO MESSENGER OFFLINE INSTALLER (14.1MB)

You may need to install the adobe flash player to make it work properly. You can download it from the adobe site. It’s free to use. Here is the download link.

ADOBE FLASH PLAYER DOWNLOAD LINK(1.8 MB)

Happy instant messaging and download software.


Wednesday, August 12, 2009

CleanMyPC Registry Cleaner

CleanMyPC Registry Cleaner 4.23



Info:
CleanMyPC Registry Cleaner scans the Windows registry and finds incorrect or obsolete information in the registry. By fixing these obsolete information in Windows registry, your system will run faster and error free. The backup/restore function of the tool let you backup your whole Windows Registry so you can use it to restore the registry to the current status in case you encounter some system failure. Besides above, the startup and BHO organizer feature let you manage your startup and IE BHO items with ease, and you can control the programs started with Windows and IE more handy with this feature.

Features:

  • Automatic Registry Scanning and Cleanup
  • Backup and Restore the full Registry
  • Registry Defrag and Registry Compact
  • Tracks Eraser feature for privacy protection
  • Startup Organizer
  • IE BHO Organizer
  • Improve system performance
  • Remove Trojan which utilize startup items and IE BHO

Download Software

http://rapidshare.com/files/266322299/CleanMyPC
.Registry.Cleaner.v4.23.Incl.Keymaker-RES-NOY.rar

Spyware Doctor

Spyware Doctor 6.1.0.447




Spyware Doctor™ provides three-way spyware protection for your PC through real-time threat blocking, advanced system scanning and immunization against known browser infections. Spyware Doctor is a multi-award winning spyware removal utility that detects, removes and protects your PC from thousands of potential spyware, adware, Trojans, keyloggers, spybots and tracking threats. Protect your privacy and computing habits from prying eyes and virtual trespassers with the help of Spyware Doctor.
Anti-virus software and firewalls do not fully protect your system against the majority of spyware and privacy threats. Because spyware is commonly bundled with software downloads, attached to e-mails, or transmitted through networks it can appear to be legitimate software, but once installed it can be nearly impossible to detect and remove without the help of a dedicated spyware removal tool like Spyware Doctor.Spyware Doctor has consistently been awarded Editors' Choice, by leading PC magazines and testing laboratories around the world, including United States, United Kingdom, Sweden, Germany and Australia. All current versions of Spyware Doctor have won Editors' Choice awards from PC Magazine in United States. In addition, after leading the market in 2005, Spyware Doctor was awarded the prestigious Best of the Year at the end of 2005.

Spyware Doctor Tools:

- Spyware & Adware Scanner Keylogger
- Guard Popup
- Blocker Phishing
- Protector Real Time
- Protection Browser
- Guard Spyware Cookie
- Guard Malware
- Immunizer

What's New in Spyware Doctor 6 :

• Latest protection from unknown threats

- Spyware Doctor now has behavior Guard, providing you with the latest pro-active behavioral-based technology against zero-day (never seen before) threats. Built on the award-winning ThreatFire technology, behavior Guard has been seamlessly incorporated into Spyware Doctor to offer you leading protection. This new technology protects you when some anti-virus products give up! Read more about behavior-based protection.

• Improved detection capabilities:

- Spyware Doctor has been enhanced to improve detection effectiveness. In particular, each individual signature created in the threat database is optimized so that it is capable of detecting multiple variations of malware threats (threat variants) while maintaining minimal system resource usage (memory footprint).

• Swift clean-up for heavily infected computers:
- Spyware Doctor is able to detect and remove threats on heavily infected computers faster and easier than ever before. Sometimes your computer is so highly infected that you may find yourself unable to install or run security software except when in the ‘safe mode’ of Windows.
- In these cases, malware consumes computer resources so resulting in lengthy scanning and removal times. is now armed with the technology to scan in safe mode faster and more effectively by forcing your computer to take a higher priority over the scan than the malware and other software attempting to run on your system.

• Improved Hacker Defense :

- Further improvements have been included to enhance our own defense against malware threats attempting to interfere with the effectiveness of Spyware Doctor . Our hacker defense system means you can rest assured that your computer system has the most comprehensive protection while ensuring that malware threats don’t impede on the functionality or effectiveness of Spyware Doctor.
- The new hacker defense utilizes a particular feature available in Windows Vista (known as ASLR) to make it difficult for hackers to exploit or gain control over Spyware Doctor .

• Other enhancements:

o Support for Windows Security Centre in Windows Vista Service Pack 1
o The real-time protection module is now referred to as Intelli Guard®
o Enhanced error reporting to assist with diagnosis of program crashes (hackers!).

OS: Windows Vista™, XP and 2000

Download Software

http://rapidshare.com/files/263788148/Spyware.Doctor.
6.1.0.447.rar

OR
http
://hotfile.com/dl/9823965/3b70331/Spyware.Doctor.
6.1.0.447.rar.html

Saturday, August 1, 2009

Ashampoo Cover Studio

Ashampoo Cover Studio 2.00

Image


Ashampoo Cover Studio was already the easiest way to label your discs and create slick case covers and booklets to go with them. Now version 2 makes a great product even better, adding LightScribe burner support, direct scan for copying CD labels and covers, a faster editor and many more powerful new features – all without making the program any more complicated to use. You don’t even need to do any designing because Ashampoo Cover Studio 2 comes with even more ready-to-use themes. You just choose a theme, enter your text and print. It couldn’t be easier. Or you can create your own great designs and save them as templates that you can reuse just like the built-in themes. If you’ve always wished you could produce discs with attractive labels then give Ashampoo Cover Studio 2 a try. If you can burn a disc you can create great labels and covers with Cover Studio. The program guides you through every step of the process and with the ready-to-use themes you just can’t go wrong.

New and improved features:
• LightScribe support. LightScribe burners label compatible disc media directly with the burner’s laser beam. You just turn the disc over in the drive and “print” your label by burning an image onto the special surface.
• Copy CDs and covers with direct scan. Import images directly into the editor from your scanner. This makes it amazingly easy to produce a quick copy of an existing disc label or cover. You can also use images directly from the Internet, from files or from the Windows clipboard.
• Create your own templates. Like themes, templates are designs for labels and covers that you just select and use for instant results. Now you can also save your own designs as templates that you can then reuse quickly and easily.
• Once-only printer calibration. You can “calibrate” your printout for your printer to align everything perfectly with your labels and other media. Ashampoo Cover Studio 2 automatically saves and reuses your calibration settings for every printer, paper format and paper orientation (portrait/landscape) you use. Just calibrate once, then forget about it.

• New editor with new features and objects. Ashampoo Cover Studio 2 comes with a new editor that’s much faster and adds many new features, including:
* New geometric shapes with colors, gradients and transparency settings (rectangles, rounded rectangles, circles, stars, trapezoids, parallelograms, triangles)
* Free rotation of text and objects: In addition to 45° increments you can now rotate text and objects freely to any position by dragging with the mouse
* Group objects in the editor and manipulate them as a group
* Auto-scroll controls: When you are dragging an object “auto-scroll” areas at the borders of the window automatically scroll the main image
* Undo function in the table editor: Makes working with track list and data tables much easier

• New themes, printers and paper formats. The new version comes with even more themes (ready-to-use designs) and the database of supported printer and paper and label formats has also been updated.
• Other new features and improvements. Artist name now included in the contents table, printing improved for high resolution printers, export projects as XML files. You can now print up to 4 labels on a single page instead of 2 (for example 4 CDs).

Basic features and functions:
• Supports all standard disc, case and booklet and label formats. You can design and print printable discs (DVD, CD, Blu-ray), jewel cases, slim cases, Blu-ray cases and booklets.
• Use modern direct-to-disc printers and LightScribe burners. Printing directly onto printable discs means no messy label alignment with special tools. If you have a LightScribe burner you can “print” your design on the disc directly with the burner’s laser or you use modern direct-to-disc printers that print color images directly onto disc media with a special printable surface.
• Import your track data from your discs. Reads the track data from your discs directly into pre-formatted tables in your design. Gets the artist and track data online in seconds.
• Point-and-click design with themes. For fast results just enter or import your title and track data, select a theme and print. That’s all there is to it and the program comes with a set of great-looking themes.
• Powerful and intuitive design tools. If you’re feeling creative you can also create your own designs from scratch. Choose and use your own backgrounds, graphics and fonts, insert geometric shapes, create curved text and add data and contents tables.


DownLoad

http://rapidshare.com/files/261772660/Ashampoo_Cover_Studio_v2.0_XWSILVERSURFER_.rar

Xilisoft Video Converter Ultimate

Xilisoft Video Converter Ultimate v5.1.21.0220

Image



Info
Xilisoft Video Converter is powerful, versatile video conversion software which converts between all popular video formats such as convert AVI to MPEG, WMV to AVI, WMV to MPEG or H.264/AVC video, convert AVI files to iPod formats, etc.
No other programs like Xilisoft Video Converter supports so comprehensive video formats including AVI, MPEG, WMV, DivX, MP4, H.264/MPEG-4 AVC, RM, MOV, XviD, 3GP, FLV, VOB (the video format used in ), DAT (the video format used in VCD, SVCD), etc. In addition, the video converter provides an easy way to convert video file to popular audio file, like MP2, MP3, WMA, WAV, RA, M4A, AAC, AC3, OGG, etc. The video converter also supports APE, CUE decoding and audio CD ripping.

Xilisoft Video Converter supports popular multimedia devices such as PSP, iPod, iPhone, Archos, mobile phone, Zune, etc. All conversions, such as AVI to MPEG, WMV to MPEG, WMV to AVI, MKV to AVI, MKV to MPEG, are very easy and fast with the best quality. Free download Xilisoft Video Converter to have a wonderful experience right now!

Wednesday, July 15, 2009

Bitdefender Antivirus 2009 12.0.14


BitDefender Antivirus 2009 provides advanced proactive protection against viruses, spyware, phishing attacks and identity theft, without slowing down your PC.




Confidently download, share and open files from friends, family, co-workers – and even total strangers!
* Improved: Scans all web, e-mail and instant messaging traffic for viruses and spyware, in real-time
* Proactively protects against new virus outbreaks using advanced heuristics

Protect your identity: shop, bank, listen, watch privately and securely
* Blocks attempted identity theft (phishing)
* Improved: Prevents personal information from leaking via e-mail, web or instant messaging

Guard your conversations with top-of-the line encryption
* Instant Messaging Encryption (NEW)

Play safe, play seamlessly!
* Improved: Reduces the system load and avoids requesting user interaction during games

Get fine-tuned performance from your computer !
* Uses few system resources
* Laptop mode prolongs battery life (NEW)
* Improved: Scans all web, e-mail and instant messaging traffic for viruses and spyware, in real-time
* Proactively protects against new virus outbreaks using advanced heuristics

Features

Family network protection (NEW)
Manage the security of your home network from a single location. BitDefender software from other computers in the network can be remotely configured, while tasks such as scans, backups tune-ups and updates can be run on-demand or scheduled to run during off-hours.

Hassle – Free Hourly Updates
Hourly updates ensure that you are protected against the latest threats without pushing a button. Lost program files are not a problem either. In the rare event of file damage due to PC problems, BitDefender automatically repairs and updates itself.

FREE 24/7 Support
Got a question? Our security experts are available to help you 24/7 via phone, email or chat at no additional cost.

System Requirement

Windows XP with Service Pack 2 (32/64 bit) or higher

* 800 MHz or higher processor
* 256 MB of RAM Memory (512 MB recommended)
* 170 MB available hard disk space (200 recommended)


Windows Vista (32/64 bit) and Windows Vista SP1

* 800 MHz or higher processor
* 512 MB of RAM Memory (1 GB recommended)
* 170 MB available hard disk space (200 recommended)


Windows Home Server

* 800 MHz or higher processor
* 512 MB of RAM Memory (1 GB recommended)
* 170 MB available hard disk space (200 recommended)

Download:

http://rapidshare.com/files/253498376/BitDefender_AntiVirus_2009_Build_12.0.10__32_Bit_.rar

TuneUP Utilities 2009 8.0.3100

PowerArchiver 2010 11.50.57



PowerArchiver is one of the most powerful archive utilites available and has been downloaded by tens of millions of users worldwide.

PowerArchiver offers you hundreds of features, yet remains small, easy to use and fast. Novice users will find a familiar interface complete with tutorial and detailed help, while more experienced users can take advantage of full

Explorer integration, multiple encryption methods and advanced compression algorithms.

Key features
· Complete built-in support (including creating archives and adding files) for ZIP, CAB, LHA (LZH), TAR, TAR.GZ, TAR.BZ2 and BH (BlakHole) files, and built-in support for reading and extracting many other file formats: RAR, ARJ, ARC, ACE, ZOO, GZ and BZIP2
· Built-in support for XXE and UUE encoded files
· Many powerful archive operations (including: renaming files in archive, spanning archives, testing archives, viewing and writing comments, installing archives, and checking archives for viruses)
· Internal viewer that supports TXT, RTF, BMP, ICO, WMF, EMF, GIF and JPG (JPEG) files
· Skinnable toolbar
· Drag and Drop from/to Windows Explorer and the Desktop
· Two ways of viewing archives (Classic - all files in the same listing; Explorer - browsing through an archive like folders in Windows Explorer)
· Creating powerful ZIP, RAR, ARJ, LHA and BH self-extracting archives
· Complete integration with Windows (extracting archives and creating archives directly from Windows Explorer using powerful "Explorer Shell Extensions")
· Viewing files in all view styles, including "as a Web page"
· Converting between file formats (for example: changing a ZIP archive to CAB archive, or LHA archive to ZIP archive)
· Tool for repairing corrupted ZIP archives
· Tool for extracting multiple archives at once
· Tool for creating backup scripts and running automated backups
· Auto Update to automatically download and install new versions of PowerArchiver
· Batch Zip function to create multiple different archives at once
· Favorite Folders to quickly locate archives
· Printing file list to printer, or exporting file list to HTML or TXT files
· Powerful help in HTML and a tutorial with pictures for beginners
· Many, many other useful and powerful features

What's New
Improvements:
· Improved RAR extraction - up to 20% faster than before, including WinRar.
· Improved speed of zip compression preparation - up to 10x faster than before on many files (both backup and main PA).
· Improved progress bars in various situations.
· Added SFX cab option to the shell extensions configuration.
· Added write directly option in backup.

Bug Fixes:
· Various zip compression/update/extraction issues reported by testers.
· Fixed issue with specific file/folder selection.
· Special characters removed from paths when extracted.
· No error when bad password in RAR file.
· filters don't work in backup if folders are selected.
· Profile boxes not aligned.
· Advanced Options in backup schedule do not work in new backup until backup is reloaded.
· After update, encrypted files inside zip were left unencrypted.
· Drag and drop - all possible compression methods shown even if not applicable.
· Queue does not work in backup.
· Can't select multiple folders in burner tools.

Size : 8.1 MB

Download:
http://rapidshare.com/files/254666639/TuneUP.Utilities.2009.8.0.3100.rar

Wednesday, September 10, 2008

Vista Optimizer 4.4.17

Vista Optimizer 4.4



Vista Optimizer is a suite of high-power utilities that tunes your PC for maximum security and performance. Removing junk files to save valuable space and to prevent crashes, it boosts system speed, virtually eliminates error messages, securely deletes sensitive data and safeguards internet privacy. With just a few clicks, it can fix registry errors and vastly improve system performance.


* Optimizes speed by compacting wasted space and gaps in the registry.
* File Shredder securely deletes unwanted files so they cant be recovered by prying eyes.
* Uninstaller helps you remove any unwanted software.
* Sys Info provides every detail about what is installed on your Computer .
* Tracks Eraser deletes navigation and appliction history to protect privacy.
* Startup Manager prevents spy apps from compromising your system.
* Program safely backs up everything so you can revert back if needed.

Download:

 http://www.megaupload.com/?d=3GS14CVV

Password:
www.thedarkwarez.com

Vista Rainbar v4.3

Vista Rainbar v 4.3


Vista Rainbar v4.3 | 6,9 MB

Vista Sidebar clone for Rainmeter, Vista Rainbar is easy for using. This sidebar, whose you can change the background between around ten choice, offers many gadgets such as clock, calendar, RSS feeds, weather... with the possibility, for most of them, to customize settings and skins... the program is easy to install. It takes very little ram therefore does not slow down your computer, and of course, it runs on Windows XP and on Vista 100%...

Category - Launchers
Version - 4.3
System - Windows XP / Vista

Download Software:
http://w17.easy-share.com/1701483594.html

Vista Recovery Disc 32bit and 64 bit

Vista Recovery Disc 32bit and 64 bit

If you're like most PC users, you probably got Windows Vista with a new PC or laptop. And if you're like 99% of the population, you get your new machines from one of the major manufacturers. Dell, Acer, HP, Toshiba, Lenovo, they all have one thing in common: they don't give you a real Windows Vista installation disc with your purchase. Instead, they bundle what they call a "recovery disc" (that's if you're lucky - otherwise you'll have a recovery partition instead) with your machine and leave it at that.
It doesn't matter that you just paid a thousand dollars for a machine that comes with a valid Windows Vista license - your computer manufacturer just don't want to spend the money (or perhaps take on the responsibility) of giving you a Windows Vista installation DVD to accompany your expensive purchase.
The problem is, with Windows Vista, the installation media serves more than one purpose. It's not just a way to get Windows installed, it's also the only way of recovering a borked installation. The Windows Vista DVD has a "recovery center" that provides you with the option of recovering your system via automated recovery (searches for problems and attempts to fix them automatically), rolling-back to a system restore point, recovering a full PC backup, or accessing a command-line recovery console for advanced recovery purposes.
Microsoft seems to have realized this problem, and have thankfully made a recovery disc for this purpose. It contains the contents of the Windows Vista DVD's "recovery center," as we've come to refer to it. It cannot be used to install or reinstall Windows Vista, and just serves as a Windows PE interface to recovering your PC.
Just burn with a program such as Nero, onto a CD or DVD, and then boot into it with your PC!

Ever since we first made available the Windows Vista Recovery Disc , we've been inundated with requests for an x86 and x64-compatible version . Flash-forward to three months later, and it's finally here!
If you don't already know what the Windows Vista Recovery Disc is and what's used for, take a quick look at the original article - good luck catching up on the half-a-thousand comments there!
What it does: The Windows Vista Recovery Disc can be used to access a system recovery menu, giving you options of using System Restore, Complete PC Backup, automated system repair, and a command-line prompt for manual advanced recovery.
What it doesn't do: You cannot use the Windows Vista Recovery Disc to re-install Windows - it only fixes (not replaces!) Windows.
Why you need it: If you bought your PC from a major retailer, you didn't get this CD with your hefty purchase.
Vista Recovery Disc 32bit

Download:
http://rapidshare.com/files/143316207/
Vista_Recovery_Disc_ByMovieLinkers.part1.rar
http://rapidshare.com/files/143317529/
Vista_Recovery_Disc_ByMovieLinkers.part2.rar

Vista Recovery Disc 64 bit
http://rapidshare.com/files/143325490/Windows_Vista_x64_Recovery_Disc_ByMovieLinkers.part1.rar
http://rapidshare.com/files/143328923/Windows_Vista_x64_Recovery_Disc_ByMovieLinkers.part2.rar

password:

movielinkers.info

Thursday, September 4, 2008

File Extensions List

Here are some file extension which we generally see

.a - library (unix)

.ad - screen saver data (AfterDark)

.adi - graphics (AutoCAD)

.adl - MCA adapter description library (QEMM)

.afi - Truevision bitmap graphics

.afm - Type 1 font metric ASCII data for font installer (ATM - many)

.all - format file for working pages (Always)

.all - general printer information (WordPerfect for Win)

.ani - animation (Presidio - many)

.anm - animation (Deluxe Paint Animator)

.ans - ANSI graphics (character animation)

.ans - ASCII text ANSI character set (NewWave Write)

.asc - ASCII text file

.avi - Audio Video Interleaved animation file (Video for Windows)

.bak - backup file

.bas - BASIC source code file

.bat - batch file (DOS)

.bbm - brush (Deluxe Paint)

.bbs - Bulletin Board System announce or text info file

.bch - batch process object file (dBASE Application Generator)

.bcp - Borland C++ makefile

.bdf - Bitmap Distribution Format font file (X11)

.bga - bitmap graphics

.bib - bibliography (ASCII)

.bib - database - not compatible with TeX format (Papyrus)

.bib - literature database (TeX/BibTeX)

.bif - Binary Image Format b&w graphics (Image Capture board)

.bin - binary file

.bio - OS2 BIOS

.bit - bitmap X11

.bm - BitMap graphics

.bmk - Help Bookmarks (Windows 3.x)

.bmp - BitMaP graphics (PC Paintbrush - many)

.bpt - bitmap fills file (CorelDRAW)

.btm - Batch To Memory batch file (4DOS)

.bup - backup file

.c - C source code file

.c - compressed unix file archive created by COMPACT

.c++ - C++ source code file

.cal - calendar file (Windows 3.x)

.cal - spreatsheet (SuperCalc)

.cbl - COBOL source code file

.cbm - compiled bitmap graphics (XLib)

.cbt - Computer Based Training (many)

.cc - C++ source code file

.ceg - bitmap graphics (Tempra Show - Edsun Continuous Edge Graphics)

.cga - CGA display font (Ventura Publisher)

.chk - recovered data (DOS CHKDSK)

.chk - temporary file (WordPerfect for Win)

.clp - clip art graphics (Quattro Pro)

.clp - clipboard file (Windows 3.x)

.cls - C++ class definition file

.cmd - batch file (OS/2)

.cmd - command (dBASE - Waffle)

.cmd - external command menu (1st Reader)

.cpp - C++ source code file

.cpp - presentation (CA-Cricket Presents)

.cpt - compressed Mac file archive created by COMPACT PRO (ext-pc.zip)

.cur - cursor image file (Windows 3.x)

.dat - data file in special format or ASCII

.dbd - debug info (Clarion Modula-2)

.dbg - symbolic debugging information (MS C/C++)

.dcf - disk image file

.dd - compressed Macintosh file archive created by DISKDOUBLER

.deb - DEBUG script (DOS Debug)

.def - defaults - definitions

.dem - demonstration

.dem - graphics (VistaPro)

.dgs - diagnostics

.dic - dictionary

.dir - directory file (VAX)

.diz - description file (Description In Zip)

.dlg - dialog resource script file (MS Windows SDK)

.dll - Dynamic Link Library (Windows 3.x - OS/2)

.dll - export/import filter (CorelDRAW)

.dmp - dump file (eg. screen or memory)

.doc - document text file

.dos - network driver (eg. pkt_dis.dos)

.dos - text file containing DOS specific info

.drv - device driver eg. for printer

.dsk - project desktop file (Borland C++ - Turbo Pascal)

.dss - screensaver file (DCC)

.ega - EGA display font (Ventura Publisher)

.emu - terminal emulation data (BITCOM)

.env - Enveloper macro (WOPR)

.env - environment file (WordPerfect for Win)

.err - error log

.err - error messages for command line compilers

.esh - Extended Shell batch file

.exc - REXX source code file (VM/CMS)

.exc - exclude file for Optimize (do not process) (QEMM)

.exe - directly executable program (DOS)

.exm - MSDOS executable, system-manager compliant (HP calculator)

.ext - extension file (Norton Commander)

.fac - FACE graphics

.faq - Frequently Asked Questions text file

.fax - fax (raster graphics) (most Fax programs)

.fdw - form (F3 Design and Mapping)

.fix - patch file

.frm - form (Visual Basic)

.ftp - configuration (FTP Software PC/TCP)

.fx - on-line guide (FastLynx)

.fxd - phonebook (FAXit)

.gbl - global definitions (VAXTPU editor)

.gfb - compressed GIF image created by GIFBLAST (gifblast.exe)

.gft - font (NeoPaint)

.gif - Graphics Interchange Format bitmap graphics (CompuShow)

.gly - glossary (MS Word)

.gph - graph (Lotus 1-2-3/G)

.gr2 - screen driver (Windows 3.x)

.grb - MS-DOS Shell Monitor file (MS-DOS 5)

.grp - group file (Windows 3.x - Papyrus)

.hlp - help information

.hof - Hall Of Fame (game scores)

.hp8 - ASCII text HP Roman8 character set (NewWave Write)

.htm - HTML document (Mosaic)

.html - Same as .htm

.htx - Hypertext file

.iax - bitmap graphics (IBM Image Access eXecutive)

.ibm - compressed file archive created by ARCHDOS (Internal IBM only)

.icn - ICON source code file

.ico - icon (Windows 3.x)

.id - disk identification file

.ifs - system file (OS/2) hpfs.ifs

.img - bitmap graphics (Ventura Publisher - GEM Paint)

.inc - include file (several programming languages)

.inf - information text file (ASCII)

.inf - install script

.ini - initialization file

.ins - (WordPerfect) wp51.ins

.ins - installation script (1st Reader)

.jas - graphics

.jbd - datafile (SigmaScan)

.jpc - graphics (Japan PIC)

.jpg - JPEG Joint Photography Experts Group format bitmap graphics

.jtf - graphics (TIFF file with JPEG compression)

.key - security file eg. Shareware Registration info

.kps - IBM KIPS bitmap graphics

.kyb - keyboard mapping (FTP Software PC/TCP)

.lbm - bitmap graphics (DeluxePaint)

.lbm - linear bitmap graphics (XLib)

.lcl - (FTP Software PC/TCP)

.ldb - (MS Access)

.lgo - startup logo code (Windows 3.x)

.lib - library file (several programming languages)

.lis - listing (VAX)

.log - log file

.lpc - printer driver (TEKO)

.m3d - 3D animation macro

.mac - bitmap graphics (Macintosh MacPaint)

.mac - macro

.mai - mail (VAX)

.mak - makefile

.mak - project file (Visual Basic)

.man - command manual

.map - color palette

.map - format data (Micrografx Picture Publisher)

.map - linker map file

.map - map (Atlas MapMaker)

.map - network map (AccView)

.mbx - mailbox data (ZERBERUS)

.mci - MCI command script (Media Control Interface)

.mcp - printer driver (Mathcad)

.mcw - text file (MacWrite II)

.mdm - modem definition (TELIX)

.meu - menu group (DOS Shell)

.mid - standard MIDI file (music synthetizers)

.mke - makefile (MS Windows SDK)

.mod - MODULA-2 source code file (Clarion Modula-2)

.mod - Windows kernel module

.mon - monitor description (ReadMail)

.mov - movie (AutoCAD AutoFlix)

.mp2 - MPEG audio file (xing)

.mpc - calender file (MS Project)

.mpg - MPEG animation

.msg - message

.msp - bitmap graphics (Microsoft Paint)

.mst - setup script (MS Windows SDK)

.mth - math file (Derive)

.mtm - MultiTracker Module music

.mtw - datafile (Minitab)

.mu - menu (Quattro Pro)

.mus - sound file (MusicTime)

.mvf - stop frame file (AutoCAD AutoFlix)

.mvi - movie command file (AutoCAD AutoFlix)

.mvw - log file (Saber LAN)

.mxt - (MS C)

.nws - info text file (latest news) (ASCII)

.nxt - sound (NeXT format)

.obj - object code (Intel Recolatable Object Module)

.ocx - OLE custom control

.off - Object File Format vector graphics

.old - backup file

.ovl - overlay file (part of program to be loaded when needed)

.ovr - overlay file (part of program to be loaded when needed)

.pac - STAD Image (graphics ?)

.pac - package (SBStudio II)

.pal - color palette

.par - permanent output file (Windows 3.x)

.pcc - cutout picture vector graphics (PC Paintbrush)

.pch - patch file

.pct - bitmap graphics (Macintosh b&w PICT1 - color PICT2)

.pcw - text file (PC Write)

.pcx - bitmap graphics (PC Paintbrush)

.pda - bitmap graphics

.pdv - printer driver (Paintbrush)

.pgm - Portable Grayscale bitMap graphics

.pgm - program (Signature)

.pgp - support file (Pretty Good Privacy RSA System)

.pgs - manual page (man4dos)

.pic - PIXAR picture file (SDSC Image Tool)

.pic - bitmap graphics (Macintosh b&w PICT1 - color PICT2)

.pic - bitmap graphics (many eg. Lotus 1-2-3 - PC Paint)

.pif - Program Information File (Windows 3.x)

.pif - vector graphics GDF format (IBM mainframe computers)

.pit - compressed Mac file archive created by PACKIT (unpackit.zoo)

.pll - pre-linked library (Clipper 5)

.pnt - Macintosh painting

.pop - messages index (PopMail)

.pop - pop-up menu object (dBASE Application Generator)

.prd - printer driver (many)

.pub - public key ring file (Pretty Good Privacy RSA System)

.qpr - print queue device driver (OS/2)

.qpx - compiled query program (FoxPro)

.qrt - QRT ray tracing graphics

.qry - query (dBASE IV)

.qt - QuickTime movie (animation)

.qwk - QWK reader message file

.qxd - document (QuarkXPress)

.qxl - element library (QuarkXPress)

.rar - winrar file (compression s/w)

.rdi - device-independent bitmap file (RIFF RDIB format)

.rdx - datafile (Reflex)

.rec - datafile (EpiInfo)

.rec - record file (Sprint)

.rec - recorded macro file (Windows 3.x)

.red - path info (Clarion Modula-2)

.ref - cross-reference

.reg - OLE Registration (Windows 3.x)

.reg - registration (Corel programs)

.rem - remarks

.rgb - SGI RGB image file (SDSC Image Tool)

.rif - RIFF bitmap graphics (Fractal Design Painter)

.rip - graphics (Remote Access)

.rix - bitmap graphics (ColorRIX VGA Paint)

.rmk - makefile (RMAKE)

.rpt - report

.rtf - Windows Help file script

.rtl - text file

.sav - backup file (saved file)

.sav - configuration

.sav - saved game situation (eg. NetHack)

.sbd - storyboard (Storyboard Editor)

.sbi - Sound Blaster Instrument file (Creative Labs)

.sbr - support file (Source Browser)

.scc - text file

.scr - DEBUG source code file (DOS Debug)

.scr - screen saver (Windows 3.x)

.scx - bitmap graphics (ColorRIX)

.sea - Self-Extracting compressed Macintosh file Archive

.sec - secret key ring file (Pretty Good Privacy RSA System)

.sec - secured animation file (Disney Animation Studio)

.set - setup options file

.sgi - graphics (IRIS - Silicon Graphics)

.sig - current program settings (Signature)

.sig - signature file (PopMail)

.sit - compressed Macintosh archive created by STUFFIT (unsit30.zip)

.smp - sample (sound file)

.smt - text file (Smart Ware II)

.snd - digitized sound file (Macintosh/ATARI/PC)

.spl - sample

.sum - Summary

.swp - swap file (DOS)

.sys - datafile (SYGRAPH - SYSTAT - SPSS/PC)

.sys - system file - device driver or hardware configuration info (DOS)

.tbl - graphics (native format) (PageMaker TableEditor)

.tbl - table of values (OS/2)

.tel - host file (Telnet)

.tga - TrueVision Targa bitmap graphics

.tmp - temporary file

.toc - Table Of Contents

.tre - directory tree file (PC-Tools)

.trm - terminal settings (Windows 3.x)

.tut - tutorial

.ub - audio file (unsigned byte)

.uhs - Universal Hint System (binary file)

.uif - long prompts for windows (WordPerfect for Win)

.unx - text file containing UNIX specific info

.upd - program update info

.usr - user database file (Procomm Plus - Turbo C++ tour)

.vbx - Visual Basic eXtension (Visual Basic)

.vga - VGA display driver

.vga - VGA display font

.vgd - VGA display driver (Generic CADD)

.vid - MS-DOS Shell Monitor file (MS-DOS 5)

.vid - bitmap graphics (YUV12C M-Motion Frame Buffer)

.vid - screen device driver (Word)

.voc - digitized samples (Creative Voice file)

.vst - Truevision Vista bitmap graphics

.vue - animation (3D Studio)

.vxd - Windows 3.x virtual device driver (QEMM)

.w31 - startup file (Windows 3.1)

.wav - Waveform audio file (RIFF WAVE format)

.wbf - MS Windows Batch File (Catch)

.wbt - batch file (WinBatch)

.web - WEB source code file

.woa - swap file (Windows 3.x)

.wrs - Windows Resource eg. printer driver (WordPerfect for Win)

.xbm - X11 Bitmap graphics

.xll - Excel Dynamic Link Library (MS Excel)

.xmi - compressed eXtended MIdi music

.xwd - X Window System window dump image graphics (SDSC Image Tool)

.xx - compressed file ASCII archive created by XXENCODE (uuexe515.exe)

.xxe - compressed file ASCII archive created by XXENCODE (uuexe515.exe)

.zip - compressed file archive created by PKZIP (pkz204g.exe)

.zoo - compressed file archive created by ZOO (zoo210.exe)

Tuesday, September 2, 2008

How to Enable Cookies

To enable cookies, follow the instructions below for the browser version you are using.

Mozilla Firefox (1.0 final release and earlier)

* Go to the "Tools" menu.
* Select "Options".
* Select the "Privacy" icon in the left panel.
* Check the box corresponding to "Allow sites to set cookies".
* Click "OK" to save changes.

Netscape 7.1/Mozilla 5.0

* Select "Preferences" from the Edit menu.
* Click on the arrow next to "Privacy & Security" in the scrolling window to expand.
* Under "Privacy & Security", select "Cookies."
* Select "Enable all cookies".
* Click "OK".

Microsoft Internet Explorer 6.0+

* Select "Internet Options" from the Tools menu.
* Click on the "Privacy" tab.
* Click the "Default" button (or manually slide the bar down to "Medium") under "Settings".
* Click "OK".

Microsoft Internet Explorer 5.x

* Select "Internet Options" from the Tools menu.
* Click on the "Security" tab.
* Click the "Custom Level" button.
* Scroll down to the "Cookies" section.
* To enable:
o Set "Allow cookies that are stored on your computer" to "Enable".
o Set "Allow per-session cookies" to "Enable".
* Click "OK".

Microsoft Internet Explorer 4.x

* Select "Internet Options" from the View menu.
* Click on the "Advanced" tab.
* Scroll down to find "Cookies" within the "Security" section.
* To enable:
o Select "Always accept cookies".
* Click "OK".

Netscape Communicator 4.x

* Select "Preferences" from the Edit menu.
* Find the "Cookies" section in the "Advanced" category.
* To enable:
o Select "Accept all cookies" (or "Enable all cookies").
* Click "OK".