Skip to main content

Posts

Showing posts from February, 2012

How to copy the fonts from Windows Fonts directory to Another Directory

Dear All It's a small stuff but it make you crazy :) when you tried to copy selected fonts from the windows folder its allow you to copy but when you tried to past in the destination folder the past option will be disable the solution i found is very simple Click on Edit under tool bar and select Copy to folder option All selected fonts will be coping in new destination as well Regards Rashid Bilgrami http://www.bestvisualization.com 
Dear All I found the great SAP abap programming blog the guy did the great job http://www.saphub.com/abap-tutorial/ i hope it help all of those who are looking to work in abap Regards Rashid Imran Bilgrami http://www.bestvisualization.com

"Flickr error 2: Unknown user": Solved

Dear All Today i tried to work with the flicker photos to save and retrive the pics from there and i got one great API but when i execute the code it gave me the error "Flickr error 2: Unknown user": After a google research, i wasn't able to find any thing i used my yahoo id there but its also not working then i found one another id which you will see in the right side section of below link use this id and your code will work http://www.flickr.com/services/api/explore/flickr.photos.search make sure your id looks like some number with @N00 this is correct id I hope this will help you in your project Regards Rashid Imran Bilgrami http://www.bestvisualization.com 

SQL Server and Arabic language

I have read some articles written about how some products like Office 2010 by default support not only Hijri Date but also support UmAlQura Date and this good news. This article show you some points related to Arabic language (which is my mother tongue) with Sql Server. In general Sql server deals with any language in the same way except some issues become different from language to other language. So let's begin by Collation and see how Sql Server stored data and retrieve data in Arabic language. What is a Collation? A collation determines the rules SQL Server uses to compare and sort character data and determines which characters can be stored in non-Unicode character data types. Collation can be specified at the instance level, database, column level or clause level. So let's begin by this example to make the points clear: 01.CREATE TABLE [dbo].[Test]( 02.--here stored data as ASCII char 03.[Name_Char_Latain] [char](10) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,

SQL SERVER – 2008 – Creating Full Text Catalog and Full Text Search

Dear All; Ref URL: 3ART Technologies Support Services URL Full Text Index helps to perform complex queries against character data.  These queries can include word or phrase searching. We can create a full-text index on a table or indexed view in a database. Only one full-text index is allowed per table or indexed view. The index can contain up to 1024 columns. Software developer  Monica  who helped with screenshots also informed that this feature works with RTM (Ready to Manufacture) version of SQL Server 2008 and does not work on CTP (Community Technology Preview) versions. To create an Index, follow the steps: Create a Full-Text Catalog Create a Full-Text Index Populate the Index 1)  Create a Full-Text Catalog Full – Text can also be created while creating a Full-Text Index in its Wizard. 2) Create a Full-Text Index 3)  Populate the Index As the Index Is created and populated, you can write the query and

After Installation VS 2010 The devenv.exe is missing or clicking on the vs 2010 shortcut and its missing

Dear All Today i face the strange problem, but i found the solution. The problem is i have tried to install the Visual studio 2010 on my machine and after a successful installation of visual studion when i click on the icon it give me message devenv.exe is removed or moved i was tried to find the solution on internet but i found different issues not what exactly i face In my case i first go to C:\Program Files (x86) when i click on the Microsoft Visual Studio 10.0 it gave me permission denied error i just assign the new permission and assign the owner to my current user after that its working fine i hope if you face this issue try to set the permission on the C:\Program Files (x86)\Microsoft Visual Studio 10.0 folder i hope it will help some of you guys Regards Rashid Imran Bilgrami http://www.bestvisualization.com