Using JSEclipse, JavaScript programmers now have their own Eclipse plug-in that provides many important features to aid in the development of JavaScript applications. JSEclipse gives JavaScript developers the same ease of use that Eclipse has been providing in the Java language and others for years. Learn to use this tool, while creating a colony of evolving "creatures" on your page.
Get it here...
Thursday, October 30, 2008
Application development for the OLPC laptop
The XO laptop (of the One-Laptop-Per-Child initiative) is an inexpensive laptop project intended to help educate children around the world. The XO laptop includes many innovations, such as a novel, inexpensive, and durable hardware design and the use of GNU/Linux as the underlying operating system. The XO also includes an application environment written in Python with a human interface called Sugar, accessible to everyone (including kids). Explore the Sugar APIs and learn how to develop and debug a graphical activity in Sugar using Python.
Learn it here...
Learn it here...
Meaner and Greener
There was a time when speed was the only thing computer manufacturers considered. That time has passed, and now ecologically friendly machines are becoming more popular. What is a power-loving computer geek to do? Good news: you may not have to sacrifice performance to help save the planet.
Read the article...
Read the article...
Dynamic Programming Algorithm Technique
You are reading another tutorial in the Algorithm Techniques multi-part series. As the title suggests, today we are going to briefly present the dynamic programming algorithm technique. The truth is, dynamic programming is one of the most discussed techniques in the algorithmic literature, especially since it refers to a large number of algorithms. Theoretically thousands of problems can be solved with its implementation.
Read the article...
Read the article...
Monday, October 13, 2008
An Ajax Approach to Active Client Pages
If a user were using a slow Internet connection, he would have found that it takes time for him to have his web page displayed (downloaded) at his client computer. Nowadays, only the first page of his web site will take a long time to be downloaded; the rest of the pages will come very fast. Keep reading to learn how we can accomplish this trick. It is all thanks to Active Client Pages and the magic of AJAX.
Read the full article...
Read the full article...
Inventory Bookkeeping
Billing accounting software generate various accounting reports including final report, stock reports, sales reports, and others
Learn More...
Learn More...
Remote PC Monitoring Software
Network asset database administration freeware utility generates software auditing and management reports. Download Remote operating system manager freeware online to check HTTP and SNMP host details.
Read the Article...
Read the Article...
Thursday, October 2, 2008
Rational Asset Manager
In this tutorial, you can learn how to install and configure the IBM Rational Asset Manager Eclipse client, explore the different views in the Asset Management perspective, learn various search techniques, work with existing assets, and submit a new asset.
Rational Asset Manager
Rational Asset Manager
Canon EOS Rebel XSi Camera
Those looking for a DSLR, or digital single-lens reflex camera need to look no further than the Canon EOS Rebel XSi. It is the latest Canon addition to the DSLR lineup and is one notch above the manufactured XTi model. In this review we will see what makes this camera tick.
Read the Article..
Read the Article..
Web Application Security
With the web and web sites open to everyone - including malicious hackers - the security of web applications sits at the top of the list of issues on any web developer mind. In this eight-part series, we will look at the security concerns of PHP developers, and what they can do to make their web applications more secure.
Web Application Security - Overview
Web Application Security - Overview
Web-Based Productivity Applications
Increasing productivity seems like a never-ending process. There are some applications that can help out a bit, and most of them are very inexpensive as well. You would like to purchase Microsoft Office and Microsoft Project, but they are out of your price range. You still have options. You can find online applications that are just as effective as these desktop applications. They may not be as robust, but you will find these online tools to be very productive.
Read the Article...
Read the Article...
The Python Language
A Python program is composed of a sequence of logical lines, each made up of one or more physical lines. Each physical line may end with a comment. A hash sign (#) that is not inside a string literal begins a comment. All characters after the # and up to the physical line end are part of the comment, and the Python interpreter ignores them. A line containing only whitespace, possibly with a comment, is known as a blank line, and Python totally ignores it. In an interactive interpreter session, you must enter an empty physical line (without any whitespace or comment) to terminate a multiline statement.
Read the Article...
Read the Article...
Tuesday, September 16, 2008
Disk Defragmentation Tool
Defraggler is a file and/or disk defragmentation tool. It defrags
individual files, defrags entire drives, analyzes fragmented files/drives,
checks drives for errors, provides a visual display of entire disk
(drive map), has a progress indicator, includes update checking, and more.
This is an excellent way to defragment (defrag) your files and therefore
speed up Windows considerably. Because it can work with individual
files you don't need to defrag an entire drive just to bring one errant
file under control. Possibly the best part of the program is the full
analysis of all the fragmented files on a drive, their size, and even the
number of pieces that the file is fragmented into. Like most defrag
tool, Defraggler is not happy working with Windows files because Windows
protects its own files against sabotage and it cannot differentiate
between sabotage and a legitimate function (like defragmentation).
Get it here...
individual files, defrags entire drives, analyzes fragmented files/drives,
checks drives for errors, provides a visual display of entire disk
(drive map), has a progress indicator, includes update checking, and more.
This is an excellent way to defragment (defrag) your files and therefore
speed up Windows considerably. Because it can work with individual
files you don't need to defrag an entire drive just to bring one errant
file under control. Possibly the best part of the program is the full
analysis of all the fragmented files on a drive, their size, and even the
number of pieces that the file is fragmented into. Like most defrag
tool, Defraggler is not happy working with Windows files because Windows
protects its own files against sabotage and it cannot differentiate
between sabotage and a legitimate function (like defragmentation).
Get it here...
Sunday, September 14, 2008
High-Traffic Site
You have put a lot of thought, time and energy into your Web site. Here is the problem: no one ever visits to see all that effort. Learn how to create a high-traffic site and learn how to give your existing pages a much more commanding Web presence. If you build it, visitors will come.
Read the Article....
Read the Article....
Change Eye Color in Photoshop
Eye color in Adobe Photoshop CS3 can easily be changed using the elliptical marquee tool paired with the hue/saturation command. In this video tutorial, you’ll learn how to change eye color in Photoshop CS3.
Learn How to Do it...
Learn How to Do it...
Output Buffering
Output control (or output buffering) allows you to write and execute your scripts normally but send data to the web browser at selected times. The main benefit of this system is that you can call the header(), setcookie() and session_start() functions at any place in your scripts without having to worry about the "headers already sent" error message.
Read the Article...
Read the Article...
Friday, August 29, 2008
Information Security Standards
If you deal with information security systems, either as a seller or as a purchaser, you need to be aware of information security standards. This article explains what they are, why they are important, and walks you through the best known information security standards in the field.
Read the article...
Read the article...
Saving and Retrieving Data with AJAX
In this first part of a four-part series, you'll learn how to make your ASP.NET applications featuring AJAX do some of the most important functions: save, retrieve, and change data. This article is excerpted from chapter four of Learning ASP.NET 2.0 with AJAX.
Learn it Here..
Learn it Here..
HTTP Headers
At this point, you may not know what HTTP headers are, but you use them all the time, both as an Internet user and as a web developer, even if you are not aware of it. The beginning of this article is a short introduction to HTTP headers, including what they are, and what they do. Later in the article, we cover some common uses of HTTP headers in web development.
Read the article...
Read the article...
Friday, August 22, 2008
Regular Expressions in C#
Every now and then during our software development adventures we face situations where, if we are familiar with Regular Expressions, we could save ourselves a few minutes, if not more, of precious time. RegExes offer flexibility to identify, work with, and search for particular patterns or characters in strings. In this tutorial we are going to learn how to take advantage of Regular Expressions in C#.
Read the article...
Read the article...
Tuesday, August 19, 2008
Open Source Security
It took a long time for open source software in general, and open source security software in particular, to start catching on with businesses. Attitudes in the corporate world have been changing, however. This article gives you some background on the topic and a tour of what's out there.
Find it here....
Find it here....
Sending Simple E-Mail in C#
It's been decades since carrier pigeons became digitalized and supercharged. Nowadays sending a mail has become synonymous with sending an e-mail, meaning electronic mail, and usually this delivery process takes less than a second. As a result, we're required to send e-mail nearly every day. This article takes a look at how we can accomplish this task in C#.
Read the article...
Read the article...
Saturday, August 9, 2008
MySQL with MemCached
While the execution speed of your codebase can be a factor in the overall scalability of your application, more often than not, your database will become a bottleneck first. Modern web development environments can generally serve many page loads per second, and each of these pages will often make many requests to the database for fresh information. These pages may also be rendered by an easily expandable pool of web servers. While databases, including MySQL, are adequately designed to handle a significant number of queries, eventually, the load from all these requests can become too much to handle.
Extract from here...
Extract from here...
Oracle`s Restore Point Functionality
With the release of Oracle 10gR2, Oracle introduced the concept of Restore Points, presenting to DBAs a more user-friendly approach to implementing point-in-time recovery. In this article, you will learn what Restore Points are, their many advantages, and how to use them.
Read the article...
Read the article...
Friday, August 8, 2008
Beginning Ajax
Ajax is often mistaken for a programming language, when in reality it is more of a standard or technique used to create better, more interactive web applications. It is used to create more responsive web pages by loading certain areas of a page, instead of an entire page. In this tutorial, and the ones that follow, we will learn to work with it to build dynamic web sites.
Learn AJAX...
Learn AJAX...
Printing Documents in WSH
Printing documents is a fairly common automation task. Perhaps you want to batch print a folder full of documents, or maybe you would like to automate report printing. In any case, WSH does not necessarily provide a straightforward method for doing this. Let us look at some different ways of printing documents in WSH.
Learn It...
Learn It...
Scalix: Linux Administrator`s Guide
Installing, configuring, and administering an e-mail and groupware server can be quite a tough job. Scalix is a remarkable open source server of this kind; it is based on HP OpenMail. Scalix can be used by beginners, but in terms of administration, it requires solid know-how. This book targets Linux administrators that intend to work with Scalix e-mail servers.
Read the Article...
Read the Article...
Free Error Cleaner v2.35
Free Error Cleaner is a tool that identifies missing and invalid
references in the Windows Registry. It features automatic backup every time
the program is used, optional Registry restore of deleted items, scans
13 sections for errors, built-in scheduler, and more. This is an
excellent system cleaner that scans the Windows Registry and reports problems.
If you have a registered copy it will then clean or repair these
problems -- the problem being that it requires registration (albeit free)
but the author's site does not work properly and registration failed to
work on two out of three times we tried. It took some perseverance to
get the key which then unlocked the program so that the restore and
repair section would work. Free Error Cleaner identified 455 problems with
our Registry and, after we finally were able to unlock the program, it
successfully removed all those problems. However, even this didn't go
smoothly and it took three scan/repair cycles before it reported a cl
ean Registry. Those little problems aside, Free Error Cleaner worked
really well and did a great job of identifying and (finally) repairing
our Registry.
Get it at: Error Cleaner
references in the Windows Registry. It features automatic backup every time
the program is used, optional Registry restore of deleted items, scans
13 sections for errors, built-in scheduler, and more. This is an
excellent system cleaner that scans the Windows Registry and reports problems.
If you have a registered copy it will then clean or repair these
problems -- the problem being that it requires registration (albeit free)
but the author's site does not work properly and registration failed to
work on two out of three times we tried. It took some perseverance to
get the key which then unlocked the program so that the restore and
repair section would work. Free Error Cleaner identified 455 problems with
our Registry and, after we finally were able to unlock the program, it
successfully removed all those problems. However, even this didn't go
smoothly and it took three scan/repair cycles before it reported a cl
ean Registry. Those little problems aside, Free Error Cleaner worked
really well and did a great job of identifying and (finally) repairing
our Registry.
Get it at: Error Cleaner
Thursday, August 7, 2008
Adding Images With iTextSharp
Often, text alone can communicate a message, but sometimes graphics are needed. Even when they are not, text alone can be a bit dull to read. In this article, we will take a look at incorporating graphics into a PDF document with iTextSharp.
iTextSharp
iTextSharp
SureThing Photo v1.1.312.0
SureThing Photo is a photo editor & manager. It organizes all photos &
images (date, keywords, comments & categories), can handle many
thousands of images, can automatically adjust exposure & contrast, removes red
eye, sharpens blurry images, applies special effects, creates photo
albums & contact sheets, prints, and more. This is a superb photo toolbox
that can truly manage many thousands of images while offering some
photo editing functions. It sits between a full blown photo editor and an
image viewer with some editing functions though it is the photo
management tools which make it really stand out. For example, the red eye
reduction tool works well, but it is a manual system that some people might
feel uncomfortable with compared to more automated red eye removal
tools in other free programs. When you first load this program you get all
the functions of the "Plus" version, like a screensaver creation tool
(with transitions), the ability to backup to DVD or CD, a photo Web
tool, etc. Once these are gone, you revert back to the more basic free
version. Even with some of its shortcomings, SureThing Photo is an
excellent tool, specially for managing large photo collections. We liked!
Note: we have been advised that this program is not suitable for
Windows 95. Access this 13.1MB download from:
SureThing- Photo Editor
images (date, keywords, comments & categories), can handle many
thousands of images, can automatically adjust exposure & contrast, removes red
eye, sharpens blurry images, applies special effects, creates photo
albums & contact sheets, prints, and more. This is a superb photo toolbox
that can truly manage many thousands of images while offering some
photo editing functions. It sits between a full blown photo editor and an
image viewer with some editing functions though it is the photo
management tools which make it really stand out. For example, the red eye
reduction tool works well, but it is a manual system that some people might
feel uncomfortable with compared to more automated red eye removal
tools in other free programs. When you first load this program you get all
the functions of the "Plus" version, like a screensaver creation tool
(with transitions), the ability to backup to DVD or CD, a photo Web
tool, etc. Once these are gone, you revert back to the more basic free
version. Even with some of its shortcomings, SureThing Photo is an
excellent tool, specially for managing large photo collections. We liked!
Note: we have been advised that this program is not suitable for
Windows 95. Access this 13.1MB download from:
SureThing- Photo Editor
RightMark Audio Analyzer v6.1.1
RightMark Audio Analyzer is a tool that tests the quality of analog and
digital paths of any audio devices (sound card, MP3 player, CD/DVD
player, acoustic set, etc). It features a playback generator, spectrum
plot modes (linear/log/mel), HTML reports, supports mono & stereo, and
more. Unfortunately CFS was unable to review this program. The author says
that the RightMark Audio Analyzer suite is "designed for testing
quality of analog and digital paths of any audio devices, be it a sound
card, an MP3 player, a consumer CD/DVD player or an acoustic set. The
results are obtained by playing and recording test signals passed through
the tested audio path by means of frequency analysis algorithms. A more
common mark is also provided for those unfamiliar with measured
technical parameters." Access this 6.19MB download from:
RightMark Audio Analyzer
digital paths of any audio devices (sound card, MP3 player, CD/DVD
player, acoustic set, etc). It features a playback generator, spectrum
plot modes (linear/log/mel), HTML reports, supports mono & stereo, and
more. Unfortunately CFS was unable to review this program. The author says
that the RightMark Audio Analyzer suite is "designed for testing
quality of analog and digital paths of any audio devices, be it a sound
card, an MP3 player, a consumer CD/DVD player or an acoustic set. The
results are obtained by playing and recording test signals passed through
the tested audio path by means of frequency analysis algorithms. A more
common mark is also provided for those unfamiliar with measured
technical parameters." Access this 6.19MB download from:
RightMark Audio Analyzer
SeaMonkey v1.1.10
SeaMonkey is a tabbed Web browser with advanced e-mail & newsgroup
client, IRC chat client, address book, and WYSIWYG HTML editing. It
features popup ad & offensive-image blockers, a form filler, password manager,
download & cookie managers, and more. This is an excellent all-in-one
Web tool that replaces the now defunct Mozilla Application Suite from
Mozilla.org. It not just offers an excellent Web browser (similar, but
not quite as good as Firefox) but it also offers e-mail facilities and
an excellent WYSIWYG (what you see is what you get) HTML editor for
creating your pages. The other functions are just icing on the cake.
SeaMonkey lacks the modern look 'n feel of Firefox (its sister application)
and is more reminiscent of the old Netscape Communicator suite. It even
shares the same icon as Netscape! As with Firefox, SeaMonkey enjoys the
provision of add-on tools to enhance the application but with far
fewer add-ons than are available for Firefox. The Composer (HTML editor
) allows for both WYSIWYG editing and also source code editing, though
the source code editor does not include syntax highlighting. Overall,
SeaMonkey is a superb suite that enjoys full integration with each part
of the suite. We still feel that Firefox is the better browser but, if
you want those other functions, is the best way to get a full suite of
Web tools.
Get it at SeaMonkey
client, IRC chat client, address book, and WYSIWYG HTML editing. It
features popup ad & offensive-image blockers, a form filler, password manager,
download & cookie managers, and more. This is an excellent all-in-one
Web tool that replaces the now defunct Mozilla Application Suite from
Mozilla.org. It not just offers an excellent Web browser (similar, but
not quite as good as Firefox) but it also offers e-mail facilities and
an excellent WYSIWYG (what you see is what you get) HTML editor for
creating your pages. The other functions are just icing on the cake.
SeaMonkey lacks the modern look 'n feel of Firefox (its sister application)
and is more reminiscent of the old Netscape Communicator suite. It even
shares the same icon as Netscape! As with Firefox, SeaMonkey enjoys the
provision of add-on tools to enhance the application but with far
fewer add-ons than are available for Firefox. The Composer (HTML editor
) allows for both WYSIWYG editing and also source code editing, though
the source code editor does not include syntax highlighting. Overall,
SeaMonkey is a superb suite that enjoys full integration with each part
of the suite. We still feel that Firefox is the better browser but, if
you want those other functions, is the best way to get a full suite of
Web tools.
Get it at SeaMonkey
Monday, July 28, 2008
Going Wireless
Technology moves at so rapid a pace that it is hard to keep up. These days it is all about high-speed connections, and many different companies vie for the right to provide your service. But somewhere in the midst of all this talk of broadband, DSL and high speed is yet another intriguing idea: wireless Internet. But what is this mysterious power and how can you harness it for your computer-driven devices?
Read It...
Read It...
Building Zebra Tables
Welcome to the educational series that shows how to build zebra tables with CSS and JavaScript. In this third tutorial of the series I am going to show you how to improve the signature of the JavaScript function defined in the last article. This will make it suitable for working with tables that include different sections.
Zebra Tables..
Zebra Tables..
Adding Columns With iTextSharp
The iTextSharp library makes it very easy to create a PDF document with text. The text can be styled in various ways, aligned in various ways, indented and spaced in various ways, etc. When the PDF document must be printed out, the document readability can be improved by breaking the text into columns. The iTextSharp library provides support for columns, and in this article, we are going to take a look at them.
Read the article...
Read the article...
How to Link a Domain Name to a Dynamic IP
Every so often we run into a situation where a traditional static DNS does not satisfy our needs. That is when Dynamic DNS (DDNS) enters the picture. In this article we are going to cover the basics of dynamic DNS to solve those frustrating situations when the IP of our server tends to change periodically, even though our domain name ought to redirect to the correct IP. Always.
Get through here...
Get through here...
Configuring Servers and Databases with Chrome
In this second part of a four-part article that explains how to prepare XUL Internet applications for a commercial setting, you'll learn how to configure servers and build a database.
Read the Article...
Read the Article...
Exceptions in C#
.NET exception handling is a unified approach to error handling. A developer is no longer required to write complex code in order to account for every error scenario. Instead, the code in question is wrapped with a try block, followed by a list of exceptions that the code can cause. The exception caught is a class that is filled with valuable information about the error.
Read the Full Article
Read the Full Article
Friday, June 20, 2008
DB2 9 for Linux, UNIX, and Windows
Download a free trial version of IBM® DB2® 9.5 for Linux®, UNIX®, and Windows®. DB2 9 is the result of a five-year development project that transformed traditional (static) database technology into an interactive data server that merges the high performance and ease of use of DB2 with the self-describing benefits of XML. DB2 9.5 can be deployed on Linux, UNIX, or Windows servers of any size, from one CPU to hundreds of CPUs.
DB2 Express-C 9.5
DB2 Express-C 9.5
Changing and Moving Pictures with CSS
There are a number of ways you can incorporate images into your web site. If you are adding them to make your web site more dynamic, you probably want to venture beyond images that just sit there all the time. In this article, you will learn how to make your pictures do something, with a little help from CSS, JavaScript, and HTML.
Read the Article..
Read the Article..
Saturday, June 7, 2008
Mind Reading Computers
Researchers at Carnegie Mellon University created yet another machine that sounds like it came straight out of a science fiction story: a computer that can read minds. It isn't quite as awesome or terrifying as it sounds. It only recognizes brain patterns associated with specific words, and rather than being used for nefarious purposes, scientists hope it will shed some light on how the brain stores information and even help in the treatment of learning disabilities.
The scientists trained the computer with nine volunteers, who thought about the meanings and properties of 58 specific words. The researchers took brain scans using magnetic resonance imaging while the volunteers thought about these words. The researchers believed these 58 words represented basic building blocks that the brain uses to represent meaning and that These building blocks could be used to predict patterns for any concrete noun, according to Tom Mitchell of the Machine Learning Department, the lead group involved in the project.
As a test, the researchers gave the computer two new words and images after it had been taught by the volunteers, and asked it to match them correctly. It did. The team hopes to move on to studying brain activity for phrases, but notes there are certain challenges to this kind of research. "It can be hard to focus. Somewhere in the middle of that their stomach growls. And all of sudden they think, 'I'm hungry - oops.' It's not a controllable experiment," Mitchell explains
Read on Mind Reading
The scientists trained the computer with nine volunteers, who thought about the meanings and properties of 58 specific words. The researchers took brain scans using magnetic resonance imaging while the volunteers thought about these words. The researchers believed these 58 words represented basic building blocks that the brain uses to represent meaning and that These building blocks could be used to predict patterns for any concrete noun, according to Tom Mitchell of the Machine Learning Department, the lead group involved in the project.
As a test, the researchers gave the computer two new words and images after it had been taught by the volunteers, and asked it to match them correctly. It did. The team hopes to move on to studying brain activity for phrases, but notes there are certain challenges to this kind of research. "It can be hard to focus. Somewhere in the middle of that their stomach growls. And all of sudden they think, 'I'm hungry - oops.' It's not a controllable experiment," Mitchell explains
Read on Mind Reading
OHIO Real Estate Business
Nowadays Real Estate has developed a lot and one can easily own their home with ease and happily enjoy in their own house. Due to the over growing of IT field parallely, the Real Estate Business also growing and in such case one can get Nice location with peaceful environment surrounding. For more details link to the following:
Ohio Real Estate and Homes For Sale, Realty One Real Living Cleveland
Ohio Real Estate and Homes For Sale, Realty One Real Living Cleveland
IBM Lotus Notes 8
IBM Lotus Notes 8 provides a wide range of developers the ability to provide customized, integrated user interfaces via composite applications and via custom sidebar and toolbar plug-ins. This webcast provides you with tips and techniques to use with out-of-the-box capabilities of Lotus Notes 8, and survey how you can share useful components within your own company and within a larger community.
Read the article...
Read the article...
IBM SOA Sandbox
Visit IBM developerWorks to try the IBM SOA Sandbox for process. The SOA Sandbox for process focuses on providing a trial environment with the necessary tooling and components required to gain a better understanding of business processes and how to best improve existing business processes to derive value quickly.
Read On...
Read On...
Friday, May 30, 2008
Build your Own Ultra Portable PC
VIA Technologies, a maker of Intel-compatible processors, created a reference design for ultra-portable computers based on its chips. That's not unusual. What is unusual is that the company then posted the design files for the PC under a Creative Commons license. That means that anyone with a little design skill can download the files, change the design, and start building and selling ultra portable PCs.
It's not really that easy, of course, but VIA says it will even help passionate PC designers find Asian manufacturers to turn the design files into actual products. In a market where the the $400 Linux-based Eee PC is finally starting to dig in, VIA's move could make excellent business sense.
But you're probably more interested in the reference design itself. The PC would weigh 2.2 pounds, feature an 8.9 inch screen, a web cam, up to 2 GB of RAM, an 80 GB or larger hard drive, three USB ports and built-in Wi-Fi or Bluetooth. VIA hopes that budding notebook designers will take the reference design and make it more beautiful, as cell phone designers and manufacturers have done.
Read more about this...
It's not really that easy, of course, but VIA says it will even help passionate PC designers find Asian manufacturers to turn the design files into actual products. In a market where the the $400 Linux-based Eee PC is finally starting to dig in, VIA's move could make excellent business sense.
But you're probably more interested in the reference design itself. The PC would weigh 2.2 pounds, feature an 8.9 inch screen, a web cam, up to 2 GB of RAM, an 80 GB or larger hard drive, three USB ports and built-in Wi-Fi or Bluetooth. VIA hopes that budding notebook designers will take the reference design and make it more beautiful, as cell phone designers and manufacturers have done.
Read more about this...
Audio Syncing In Pivot
How to synch audio in pivot.All you need is Pivot and Windows Movie Maker Or iMovie If you own Boot Camp or Crossover.
Read the Tutorial...
Read the Tutorial...
Improving Your DSL Connection
As life seems to keep getting faster, we want our technology to keep up. This is especially true of our Internet connections. If you are looking for a way to squeeze more speed out of your web surfing and online research, keep reading. The information in this article will not help everyone, but even if it does not help you directly, you might find it useful.
Read the Article...
Read the Article...
Create dynamic Firefox user interfaces
When you create browser-based applications that display XML data feeds, you often need to code the data-retrieval mechanism and the user interface. Mozilla Firefox provides an infrastructure that frees you from these tasks, so you can concentrate on your application's functionality. Learn how to use Asynchronous JavaScript + XML (Ajax) to download XML data from a Web server, and discover how you can use Extensible Stylesheet Language Transformations (XSLT) to transform it dynamically into Firefox user-interface elements expressed in XML User Interface Language (XUL). You can apply these techniques to any application that uses XML data sources.
Find article at Dynamic Firefox
Find article at Dynamic Firefox
Building JavaScript applications with JSEclipse
Using JSEclipse, JavaScript programmers now have their own Eclipse plug-in that provides many important features to aid in the development of JavaScript applications. JSEclipse gives JavaScript developers the same ease of use that Eclipse has been providing in the Java™ language and others for years. Learn to use this tool, while creating a colony of evolving "creatures" on your page.
Read On JSEclipse
Read On JSEclipse
Tuesday, May 27, 2008
HTTP requests in Silverlight
There has been a fair amount of feedback regarding the HttpWebRequest type in Silverlight. People have asked or commented about: The lack of support for synchronous requests; Being limited to GET/POST requests...
Read On...
Read On...
Stored Procedure Mapping
n this blog post, we’d like to walk through the EDM designer’s support for specifying insert, update, and delete stored procedures for entity types. Each of these stored procedure types has some non-obvious requirements and capabilities and we’d esp..
Read On...
Read On...
Upload File Via a WebService
Tips to Upload a File from inside of a windows application to a web server can be easily done through the following Steps... Upload a File
ListView Tips and Tricks
ListView is an enhanced version of the DataList control that provides more control over generated markup, support for paging, and full integration with the data source-based binding model.
Learn more on ListView
Learn more on ListView
Convert to PDF from .NET project
ExportToPDF is .NET library that offers the ability to convert csv files, Excel spreadsheets, Access mdb databases, text files, .NET DataTable objects to PDF on the fly. If you need PDF reports you do not have to use complex report generators anymore...
Find more at ExportToPDF
Find more at ExportToPDF
Sunday, May 18, 2008
Rational Build Forge Express eKit
Rational Build Forge Express Edition is an automation framework that packages the latest enterprise-grade technologies into a reliable, flexible and robust configuration designed and priced specifically for small to midsize businesses. The new Rational Build Forge Express eKit provides you with valuable resources - including a case study, podcast, demo, and articles - to help you increase staff productivity, compress development cycles and deliver better software, fast.
Get it at Rational Build Forge
Get it at Rational Build Forge
Tuesday, May 13, 2008
BrainDumps - Download for FREE!!!
Certification AnyTime AnyWhere.... Download all the BrainDumps for MCSE,MCSA,CCNA, etc., at BrainDumps. This Site provides upto date Exam questions for preparation and solved answers..
Friday, May 2, 2008
FTP Client
Sherrod FTP Client is an FTP client. It features multiple connections,
scheduled jobs, command line options, quick history connect, log
viewer, optional automatic PGP encryption/decryption, secure FTP connections,
and more. It has a standard twin pane display, with the local computer
in the left hand pane and the remote computer in the right hand pane.
This is not just a neat looking FTP client, but one that works quite
well within its own limitations. While it does lack some of the high end
features of the Deluxe version (which costs around $20), the basic
version is suitable for most users. Sherrod FTP Client
should serve most users adequately.
Find it at Sherrod FTP Client
scheduled jobs, command line options, quick history connect, log
viewer, optional automatic PGP encryption/decryption, secure FTP connections,
and more. It has a standard twin pane display, with the local computer
in the left hand pane and the remote computer in the right hand pane.
This is not just a neat looking FTP client, but one that works quite
well within its own limitations. While it does lack some of the high end
features of the Deluxe version (which costs around $20), the basic
version is suitable for most users. Sherrod FTP Client
should serve most users adequately.
Find it at Sherrod FTP Client
Mathematical Expressions Editor
Formulator Mathml Weaver is a mathematical expressions editor that
allows the user to create, and print, mathematical equations through simple
point-n-click techniques. It features extensive symbols (separated
into Presentation & Content types), expressions also displayed as
tree/text/XHTML, virtually unlimited undo/redo, 192-page PDF Helpfile, and
more. This is not a calculator but a tool to accurately display
mathematical equations so they can be printed or, in the case of XHTML, exported.
Create your mathematical model and then print it out, turn it into a
graphic or XML file, or share it with others as an XHTML file. The number
of symbols offered through Formulator Mathml Weaver is excellent, and
there is even a massive Helpfile if you are unsure what to do. We were
most impressed with Formulator Mathml Weaver and are happy to recommend
it.
Get at Mathml Weaver
allows the user to create, and print, mathematical equations through simple
point-n-click techniques. It features extensive symbols (separated
into Presentation & Content types), expressions also displayed as
tree/text/XHTML, virtually unlimited undo/redo, 192-page PDF Helpfile, and
more. This is not a calculator but a tool to accurately display
mathematical equations so they can be printed or, in the case of XHTML, exported.
Create your mathematical model and then print it out, turn it into a
graphic or XML file, or share it with others as an XHTML file. The number
of symbols offered through Formulator Mathml Weaver is excellent, and
there is even a massive Helpfile if you are unsure what to do. We were
most impressed with Formulator Mathml Weaver and are happy to recommend
it.
Get at Mathml Weaver
Changing the Keyboard Layout
LangOver is a program that changes the keyboard layout from English to
any language, and from any language to English. It features text
reversal (abc to cba), you can change the case between upper & lower (abc to
ABC to abc), it offers hotkey operation, and more. If you type in
English but it is not your native language (and the language set up on your
computer) you may experience trouble when you press a key and get the
wrong symbol or character being displayed. For example, you may get the
Euro symbol when you want the dollar symbol. With LangOver you can
switch between US English and the language installed by Windows so that
characters, not common to both, can be displayed. It also does neat little
tricks with text, like converting text to all uppercase, or all
lowercase, and by reversing text (we sure that there must be a good reason
why someone would want to reverse text, but we cannot think of one!).
LangOver is primarily designed for non-English users who wish to write
in English but who's keyboard layout prevents easy access to common
English characters.
FREE download at LangOver
any language, and from any language to English. It features text
reversal (abc to cba), you can change the case between upper & lower (abc to
ABC to abc), it offers hotkey operation, and more. If you type in
English but it is not your native language (and the language set up on your
computer) you may experience trouble when you press a key and get the
wrong symbol or character being displayed. For example, you may get the
Euro symbol when you want the dollar symbol. With LangOver you can
switch between US English and the language installed by Windows so that
characters, not common to both, can be displayed. It also does neat little
tricks with text, like converting text to all uppercase, or all
lowercase, and by reversing text (we sure that there must be a good reason
why someone would want to reverse text, but we cannot think of one!).
LangOver is primarily designed for non-English users who wish to write
in English but who's keyboard layout prevents easy access to common
English characters.
FREE download at LangOver
Extract Keywords from Meta Tag
Xedant Keyword Harvester is a tool that extracts keywords from meta
keyword tags, HTML tags and Website content. It can grab keyword data from
the top 10 Web pages listed in Google (also from Yahoo!, MSN, Rambler
or Yandex) or from an individual Webpage, it can get keywords from HTML
and/or from tags, extract keywords with a specified number of words
(1-word, 2-words, etc), and more. Improving a site's Google ranking is
very important if you want more hits on your site, and there is no doubt
that having good meta data, specially keyword meta data, is important.
Xedant Keyword Harvester allows you to get the keywords from the top
listed sites through Google (and some other major search engines) or by
nominating an individual page. You can specify where the keyword data
comes from (just the keyword metatag, etc) and then copy the resultant
list directly into the Windows Clipboard or directly into a text file.
Keywords are presented in a list, one under the other, but we would h
ave liked to have the option of it being presented in a comma-delimited
format. Individual keywords can be individually unchecked so that they
are not saved in the list of copied to the Clipboard. We would also
have liked to have seen results harvested from Google presented in order
of popularity (the same keywords from the various sites being presented
first) and not just alphabetically. That aside, Xedant Keyword
Harvester is a "must have" for anyone running a Website.
Get it at Keyword Harvester
keyword tags, HTML tags and Website content. It can grab keyword data from
the top 10 Web pages listed in Google (also from Yahoo!, MSN, Rambler
or Yandex) or from an individual Webpage, it can get keywords from HTML
and/or from tags, extract keywords with a specified number of words
(1-word, 2-words, etc), and more. Improving a site's Google ranking is
very important if you want more hits on your site, and there is no doubt
that having good meta data, specially keyword meta data, is important.
Xedant Keyword Harvester allows you to get the keywords from the top
listed sites through Google (and some other major search engines) or by
nominating an individual page. You can specify where the keyword data
comes from (just the keyword metatag, etc) and then copy the resultant
list directly into the Windows Clipboard or directly into a text file.
Keywords are presented in a list, one under the other, but we would h
ave liked to have the option of it being presented in a comma-delimited
format. Individual keywords can be individually unchecked so that they
are not saved in the list of copied to the Clipboard. We would also
have liked to have seen results harvested from Google presented in order
of popularity (the same keywords from the various sites being presented
first) and not just alphabetically. That aside, Xedant Keyword
Harvester is a "must have" for anyone running a Website.
Get it at Keyword Harvester
Thursday, April 24, 2008
CSS Tutorials
A collection of 21 FAQs/tutorials tips on CSS (Cascading Style Sheets) basic. Clear answers are provided with tutorial exercises on CSS syntax basics, contextual, class, and id selectors, CSS cascading order rules, grouping CSS definitions, browswer default CSS definitions.
More at CSS Tutorial
More at CSS Tutorial
Wednesday, April 23, 2008
Working with Windows Registry in C#
The Windows registry is the place where Microsoft Windows operating systems store settings and options. Get Full information at Windows Registry
Creating PDF documents in ASP.NET
This short article explains how to create PDF documents from ASP.NET web pages using the free library at Creating PDF with ASP.Net
BCS Rich Text Editor
Skinnable, Themeable .NET 2.0 Rich Text Editor for IE 5.5+. Fully integrated inline spell checker (multiple languages), free trial download.
Try at Rich Text Editor
Try at Rich Text Editor
Tuesday, March 4, 2008
10 ASP.NET Performance and Scalability Secrets
10 easy ways to make ASP.NET and AJAX websites faster, more scalable and support more traffic at 10 TIPS - ASP.NET
Handling User Accounts in Samba
Learn about username maps, account utilities, and much more on handling authentication and authorization in Samba at Handling User Accounts - Samba
Web development with Eclipse Europa
It's a good time to be a Web developer. You've never had more choices in terms of technologies. There are so many great open source Web servers, databases, programming languages, and development frameworks. No matter what combination of technologies you prefer to work with, there is an integrated development environment (IDE) that can increase your productivity: Eclipse.
Learn at: Web Dev With Eclipse Europa
Learn at: Web Dev With Eclipse Europa
TuberVideo - Multiple Format Video Player
TuberVideo is a multiple format video player that automatically detects
and uses codecs already installed on the system. It features windows &
fullscreen video modes, unicode filenames support, control of sound
volume with the mouse wheel, subtitle display, mute button, and more.
This is a handy video player that can play many of the popular video
formats. Even though we have codecs installed for other video formats, we
could only view AVI, MP3, MPG and DivX videos. We could not view our MOV
and MP4 videos, or the FLV Flash videos even though we can view them
through other programs. Possibly other formats would be playable, but we
did not have any further sample videos on hand. TuberVideo has few
controls, which means that it is easy to use though lacks the usual array
of bells 'n whistles. We liked the audio control that uses the mouse's
scroll wheel, but that was one of the few controls on offer. TuberVideo
is a great little interface for the codecs you have already install
ed on your computer. We were less impressed with the 8MB sample video
included with the program. While it is an excellent clip, it makes up
well over 95% of the total size of the download and we feel that this
should be an option, not mandatory. TuberVideo does what it does as well
as the codecs on your computer, and provides a simple, yet effective
interface.
Get it at: TuberVideo
and uses codecs already installed on the system. It features windows &
fullscreen video modes, unicode filenames support, control of sound
volume with the mouse wheel, subtitle display, mute button, and more.
This is a handy video player that can play many of the popular video
formats. Even though we have codecs installed for other video formats, we
could only view AVI, MP3, MPG and DivX videos. We could not view our MOV
and MP4 videos, or the FLV Flash videos even though we can view them
through other programs. Possibly other formats would be playable, but we
did not have any further sample videos on hand. TuberVideo has few
controls, which means that it is easy to use though lacks the usual array
of bells 'n whistles. We liked the audio control that uses the mouse's
scroll wheel, but that was one of the few controls on offer. TuberVideo
is a great little interface for the codecs you have already install
ed on your computer. We were less impressed with the 8MB sample video
included with the program. While it is an excellent clip, it makes up
well over 95% of the total size of the download and we feel that this
should be an option, not mandatory. TuberVideo does what it does as well
as the codecs on your computer, and provides a simple, yet effective
interface.
Get it at: TuberVideo
daBurner - Portable Burning Program
daBurner is a program that burns CDs & DVDs. It features a fully
portable executionable (runs from a USB drive!), it offers underrun
protection, it is extremely simple to use (no complicated burning options),
offers re-writable disk erasure, and more. This is an interesting CD/DVD
burning program. It lacks nearly all bells 'n whistles, yet still manages
to produce a usable disk. Unfortunately, it does have a number of
limitations. For a start, it only burns data disks -- there is no option
for creating an audio disk or a multimedia disk (VCD, etc). It will not
add folders or their contents -- it only works on a flat file system
where everything is in the same folder. It does not warn you that the
files you have selected will not fit on a disk -- it just tries to burn
them all and then presents an error message when it fails. Finally, it
does not finalize a disk so a completed disk cannot be shared with other
people and can only be used on the burner that created it.
Download at daBurner
portable executionable (runs from a USB drive!), it offers underrun
protection, it is extremely simple to use (no complicated burning options),
offers re-writable disk erasure, and more. This is an interesting CD/DVD
burning program. It lacks nearly all bells 'n whistles, yet still manages
to produce a usable disk. Unfortunately, it does have a number of
limitations. For a start, it only burns data disks -- there is no option
for creating an audio disk or a multimedia disk (VCD, etc). It will not
add folders or their contents -- it only works on a flat file system
where everything is in the same folder. It does not warn you that the
files you have selected will not fit on a disk -- it just tries to burn
them all and then presents an error message when it fails. Finally, it
does not finalize a disk so a completed disk cannot be shared with other
people and can only be used on the burner that created it.
Download at daBurner
Java GUI Builder - FREE Download
An exciting tool to facilitate the creation of GUI interfaces in Java.
Download free now at
Java GUI Builder
Download free now at
Java GUI Builder
Friday, February 22, 2008
Real Estate 2.2 DotNetNuke Module
Real Estate V2.2 is a feature rich and user friendly module to allow your portal users the ability to create real estate listings on your site.
Find more Details: Real Estate V2.2
Find more Details: Real Estate V2.2
MVC Design Pattern in ASP.NET
Basics of the MVC design pattern, the advantages and the disadvantages of it. Decouple the business logic layer of an application from the UI layer and much more at.....
MVC Design Pattern
MVC Design Pattern
Wednesday, February 20, 2008
Max's AJAX File Uploader
Max's AJAX file uploader is a simple and easy to use script, which allows you to upload files to your webserver without reloading the current page.
More Details: AJAX File Uploader
More Details: AJAX File Uploader
Chat Application using .NET
This is a cool chat application created in DotNet using web services having the basic functionalities.
Chat Application
Chat Application
Dynamic Forms
DynamicForms allows you to easily create custom forms for your web site. Creating new forms is easy, and you can add as many forms as you would like to your site. Check out all of the many features below.
Dynamic Forms
Dynamic Forms
Brain dumps for CCNA, MCSE
This brain dumps site provides most up to date exam preparations for IT Certifications like CCNA, CCNP, CCIE, MCSE, MCSD, MCDBA, MCP, CCSP, A+, N+, OCP.
Find More at Brain DUMPS
Find More at Brain DUMPS
Saturday, February 9, 2008
Flash - Car Animation
This lesson will teach you how to create on a simple way very attractive animation using a picture of Bmw 3 series.
Car Animation Tutorial
Car Animation Tutorial
CICS application on a PC using TXSeries for Windows
Learn the basics of the IBM Customer Information Control System (CICS). With a hands-on exercise, learn how to get your first CICS application up and running on your desktop using TXSeries V6.1 for Windows. The tutorial shows you how to download and install a free trial version of TXSeries V6.1.
CICS Tutorial
CICS Tutorial
IBM Rational Asset Manager V7.0 online!
Evaluate IBM Rational Asset Manager V7.0 online without installing or configuring it on your own system! Rational Asset Manager helps create, modify, govern, find, and reuse any type of development assets, including SOA and systems development assets. Rational Asset Manager helps you reduce software development costs and improve quality by facilitating the reuse of all types of software development-related assets. Visit developerWorks to learn more about this product and register to explore its capabilities online.
Learn More Here
Learn More Here
Friday, February 8, 2008
.Net - Performance Tips
This tech paper aimed towards developers who want to tweak their applications for optimal performance in the managed world. Sample code, explanations and design guidelines are addressed for Database, Windows Forms and ASP applications, as well as language-specific tips for Microsoft Visual Basic and Managed C++.
Click Here for more..
Click Here for more..
MBA,MCA,PMT - Entrance Exams
get information about all types of entrance exams, also about engineering, hotel management, biotech, medical, PMT's, BCA, MCA, MBA's, etc. You can also learn about the best universities and colleges."
For more Details: Entrance Exams
For more Details: Entrance Exams
Wednesday, February 6, 2008
Spring Tutorial
Spring can be used with JSPs and plain Java. Java Spring is also used by some companies as an alternative to EJBs. This tutorial will help you learn more about Java Spring.
Read more on: Spring Tutorial
Read more on: Spring Tutorial
ASP.Net - Creating Composite Controls
Won't it be nice if you can assemble existing controls of ASP.NET and render them as a part of your control?
For that read: Composite Controls
For that read: Composite Controls
Software Testing Techniques
Software Testing is not just about error-finding and their rectification but also about underlining client requirements and testing that those requirements are met by the software solution/application. It is the most important functional phase in the SDLC as it exhibits all mistakes, flaws and errors in the developed software. Without rectifying theses errors, technically termed as ‘bugs,’ software development is not considered to be complete. Hence, software testing becomes an important parameter for assuring quality of the software product.
For more Details: Software Testing Techniques
For more Details: Software Testing Techniques
Thursday, January 24, 2008
Database Search Engine
In this article an effort has been made to facilitate for developers, users, and practitioners an alternative option of developing and using a simple AJAX Enabled database search engine. The following pages provide a general understanding of the AJAX Enabled Multi Keyword database search engine, its usage, and the compatibility of its operation.
AJAX-Database Search Engine
AJAX-Database Search Engine
Upload File Via a WebService
The article shows you the steps needed to upload a file via a webservice using either an aspx webpage or a windows application using ASP.net
Go: Upload File
Go: Upload File
WinBubble - Vista Customization & Tweaking Tool
WinBubble is a Vista customization & tweaking tool. It features 3 main
categories (Customization, Security & Optimization), makes over 40
changes, is a portable application (no installation required), and more.
Unfortunately CFS was unable to review this program. The author says that
WinBubble offers to customize the context menu, customize desktop
icons, hack the Windows Experience score, enable Aurora Bootscreen guide,
launch WinSAT Aurora, customize Internet Explorer, and more.
Optimizations include speeding-up the Start menu search, clearing the multiple
monitor configuration, and more. Security tweaks include disabling "Folder
Options", the Task Manager, AutoPlay, access to Control Panel, and
more. Other security tweaks include adding Encrypt/Decrypt to Explorer's
right-click context menu, enabling/disabling UAC, disabling the RUN
command in the Start Menu & Task Manager, hiding a specific drive, hiding
all fixed drives, hiding the Shutdown button & options in the Start
Menu, and lots more.
Get it at: WinBubble32
categories (Customization, Security & Optimization), makes over 40
changes, is a portable application (no installation required), and more.
Unfortunately CFS was unable to review this program. The author says that
WinBubble offers to customize the context menu, customize desktop
icons, hack the Windows Experience score, enable Aurora Bootscreen guide,
launch WinSAT Aurora, customize Internet Explorer, and more.
Optimizations include speeding-up the Start menu search, clearing the multiple
monitor configuration, and more. Security tweaks include disabling "Folder
Options", the Task Manager, AutoPlay, access to Control Panel, and
more. Other security tweaks include adding Encrypt/Decrypt to Explorer's
right-click context menu, enabling/disabling UAC, disabling the RUN
command in the Start Menu & Task Manager, hiding a specific drive, hiding
all fixed drives, hiding the Shutdown button & options in the Start
Menu, and lots more.
Get it at: WinBubble32
YouTube to MP3 Converter
YouTube to MP3 Converter is a tool that extracts audio from YouTube
(FLV) files and saves it to MP3 format. It features 4 preset audio
qualities (High, Optimal, Standard & Economy -- from 256kbs to 96kbs & 48000Hz
to 22050Hz), it can access FLV files from a URL (eg directly from
YouTube) or from the HDD, there is an option to add MP3 ID tag, language
editor, and more. This is a superb tool for anyone who wants to extract
audio from an FLV (Flash Video) movie file. It is simple to use and
gives you ample preset quality control to ensure that the file you create
has suitable quality but is not excessively large -- our sample file in
High Quality mode created an MP3 file that was 9.52MB, in Economy
Quality it was a more modest 3.57MB. Generally, voice only can be saved at
the most economical quality without a notable loss of sound quality. As
most YouTube videos have relatively poor quality (to keep the overall
file size small), the economy mode is probably suitable for the majo
rity of FLV extractions.
Find it at: YouTube Convertor
(FLV) files and saves it to MP3 format. It features 4 preset audio
qualities (High, Optimal, Standard & Economy -- from 256kbs to 96kbs & 48000Hz
to 22050Hz), it can access FLV files from a URL (eg directly from
YouTube) or from the HDD, there is an option to add MP3 ID tag, language
editor, and more. This is a superb tool for anyone who wants to extract
audio from an FLV (Flash Video) movie file. It is simple to use and
gives you ample preset quality control to ensure that the file you create
has suitable quality but is not excessively large -- our sample file in
High Quality mode created an MP3 file that was 9.52MB, in Economy
Quality it was a more modest 3.57MB. Generally, voice only can be saved at
the most economical quality without a notable loss of sound quality. As
most YouTube videos have relatively poor quality (to keep the overall
file size small), the economy mode is probably suitable for the majo
rity of FLV extractions.
Find it at: YouTube Convertor
Monday, January 21, 2008
DVD Movie Player
Ants DVD Player is a DVD movie player. It features low CPU usage, Vista
optimization, D3D technology, multi-thread reading, digital audio
amplifier, playing area zoom, image capturing, learning mode, supports
Karaoke DVD, can display a secondary subtitle, audio amplification (200%,
300%, 400% or 500%), and more. This is a great little DVD player that is
worthy replacement for the cumbersome and memory hungry players
provided with many DVD drives. It is particularly suitable for laptop use
because of its low CPU usage and also the built-in audio amplification. We
really liked Ants DVD Player. It worked well under test and was easy
to use. The only problem we had was finding the Options dialog box to
change the default settings to English. That aside, Ants DVD Player is an
excellent DVD player.
Get it at: DVD Movie Player
optimization, D3D technology, multi-thread reading, digital audio
amplifier, playing area zoom, image capturing, learning mode, supports
Karaoke DVD, can display a secondary subtitle, audio amplification (200%,
300%, 400% or 500%), and more. This is a great little DVD player that is
worthy replacement for the cumbersome and memory hungry players
provided with many DVD drives. It is particularly suitable for laptop use
because of its low CPU usage and also the built-in audio amplification. We
really liked Ants DVD Player. It worked well under test and was easy
to use. The only problem we had was finding the Options dialog box to
change the default settings to English. That aside, Ants DVD Player is an
excellent DVD player.
Get it at: DVD Movie Player
Smart Blogger
Smart Blogger is a tool that centralizes management of diaries & blogs
anywhere on the Internet. It features text formatting, text editing,
publishing on-line, helps create a new blog account (through LiveJournal,
Blogger or WordPress), and more. This is a sensational tool for anyone
regularly publishing blogs to any service on the Internet. If you
don't already have an account with a web-blog service you use can use the
Wizard to create one from any of the three supported services.
Otherwise, you can add your address and log-in information for any blog or diary
service, and use this excellent tool to maintain it. Smart Blogger
offers text editing and formatting so you can create a blog on your
desktop and then use it to publish the blog on-online. Smart Blogger truly is
the smart way to manage your blogs. It looks good, is easy to use, and
is practical.
For more details: Smart Blogger
anywhere on the Internet. It features text formatting, text editing,
publishing on-line, helps create a new blog account (through LiveJournal,
Blogger or WordPress), and more. This is a sensational tool for anyone
regularly publishing blogs to any service on the Internet. If you
don't already have an account with a web-blog service you use can use the
Wizard to create one from any of the three supported services.
Otherwise, you can add your address and log-in information for any blog or diary
service, and use this excellent tool to maintain it. Smart Blogger
offers text editing and formatting so you can create a blog on your
desktop and then use it to publish the blog on-online. Smart Blogger truly is
the smart way to manage your blogs. It looks good, is easy to use, and
is practical.
For more details: Smart Blogger
Friday, January 18, 2008
Caching Images in ASP.NET
One of the simplest but most effective methods to improve performance in web applications is to cache images on the client.
Caching Images
Caching Images
AJAX Databound Accordian Control
This box shows how to use an AJAX Accordian control with a database
Databound Accordian Control
Databound Accordian Control
Thursday, January 17, 2008
Creating Dynamic Controls using ASP.NET 2.0
In some development situations you may not know how many controls you need ahead of time. In these cases it is easier to dynamically create web controls in a container control (such as a Panel) on your form while your application is running. To do this
have a look at Creating Dynamic Controls
have a look at Creating Dynamic Controls
Crystal Reports - Tutorial
CrystalReportsBook.com is the best resource for learning Crystal Reports. Read sample chapter excerpts from the most in-depth books available. You won't believe how much is posted here for free! You can also register for the free forum and become part of the growing online community of over 3,000 Crystal Reports fanatics. Browse from thousands of questions and answers or post your own! When you're ready to become the next Crystal Reports expert, pick up a copy of the books at Amazon.com or your local bookstore and take your reporting skills to the next level! Find it at Crystal Reports
ASP.NET Popup Control
This article describes an ASP.NET popup control. This control imitates MSN Messenger alert, but it is designed for use in a web page. Graphical appearance of this control can be completely changed by using one of predefined styles or by modifying all colors used on the control. Control supports Drag&Drop, so user can move control on the page, where he wants.
A very important feature of this control is, that it can be used on most of the current browsers. It is tested with latest version of Mozilla, Internet Explorer and Opera. The look of the control is different on browsers that doesn't support filters (filters are supported only in newer versions of MSIE). You can also use HTML in lot of control properties, so you can get popup with icon or anything you want.
More Details at PopUp Control
A very important feature of this control is, that it can be used on most of the current browsers. It is tested with latest version of Mozilla, Internet Explorer and Opera. The look of the control is different on browsers that doesn't support filters (filters are supported only in newer versions of MSIE). You can also use HTML in lot of control properties, so you can get popup with icon or anything you want.
More Details at PopUp Control
aspNetEmail - The fastest, easiest way to send email in .NET
aspNetEmail includes built-in calendaring, vCard, email templating,
emailing web pages, automatic form processing, email datagrids, and much much more.
Download an evaluation copy at aspNetEmail
emailing web pages, automatic form processing, email datagrids, and much much more.
Download an evaluation copy at aspNetEmail
Saturday, January 12, 2008
System Optimizer and Cleaner
CCleaner is a system optimizer and cleaner that removes unused &
temporary files from the computer, allowing Windows to run faster, more
efficiently, and frees hard disk space. It features control over program
uninstall entries, control over startup entries, optional Registry backup
before cleaning, automatic checking for program updates, fast scanning,
and more. This is a superb system optimizer that flushes away dead
Registry entries and optionally removes unnecessary and wasteful files.
However, its biggest feature is its speed -- CCleaner is blindingly fast.
There are options to specify which cookies to retain, and even which
custom files and folders to include or exclude from the cleanup. Simple
to use, CCleaner is one of the best system cleaners. For details:
System Optimizer and Cleaner
temporary files from the computer, allowing Windows to run faster, more
efficiently, and frees hard disk space. It features control over program
uninstall entries, control over startup entries, optional Registry backup
before cleaning, automatic checking for program updates, fast scanning,
and more. This is a superb system optimizer that flushes away dead
Registry entries and optionally removes unnecessary and wasteful files.
However, its biggest feature is its speed -- CCleaner is blindingly fast.
There are options to specify which cookies to retain, and even which
custom files and folders to include or exclude from the cleanup. Simple
to use, CCleaner is one of the best system cleaners. For details:
System Optimizer and Cleaner
Online Newspaper Reader
Online Newspaper Reader is a program that allows you to read about 500
on-line newspapers from around the world. It allows you to sort by
newspaper (alphabetically) or by country, it has an easy-to-use interface,
and more. This program offers a list of on-line newspapers and you just
click on a newspaper to have it open in your Web browser (assuming you
were on-line). As expected, many of the newspapers listed were from
regional areas and were not mainstream daily papers. However, we were
disappointed in Online Newspaper Reader for other reasons. The author had
told us that there were "500+ online newspapers" to read, and the
program's official Website says a user could read "1000+ online newspapers"
but a quick count within the program showed only about 480 newspapers
listed, and some of those no longer existed, or the entry page was
incorrect. Of the seven papers we checked, two were not available. Maybe a
check of more would have lifted the percentage of live links to dead
links, but a 28% failure rate of the ones we did check was poor.
Online Newspaper Reader offers no automated update facility to rectify
errors and/or add new sites, or even a method of searching for an individual
newspaper -- just the ability to sort, either by paper of country.
Still, it is a worthwhile list of on-line newspapers and, as such, is a
usable program. Try it for yourself. For more details:
Online NewsPaper Reader
on-line newspapers from around the world. It allows you to sort by
newspaper (alphabetically) or by country, it has an easy-to-use interface,
and more. This program offers a list of on-line newspapers and you just
click on a newspaper to have it open in your Web browser (assuming you
were on-line). As expected, many of the newspapers listed were from
regional areas and were not mainstream daily papers. However, we were
disappointed in Online Newspaper Reader for other reasons. The author had
told us that there were "500+ online newspapers" to read, and the
program's official Website says a user could read "1000+ online newspapers"
but a quick count within the program showed only about 480 newspapers
listed, and some of those no longer existed, or the entry page was
incorrect. Of the seven papers we checked, two were not available. Maybe a
check of more would have lifted the percentage of live links to dead
links, but a 28% failure rate of the ones we did check was poor.
Online Newspaper Reader offers no automated update facility to rectify
errors and/or add new sites, or even a method of searching for an individual
newspaper -- just the ability to sort, either by paper of country.
Still, it is a worthwhile list of on-line newspapers and, as such, is a
usable program. Try it for yourself. For more details:
Online NewsPaper Reader
Thursday, January 10, 2008
Malware Scanner
Prevx CSI is a malware (malicious software) scanner that scans for all
forms of malware on a computer and reports any infection. It features
fast scanning with on-line reporting, does not require any installation,
simple to use, and more. This is a scanner only. It does not clean
your computer, just reports any malicious software. As such it has limited
value, though it is worthwhile running various malware scanners to
ensure you catch all the malicious software on your computer. Prevx CSI
uses a comprehensive on-line database that is kept up-to-date so you
aren't relying on downloading new data to ensure you catch all instances of
malware. This means that it requires and active Internet connection to
work (plus permission to bypass your firewall). Once completed, you
see a report about your computer on the author's Website. We were
disappointed that Prevx CSI was simply a scanner and not a cleaner too.
However, it is a great addition to your existing malware and anti-virus p
rograms, and it may catch something that they miss. For that reason
alone, Prevx CSI is worth grabbing. Find more details at:
Malware Scanner
forms of malware on a computer and reports any infection. It features
fast scanning with on-line reporting, does not require any installation,
simple to use, and more. This is a scanner only. It does not clean
your computer, just reports any malicious software. As such it has limited
value, though it is worthwhile running various malware scanners to
ensure you catch all the malicious software on your computer. Prevx CSI
uses a comprehensive on-line database that is kept up-to-date so you
aren't relying on downloading new data to ensure you catch all instances of
malware. This means that it requires and active Internet connection to
work (plus permission to bypass your firewall). Once completed, you
see a report about your computer on the author's Website. We were
disappointed that Prevx CSI was simply a scanner and not a cleaner too.
However, it is a great addition to your existing malware and anti-virus p
rograms, and it may catch something that they miss. For that reason
alone, Prevx CSI is worth grabbing. Find more details at:
Malware Scanner
Digital Photo Resizing Tool
Picture Resize is a digital photo resizing tool. It features a
Wizard-driven photo resizer to batch resize photos, image cropping tool, an
image magnification, image rotation, includes 39 pre-set sizes (from
fullsize to icon size, including custom), an icon creator, image analysis
(image size in kB, download time, etc), choice of measurement (mm, inch,
pixel, etc), and more. This is an excellent program for all digital
camera owners and anyone who works with digital images. It gives you
tremendous control over resizing an image, and it supports BMP, GIF, JPG,
PNG, TIF & ICO file formats. We particularly liked the Quick Resize
feature which allows you to select a purpose for your image (to be e-mailed
-- 3 sizes available -- for wallpaper, etc). This resizes the image to
those preset dimensions and you just need to save the image at that
point for the new size to be implemented. It also links to your e-mail
client (Outlook Express, Thunderbird, Eudora, etc) and allows you to q
uickly e-mail a picture to your friends. Picture Resize is a handy tool
and we have no trouble recommending. Grab a copy now! at:
Picture Resizing
Wizard-driven photo resizer to batch resize photos, image cropping tool, an
image magnification, image rotation, includes 39 pre-set sizes (from
fullsize to icon size, including custom), an icon creator, image analysis
(image size in kB, download time, etc), choice of measurement (mm, inch,
pixel, etc), and more. This is an excellent program for all digital
camera owners and anyone who works with digital images. It gives you
tremendous control over resizing an image, and it supports BMP, GIF, JPG,
PNG, TIF & ICO file formats. We particularly liked the Quick Resize
feature which allows you to select a purpose for your image (to be e-mailed
-- 3 sizes available -- for wallpaper, etc). This resizes the image to
those preset dimensions and you just need to save the image at that
point for the new size to be implemented. It also links to your e-mail
client (Outlook Express, Thunderbird, Eudora, etc) and allows you to q
uickly e-mail a picture to your friends. Picture Resize is a handy tool
and we have no trouble recommending. Grab a copy now! at:
Picture Resizing
Monday, January 7, 2008
FUN Game - Pirate Cliff v1.0
Pirate Cliff is a fun shooter where you must protect your island &
treasures from evil pirates. It features many pirate bosses, 7 different
power-ups, you can purchase upgrades (cannon damage, ball speed, more
balls, & more lives), it has good graphics & sound effects, has highly
addictive gameplay, and more. This is not your normal shooter. In this
game you control a cannon perched high on a cliff on the edge of your
island and you must protect yourself from both air-borne (???) and
sea-borne pirates. The air-borne pirates float around in hot air balloons,
shooting at you, while the sea-borne pirates are attacking from tall ships.
You adjust the angle of fire with the mouse, then press the left
mouse-button to fire, and the right mouse button to defend yourself with a
shield over your cannon. Not only are these hot-air powered dirigibles
able to manoeuver with some agility, they are also gun platforms and
will attack your defenses unless you can destroy them (it usually take
a number of direct hits before they are destroyed). As the pirate
ships approach, they go under the firing range of the cannon and, to
destroy them, you must fire your cannon high in the air so that the balls
rain down on them. As you destroy the attackers, you get credits which
can then be used to purchase longer cannon life (repairs your damaged
cannon), faster cannon balls, etc. Pirate Cliff a simple game that is
surprisingly good fun to play. It has a high addictive element and you will
find yourself coming back to it time after time. We loved! Note: we
have been advised that this program is not suitable for Windows 95.
Access this 11.7MB download from:
Pirate Cliff v1.0
treasures from evil pirates. It features many pirate bosses, 7 different
power-ups, you can purchase upgrades (cannon damage, ball speed, more
balls, & more lives), it has good graphics & sound effects, has highly
addictive gameplay, and more. This is not your normal shooter. In this
game you control a cannon perched high on a cliff on the edge of your
island and you must protect yourself from both air-borne (???) and
sea-borne pirates. The air-borne pirates float around in hot air balloons,
shooting at you, while the sea-borne pirates are attacking from tall ships.
You adjust the angle of fire with the mouse, then press the left
mouse-button to fire, and the right mouse button to defend yourself with a
shield over your cannon. Not only are these hot-air powered dirigibles
able to manoeuver with some agility, they are also gun platforms and
will attack your defenses unless you can destroy them (it usually take
a number of direct hits before they are destroyed). As the pirate
ships approach, they go under the firing range of the cannon and, to
destroy them, you must fire your cannon high in the air so that the balls
rain down on them. As you destroy the attackers, you get credits which
can then be used to purchase longer cannon life (repairs your damaged
cannon), faster cannon balls, etc. Pirate Cliff a simple game that is
surprisingly good fun to play. It has a high addictive element and you will
find yourself coming back to it time after time. We loved! Note: we
have been advised that this program is not suitable for Windows 95.
Access this 11.7MB download from:
Pirate Cliff v1.0
Free Online Exam
* MCSE Certifications
* MCSD Certifications
* MCSA Certifications
* CCNA Certifications
* CCNP Certifications
* CCDA Certifications
* Solaris 9 SCNA Certifications
* SCNA Certifications
* SCSA Certifications
* DB2 Certifications
* DB Certifications
* IBM J2EE Certifications
* OCP 8i DBA Certifications
* OCP 9i DBA Certifications
* OCP Certifications
* CNE Certifications
* CNA Certifications
* CLP Certifications
* PMI Certifications
* PMP Certifications
* CAPM Certifications
* SAT Certifications
* TOEFL Certifications
* GRE Certifications
* NDA Exams
* CDS Exams
* E Tests
* MBA Exams
* CAT Exams
* GMAT Exams
* IIT-JEE Exams
* AIEEE Exams
* GATE Exams
* ASP.Net Tests
* C++ Tests
* Java Tests
* Win(95/98) Tests
* MS-Word Tests
* MS-Outlook Tests
For More Details.....Online Exams
* MCSD Certifications
* MCSA Certifications
* CCNA Certifications
* CCNP Certifications
* CCDA Certifications
* Solaris 9 SCNA Certifications
* SCNA Certifications
* SCSA Certifications
* DB2 Certifications
* DB Certifications
* IBM J2EE Certifications
* OCP 8i DBA Certifications
* OCP 9i DBA Certifications
* OCP Certifications
* CNE Certifications
* CNA Certifications
* CLP Certifications
* PMI Certifications
* PMP Certifications
* CAPM Certifications
* SAT Certifications
* TOEFL Certifications
* GRE Certifications
* NDA Exams
* CDS Exams
* E Tests
* MBA Exams
* CAT Exams
* GMAT Exams
* IIT-JEE Exams
* AIEEE Exams
* GATE Exams
* ASP.Net Tests
* C++ Tests
* Java Tests
* Win(95/98) Tests
* MS-Word Tests
* MS-Outlook Tests
For More Details.....Online Exams
Saturday, January 5, 2008
Sybase Certification
Sybase certifications test and validate your knowledge and skills using Sybase, Inc. products. They are a highly regarded provider of large business software related to the movement of data, what they call information liquidity.
How to Prepare for Sybase Certification at:
Sybase Certification
How to Prepare for Sybase Certification at:
Sybase Certification
JAVA Source Codes
GiveMeTheCode.com is largest Open Source Portal. You can browse the list of all the source codes at JAVA Source Codes
Friday, January 4, 2008
Free Online Exams on Computers
Preparing for any Computer based interviews? Just click the link
below for any help.... Here you can find Online Exams on Computer
Fundamentals, Windows 95/98, MS-Outlook, MS-Powerpoint,
MS-Word, MS-Excel and many more only at
Test World
below for any help.... Here you can find Online Exams on Computer
Fundamentals, Windows 95/98, MS-Outlook, MS-Powerpoint,
MS-Word, MS-Excel and many more only at
Test World
IT - Interview Questions & Answers
World's Largest Collection of Free Interview Questions at
IT - Interview Q & A
IT - Interview Q & A
Wednesday, January 2, 2008
RedHat - Model Online Exams for Certification
How to Prepare for RedHat Certification and You can find all Solved Questions and Answers on one site with information on RedHat Certification Exams. These model exams can be written ONLINE...
Find more information at RedHat Certification
Find more information at RedHat Certification
Oracle DBA Certification Exam
How to Prepare for Oracle Certification and You can find all Solved Questions and Answers on one site with information on Oracle Database Administrator(DBA) Exams. These model exams can be written ONLINE...
Find more information at Oracle - DBA
Find more information at Oracle - DBA