Wednesday, April 11, 2012

How to install IDMan

What is id man:

This software which can download any video from internet,video may be online video any thing..!

Uninstalled the old version of IDMan

1. Run setup_exe,install IDMan 6.06 Build
2  Exit IDM from the tray icon

3. Copy/paste crack file to installation dir C:\Program Files\Internet Download Manager,(overwrite original)

4. Run IDMan from shortcut icon

5. enter any serial from txt & any name,email to register then press ok

6. It will show [Internet Download Manager has been registered with a fake serial] press ok

7. Run IDMan


Done


For software Please mail me : pavuluri.satishbabu@gmail.com

How to display list of categories in wordpress



<?php wp_list_categories('title_li=&depth=1&show_count=1') ?>

Note: This will display list  of  categories in wordpress, if that category should contain at least one post.

How to display latest posts in wordpress index.php(Just two post for this examples)

<?php if (have_posts()) : ?>
<?php query_posts("showposts=2"); // show one latest post only ?>
<?php while (have_posts()) : the_post(); ?>

<a style="text-decoration: none;" href="<?php the_permalink(); ?>" rel="bookmark"><h1><?php the_title(); ?></h1></a>
<p> <?php the_content(); ?></p>

<?php endwhile; ?>
<?php endif; ?>

Tuesday, April 10, 2012

Pages » Page Attributes

The Page Attributes module allows you to set page parents and templates, and to change the order of your pages.
page-attributes
It can be found to the right of each page editor, under the Publish module.

Parent

You can arrange your pages in hierarchies. For example, you could have an “About” page that has “Life Story” and “My Dogs” pages under it. Under “My Dogs” you might have another page titled “Rosco.” The URLs might look like this:
  • http://myblog.wordpress.com/about/
  • http://myblog.wordpress.com/about/life-story/
  • http://myblog.wordpress.com/about/my-dogs/
  • http://myblog.wordpress.com/about/my-dogs/rosco/
With the Coraline theme activated, it would look like this:
There are no limits to how deeply you can nest pages.
Please note: not all themes display Page hierarchies by default in the navigation menu. If this is the case with the theme you are using, then you can use the Custom Menus feature to create sub-pages and to customize your navigation menus.

Template

Some themes have additional templates that you can use to create pages with additional features or custom layouts. You can see if your current theme has any additional templates by checking the Template section of the Page Attributes module. The most common templates are for archives, links, and contact pages.
For example, the Bueno theme has additional templates that make it easy to create an archives page, full-width page, and sitemap:
Users cannot modify the templates or add their own. You can only select from the list, which depends on the theme you have activated.

Order

You can change the order that your pages are displayed in by using the Order field of the Page Attributes module.
Let’s say you have three pages: About, Photos, Contact
If you wanted About to appear first, you’d need to do the following:
  1. Go to Pages > Pages in your dashboard
  2. Find the page About and click the title.
  3. Locate the Page Attributes module to the right of the editor.
  4. Put the number 1 in the box for Order. This tells WordPress to display this page first on your blog.
  5. Click the Update button.

Monday, April 2, 2012

Terminology in Clear Case

About elements and views

Your project manager places items such as files and directories under Rational® ClearCase® version control (or source control). Such items are generally categorized as elements. However, files and directories placed under source control are called elements. Each checked-in revision of an element is called a version.
Elements (and their versions) are stored in data repositories called VOBs (versioned object bases).
A view provides a directory tree of one version of each file in one or more components. In the view, you modify source files, compile them into object modules for testing purposes, format them into documents, and so on.
Two types of view are offered.
  • Snapshot views, which copy files from VOBs to your computer.
  • Dynamic views, which provide immediate, transparent access to the data in VOBs.

Product note: Dynamic views are not available on Rational ClearCase LT systems.


What is the difference between clearcase and clearquest ?

The most common thing about ClearCase and ClearQuest is, both the products are belongs to the Rational Software Division of IBM.
 And in one sentence the difference is that, Rational ClearCase is a configuration management tool and Rational ClearQuest is a defect tracking tool.

Rational ClearCase: ClearCase is a software tool used for revision control / configuration management of software development activities. It is used by many large& medium sized companies and it can handle very large projects with thousand of developers. It runs on various platforms, such as Linux, Solaris, Windows and many other operating systems.

Little History of ClearCase: It was first developed by Atria Software in 1992. At first it was developed for Unix Platform and later support for Windows and other OS added.  Atria later merged with Pure Software to form PureAtria. And PureAtria finally merged with Rational Software, which was acquired by IBM. So now this belongs to IBM Rational. 

Rational ClearQuest: It is a common myth that Rational ClearQuest is a defect tracking tool. This is true, butit provides more than that. It is an enterprize level workflow automation tool from the Rational Division of IBM. It is a cusomizable defect and change tracking, process automation, reporting & life cycle traceability for better visibility and contol of the software developement life cycle.

It helps to entire team as follows:

Development engineers can identify and prioritize action items that pertain to their section of code.
Test engineers can track the status and resolution of change requests to verify software quality.
Project leaders and managers can get information at a glance to help them allocate development resources, streamline work flow, and accurately determine release dates.
Administrators can integrate ClearQuest with existing tools and customize it to fit your organization’s workflow.
These are the basic difference between ClearCase and ClearQuest.

Beginers guide to Clear Case



Official Facebook page of "Clear Case":
http://www.facebook.com/RationalClearCase

Official Facebook page of "Clear Quest":
http://www.facebook.com/RationalClearQuest

Video Tutorial Of "Clear Case" :
http://www.youtube.com/user/IBMRationalSupport




Sunday, April 1, 2012

Free WordPress Tutorials

WordPress 101 - What is WordPress

WordPress 101 - The Dashboard

 

<object width="477" height="295">

 

WordPress 101 - Admin Bar

WordPress 101 - Exploring Settings

WordPress 101 - Posts vs. Pages

WordPress 101 - Creating Posts

WordPress 101 - Adding Links

WordPress 101 - Adding Images

WordPress 101 - Formatting Posts

WordPress 101 - Scheduling Posts

WordPress 101 - Categories and Tags

WordPress 101 - Creating a Page

WordPress 101 - Page Templates

WordPress 101 - Child Pages

WordPress 101 - What is a Plugin

WordPress 101 - Finding Plugins

WordPress 101 - Free Themes

WordPress 101 - Premium Themes

WordPress 101 - Child Themes

WordPress 101 - Custom Menus

WordPress 101 - Managing Comments

WordPress 101 - Creating Users