Sunday, October 7, 2007

GeekInterview.com Weekly Digest October 07th, 2007

Weekly Digest 
Saturday, 07th October, 2007   

Hello itinterview,

It gives me great pleasure to announce Member of the Month winners every month. It brings forth the goodness of members along with their knowledge sharing attitude, which keeps alive the essence of this forum. Today GeekInterview community recognizes the contributions made by these selfless members for devoting their precious time and their invaluable suggestions towards spreading knowledge here at this forum. The moment of applause in recognition of their contribution has arrived and the WINNERS for the month of September 2007 is being announced with pride.

Winners for the month of September 2007
zecar, papayamilkshake, debasisdas, jainbrijesh, psuresh1982
 
Congratulations for the winners!!!
Each Winner will get exciting gift.

Code Submission
  • Have you discovered an exciting new way of coding a program?
  • Does your code has the ability to perform exceptional task?
  • Do you have the key to secret programming tips?
  • Make it popular, Make the world know about your ability!
  • Write and Share your coding strengths, tips, tricks and secrets at GeekInterview Code Base and Win exciting prizes. 
  • We are inviting experts as well as novice programmers to showcase their programming talent.
  • You can submit programming related Source Codes, Tips, How to's, Components, Class Modules and Functions.
  • The Code you submit will get published along with your name at www.code.geekinterview.com
  • There is no limit to the number of submissions, Just ensure your code is authentic.
  • Award Winning entries will be announced next month.
Ajax Latest Blog Entries

GeekInterview.com Forums

Lock Table in SQL Server2000
by mahesh9920
When I am updating table say "Custinfo" I want to lock that table so that no one can update unless I release the lock.

java.applet and java.applet.Applet
by shwetakle
What is the difference between java.applet and java.applet.Applet?
What is the difference between Swing and AWT?

Data type changes in source qualifier transformation
by Learner1
Does changing data type of ports in source qualifier transformation lead to incorrect results?
If yes, then why Informatica provides drop down option for data type of ports in the same transformation?

Creating dynamic class using reflection...
by psuresh1982
I want to create a class dynamically when my application server starts. How can I do that?
Please let me know if any of you have code snippets for this.

Real time example for abstract class and interface
by visitor Bhuvaneswari
I know what is abstract class and interface, but i want to know the real time example where we use these both

Sorting a hash map based on its keys
by 3roses
How to sort records in a hashmap based on its keys?

Abstract Class Situation
by visitor gskumar81
When to use the Abstract Class? (We have interface and Abstract class, both used for declarations of common methods and subclasses will give the implementations. Please give me the situation when to use the abstract class)

Preprocessor
by Golda
#define a 10
main()
{
printf("%d..",a);
foo();
printf("%d",a);
}
void foo()
{
#undef a
#define a 50
}
The output is 10..10 How it will come

What are the disadvantages of OOPS?
by ramakris143
What are the disadvantages of OOPS?

Time dependencies in QC
by mkeqa
How to create common time dependencies for more than one test set, Is it possible in QC?

Run the query as Script in SQLPLUS
by prakash.kudrekar
I have written SQL query as script on windows machine. How do I access this file from SQLPLUS. To put the question other way How can I run the query as Script in SQLPLUS?  One way to do is to copy the script direct and Paste it.  But I want to know how do we run it as script?

Quality Centre and Test Director
by anagha2007
What is the difference between Quality Centre and Test Director

How to reset authorization settings of QC
by Reddy_sm
Can any one help to reset the Authentication settings of Mercury Quality centre.
I logged in as administrator and chose authentication option as LDAP and did not import any user list.
I tried to re login to QC but login has failed due following error.

Failed to Login;
Failed while trying to locate user in LDAP server (missing LDAP import settings). Please contact the site administrator to resolve the problem.;
Application Parameter 'DIRECTORY_PROVIDER_IMPORT_URL' does not exist;

Now I am not in a position to revert the LDAP Authentication setting.
It will be great if any one can help on this.
Environment: windows XP and Mercury Quality centre 9.0

Dashboard tab in QC Window
by debleena23
I have been using QC for past 6 months, but have never worked with Dashboard tab. Can anyone please help me out to understand what is actually done in Dashboard.

Can Rational Requisite Pro be used with Mercury Test Director
by sumitchaddha
Can Rational Requisite Pro be used with Mercury Test Director. What i mean is if some data needs to be exported from RRP to TD is it possible?

Upgrade from QC 9.0 to 9.2
by vamshiy
We are upgrading from QC 9.0 to QC 9.2. Can any one help me to tell how I can take Backup of projects from QC Server and also any tips on how to upgrade from 9.0 to 9.2. Any experiences are highly appreciated. 

What is a Output? How will Come?
by Golda
main()
{
int i=-1,j=-1,k=0,l=2,m;
m=i++&&j++&&k++||l++;
printf ("%d %d %d %d %d",i,j,k,l,m);
}

Testing Framework
by anuradha162
What is the meaning of testing Framework

 

Latest Tutorials  (Partner Site Resource Links) 

C++ Static Functions
Static member functions have a class scope and they do not have access to the 'this' pointer of the class. When a member is declared as static, a static member of class, it has only one data for the entire class even though there are many objects created for the class. The main usage of static function is when the programmer wants to have a function which is accessible even when the class is not instantiated.

C++ Pointers
Concept of Pointers:
Every storage location of memory has an associated address. Address is a number that grows sequentially. For every program placed in memory, each variable or function in the program has an associated address.

SOA Principles
In this SOA article, we will focus on some of the core principles of Service Oriented Architecture viz service abstraction, service reusability, service composability, service autonomy, service optimization, service discoverability, service-orientation and interoperability, standardized service contract.

SOA Industry Usage
First time usage of SOA tends to highlight the need for semantic interoperability. While SOA provides framework for integration of cross Business operations with information flow in real time, there is also a major semantic interoperability conflict that is not being addressed directly by the SOA. Thus, the usage of information repositories has been the inevitable result.

SOA Best Practices
Service Oriented Architecture is regarded as the key to improve efficiency of Information Technology. But in order to implement Service Oriented Architecture at a Business, one needs to have a lot more than just technical expertise. It is essential to hone skills in management practices. In this article, we will focus on the governance principles that have become widely regarded as the best practices in relation to Service Oriented Architecture.

SOA Definitions and Certification
Service Oriented Architecture is a design that enables Business and computational resources to be linked together on demand as a means of achieving the results desired for service consumers – which may be end users or other services. Service Oriented Architecture has been defined by the Organization for the Advancement of Structured Information Standards as a paradigmatic approach for the utilization and organization of distributed capabilities that might be under the control of conflicting ownership domains.

SOA for Project Managers
The idea of handling exceptions manually unveils major significance of individuals involved in Service Oriented Architecture based projects as well as various roles they take on. Service Oriented Architecture projects tends to involve a number of familiar project roles, including project management, Business analysis, architecture, development, security, and administration of systems and databases. At the same time, such roles were generally created for different purposes.

SOA for Developers
Service Oriented Architecture is a structure that requires a number of specialized employees working in positions such as Object Librarian, Configuration Management, and Information Architect. Junior developers or individuals who prefer dealing with web development, focus exclusively on the presentation tier. Such individuals are very productive, as the vast majority of the business services and rules will be available to be assembled into the UI’s. Individuals who enjoy writing code can dwell in the business rules tier, where important services and components may be developed.

 

Tutorials (Partner Site Resource Links) 

ASP.NET

XML

J2EE

Data Recovery

ASP.NET 2.0

Web 2.0

JSP

Data Mining

SQL Server 2005

PHP

WebSphere

Data Modeling

VB.NET 2005

JavaScript

C++ Tutorials

Data Warehousing

Analysis Services

VBScript

C Language

OOPS Concepts

C#

CSS

Testing Articles

Concepts

CRM

CSS3

Wireless

MainFrame

Ajax

ERP

Technology Trends

UML

Supply Chain

Client Server

Service Oriented Architecture (SOA)

Neuro-linguistic Programming (NLP)

Application Development

 

Online Testing

 

Best Regards,
Admin

 

  itinterview
,
    
In case you have lost your password Click here to retrieve Lost Password
    
     If you don't wish to receive newsletters, Please follow the link to change your email preferences,
     http://www.geekinterview.com/talk/misc.php?do=unsub

     Please NOTE :
     For all Partner Site Resource Links you may need to register in respective sites for login. 
     Your geekinterview username and password is exclusive for geekinterview.com website.   
     For exforsys tutorials login you need to register separate at www.exforsys.com

 

 

GeekInterview | Geeks Forum | Online Quiz | Interview Questions | Learning Series | Code Snippets | Tech Articles | Contact Us

Copyright © 2005 - 2007 geekinterview.com



No comments: