Aboo S

blog

  Home  |   Contact  |   Syndication    |   Login
  28 Posts | 0 Stories | 142 Comments | 59 Trackbacks

News


Article Categories

Archives

Finanace

Wednesday, May 30, 2007 #

I was not aware of this... Can you imagine you have some important work to do and still need to go through an important PDF file? Yes, you can work in parallel and continue with your work while you listen to your PDF file.

Yes it's true. You can listen to any PDF instead of reading with Adobe Reader 8.0, 7 .0 Or 6.0, and use these short cuts.
Open any PDF File and test right now....

Friday, May 18, 2007 #

Did you know you can complete the website URL using some hot keys of your keyboard? If you are using internet since considerable time, you must be knowing it and have been opening the .COM websites in the browser by typing the website name and pressing the hot keys "CTRL + Enter". Did not get it still?

Let me give an example. To open http://www.google.com in your web browser, you need not to type all text you see but just type "google" and press "CTRL + Enter" and it opens the Google website. This helps in speeding up the web browsing in both browsers, Firefox and Internet explorer.

Now ever wondered, how to open websites with .NET and .ORG extensions in your browser????

[Hold on, don't try it in Internet explorer. Before you rush, let me tell you it is not working in Internet explorer 6.0 atleast, I did not try this in latest version of IE though]

Now this is one more reason why I love Firefox

Yes, there are some hot keys for opening .NET and .ORG websites too as quick as .COM websites in Firefox. Check them out.


Monday, December 11, 2006 #

Toshiba is all set to give the storage capacity of portable devices like MP3 players, PMP, Cell phones, etc a shot in the arm with its new MK1011GAH hard drive measures 1.8 inches but has a whopping storage capacity of 100 GB.

Check out the pics


The prestigious Washington Post has launched a very interesting advertising program specifically for all Bloggers that will bring additional site traffic to your blog plus open up a new alternate revenue stream from advertisements.

Check out the details


Saturday, July 01, 2006 #

Test Cases are the implementation of a test case design which will help the software tester to detect defects in the application or the system being tested. This should be the primary goal of any test case or set of test cases. When I write a test case, I think of both types of test cases, positive test cases and negative test cases. Positive test cases are those which execute the happy path in the application and make sure that the happy path is working fine. Negative test cases as the name suggests are destructive test cases which are documented with some out-of-box thinking to break the system.
A Test Case should be documented in a manner that is useful for the current test cycle and any future test cycles. At a bare minimum each test case should contain: Sr No, Summary or Title, Description, Steps to reproduce, Expected Results, Actual Results and Status of the test case or remarks.

Read More...


Main purpose of testing is to detect defects / bugs in the application before it is released into production; furthermore defects are only product the testing team produces that is seen by the project team. So document the defects in a way that is useful in the defect remediation process - at a bare minimum each defect should contain: Summary, Description, Priority, Severity, Impacted Area, How to reproduce the defect and Current Status of defect.

Read more...


Friday, March 17, 2006 #

I read the details here about this contest held by Microsoft India

Security Shootout - Secure Code Writing Contest by Microsoft India

 


Friday, February 24, 2006 #

Mandy is 21 years older than her son . In 6 years from now Mandy will be 5 times as old as her son.

Question: Where's Mandy's Husband right now?

There is a mathematical solution for this. Try to answer this question and put your answer in the comments.

Scratch your brains, if you are tired , check out the answer here


Tuesday, February 21, 2006 #

Image Hosted by ImageShack.us

Wednesday, February 15, 2006 #

If you want to take the normal database dump in MySQL, we know the normal mysqldump command -

mysqldump -qCeKn database-dump.sql

But here is How to take MySQL Database Dump excluding or ignoring one or more tables?


Monday, February 13, 2006 #

This Blonde joke LOL!! Ultimate one...

Thursday, January 19, 2006 #

Even if you're running backups daily with a utility like mysqldump, there's still the problem of restoring data created or changed after the last backup. However, by using a binary log, you can may be able to recover interim data.

MySQL : Restoring Data Since Last Backup

 


Wednesday, January 18, 2006 #

1- Go to Google (http://www.google.com )

2- Type in the word "Failure"

3- Instead of clicking "Google Search," click "I'm Feeling Lucky."

4- see search results.

LMAO...


Monday, January 16, 2006 #

I always loved the gmail IDs, with professional “.“ (dot) in between first name and last name. But I am the old yahoo chap and always wondering why yahoo has this “_“ than “.“. Now check this out.

Yahoo mail beta and the original Yahoo mail is now available with professional looking 'dot' addresses.

Check out this post by The Guru here to get your new alternate email ID:
Yahoo dot addresses


Thursday, January 12, 2006 #

The power of C++ brought to the web! C++ Server Pages is the most powerful web engine ever, enabling C++ programmers to build superior web applications fast and easy.

Newly added features!

  • Now supports Apache 1.3.x and Apache 2 for Windows
  • Built-in file upload mechanism
  • Support for MIME format messages


Top reasons for choosing C++ Server Pages:

  • Incredible processing power for your web applications.
  • Reuse your existing C++ code by just including it in your script.
  • Use your dynamic or static libraries by simply importing them.
  • Make direct system calls and build phenomenal web applications.
  • Use the CSP framework and write robust, pointer free scripts.
  • Supports industry leading compilers.
  • Save your system resources.
  • Works with both Microsoft IIS and Apache for Windows.

Description:

C++ Server Pages (CSP) is a Web Engine for advanced Web Application Development, that uses blended Markup Language / C++ scripts ( such as HTML/C++, XML/C++, WML/C++ etc.)

Similar to ASP and JSP, it provides a great easiness in creating web pages with dynamic content, as well as complex business applications.

However, instead of Java, Javascript or VBscript, it uses C++.

This brings some significant advantages:

  • Incredibly high processing efficiency. Benchmarks have shown a range of 80 to 250 times higher processing speed than ASP.
  • The use of pure C++ allows the use of tons of libraries that are currently available. It is important to notice that the libraries written in C++ are tens or hundreds of times more than in any other language.
  • It is widely accepted that the most skilled programmers in the IT market are the C++ ones. However, CGI, ISAPI and other frameworks where C++ applies, do not provide the web developer with facilities for efficient application development. As a result, until now, Web Development could not take advantage of the best programmers.
  • The processing efficiency of CSP allows the use of affordable systems even for complex Web Applications with heavy algorithms.
  • The ability of making direct system calls, allows the development of advanced web applications that are impossible with ASP and JSP. For example, it is possible for a CSP page to use multiple threads and do blocking tasks (credit card check, database queries etc.) simultaneously and hence faster, whereas such an accomplishment is only a dream for other technologies.

Achievements - Characteristics:

  • The CSP engine for MS IIS and Apache for Windows is based on ISAPI Extension technology and Apache module API, which provide the CSP Engine with great efficiency through IIS's or Apache's thread pooling.
  • An automatic pre-compiler has been developed that interprets the CSP blended code to pure C++. A great weight was given to the pre-compiler robustness so that it can assure error free C++ outputs.
  • The compilation of the C++ outputs, currently, is carried out by Microsoft C++ Compiler, by Borland C++ Compiler or by GNU C++ Compiler. This fact, in combination with the pre-compiler robustness, can assure the quality of the final executable modules (.dll outputs).
  • The pre-compilation and compilation take place automatically with error information, when a change on the CSP files occurs. In contrary to ISAPI and CGI applications, there is no waste of time for manual compilation of the CSP code, substantially increasing the speed of development and deployment.
  • The fact that in CSP the content of pages is produced from execution of a binary (.dll output) and not from interpretation of a script, as in ASP, is the main reason for the incredibly higher processing speed of CSP (100+ times faster than ASP).
  • The core of the engine supports configurable module pooling and sub-engine pooling. These features provide less per request overhead, smart use of system resources, and high robustness.
  • Intrinsic Objects (Response, Request, Session etc) have been developed in order to provide the basic functionality that a dynamic content Web Page needs. The design of the objects is as compatible as possible with the ASP objects, so that existing ASP developers will be familiar and existing ASP applications can be easily migrated to CSP. Also, the prototyping of these objects has a cross platform design.
  • Besides the intrinsic objects, the CSP framework provides many other highly optimized classes, such as high performance string class, thread class, thread safe object pool class, transaction classes, e-mail class, content template class and more.
  • The CSP Framework has been designed in such a way so that the developer can build applications without using pointers at all, making the code clearer and eliminating pointer related bugs.
  • The CSP engine is designed with multiple levels of Exception Handling. This is a very important feature that increases the robustness of the CSP engine and the Web Server, since unhandled exceptions may cause the web server to malfunction.
  • The CSP engine can run under COM+ or MTS. This provides the ability of working in a transactional environment, increasing the ability of creating large scale and robust business applications. Also, a couple of easy to use classes help the developer in using transactional objects or designing transactional classes by just inheriting.
  • Regarding the rules of the code blending, the syntax of the HTML/C++ code, is identical to the ASP's HTML/JScript or HTML/VBScript scripting.
  • An important limitation of the syntax above is eliminated, by the introduction of a "global scope section". Within this section, the developer, can include files, define additional functions, classes, and global variables, or insert compiler and linker directives as well, using pure C++ code (and not any other weird and unfamiliar syntax). Additionally, since the .dll modules are pooled, "start-up" and "clean-up" sections are introduced so that specific tasks can be performed when a module is loaded and unloaded.
  • CSP gives you the ability of separating HTML from C++ code, by using content template files and a special Template classe. This feature provides a) the ability of maintaining very long scripts, which could be very confusing when HTML, client side javascript and server side C++ is blended, and b) the ability of creating automated content by other tools (for example visual development tools).
  • The CSP Engine comes with a Management Console which provides easy configuration of the engine and supports optimization choices.
  • A new performance feature is supported by CSP. Existing CSP pages can automatically be converted to static pages. This feature reduces the use of resources and increases the performance. This feature is very useful for pages like "Tickers" and "Catalogues" that are heavily used but rarely updated, reducing the database workload.
  • After exhaustive performance tests of many millions of HTTP requests, the engine has proven absolute stability.

Download a free, fully functional copy of C++ Server Pages Engine and unleash the power of C++ over the Web! at http://www.micronovae.com/Download.html