Pages

Thursday, December 1, 2011

missing font or text in itunes

After updating my Itunes, I don't see any text there. All blank buttons, checkbox etc.. its all weird, even I cant see menu options like file, edit, view etc..I am tired of re installing itunes. Later I downloaded/run registry file which is related to fonts. Now my itunes came back with everything. Here you can find the file to download and run >>>>  Click Here  <<<< Suggestions are...

Wednesday, October 26, 2011

What is Informatica?

Informatica is Engine driven ETL tool, from Informatica Corporation, mostly used in Data Integration and Data warehouse enviornment. It is supported on different environments ( UNIX, WINDOWS, MAINFRAME etc).Informatica Corporation products are: Informatica Power Center Informatica on demand Informatica B2B Data Exchange Informatica Data Quality Informatica Data ExplorerInformatica Power Center is a single, unified enterprise data integration platform for accessing, discovering, and integrating data from virtually any business...

Wednesday, July 27, 2011

How can I select and delete all my unread emails in gmail?

1) type is:unread in the search feild. 2) check All 3) Click on "Select all conversations that match this search" 4) Delete it Please wait for few minutes. If it doesn't redirect properly please logout from the account and try to relogin. And you are all set ! Note: This can apply for read, unread, chat, starred also. Suggestions are always welcome...! Without signing also you can send your comments...

Friday, July 22, 2011

How to change multiple file extensions at once

If all files are located in one directory, I mean without any sub directories. Then its very simple.Open a command window, enter into your directory and type  ren *.pdf *.tif this will change all files with extension .pdf to .tif.                                                    ...

Monday, July 18, 2011

Sharepoint Fundas

Creating the Web PartThis procedure demonstrates how to create an ASP.NET Web Part to wrap the user control.To create the ASP.NET Web PartIn Visual Studio, point to New on the File menu, and then click Project. In the Project types pane, click WSPBuilder. In the Templates pane, click WSPBuilder Project. In the Name box, type MyWebPart, and then click OK. Right-click the MyWebPart project,...

Sharepoint webparts

How Web Parts WorkIn ASP.NET terminology, a server control is a software component that runs on the Web server as part of one or more ASP.NET Web pages. This provides a way of breaking complex Web pages into manageable pieces, and of using the same component in multiple pages. There are two kinds of ASP.NET server controls: user and custom.User Controls   These controls consist of two parts:A file that has an .ascx...