Skip to main content

Posts

Showing posts from 2010

Delete a specific URL at the Internet Explorer Address Bar History

I just found one useful item that how you delete the specific URL from your IE Address bar For IE 1. Start Registry Editor (Regedit.exe). Note: As always, before making changes to your registry you should always make sure you have a valid backup. In cases where you’re supposed to delete or modify keys or values from the registry it is possible to first export that key or value(s) to a .REG file before performing the changes. 2. Locate the following key in the registry: HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\TypedURLs 3. Delete all the URLx (e.g. URL1, URL2 and so on) that you do not wish to be visible in the address bar drop down list. Note: If you delete only certain keys, make sure that the remaining keys are in renamed in sequential order start from url1. Otherwise you might corrupt your remaining keys. 4. Close the registry editor. For Firfox In Firefox, if you want to delete an individual entry from the History, just highlight it (eithe

How to send the Arabic email through PHP

<        ?          php $to = "info@bestvisualization.com"; $subject = "You have received the new email"; $body = " FULL NAME:".$_POST['T1']." GENDER:".$_POST['T2']." CITY:".$_POST['T3']." MOBILE NUMBER:".$_POST['T4']." LAND LINE NUMBER:".$_POST['T5']." DATE OF BIRTH:".$_POST['T6']." ID NUMBER:".$_POST['T7']." ANSWER FIELD:".$_POST['T8']." "; $fromName = "Rashid Bilgrami"; $fromAddress = "info@bestvisualization.com"; $headers = 'MIME-Version: 1.0' . "\r\n"; $headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n"; $headers .= 'From: '. $fromName . "<".$fromAddress.">" . "\r\n"; if (mail($to, $subject, $body, $header)) { echo("<p>Message successfull

Enable Sharepoint Version History

Original Link 1.If the list or library is not already open, click its name on the Quick Launch. If the name of your list or library does not appear, click View All Site Content, and then click the name of your list or library. On the Settings menu , click List Settings, or click the settings for the type of library that you are opening. For example, in a document library, click Document Library Settings. 2.Under General Settings, click Versioning settings. 3.Do one of the following: For list items, to specify that versions are tracked, click Create a version each time you edit an item in a list in the Item Version History section. For files, to specify that only one type of version is tracked, click Create major versions in the Document Version History section. For files, to specify that both major and minor versions are tracked, click Create major and minor (draft) versions in the Document Version History section. 4.You can specify how many versions of items

How to Make Flash Autofit to browser

Look for the code that embeds the Flash Movie. It should look similar to this: <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="480" height="125"> <param name="movie" value="flashmovie.swf" /> <param name="quality" value="high" /> Regards CEO Best visualization http://www.bestvisualization.com <embed src="flashmovie.swf" quality="high" type="application/x-shockwave-flash" width="480" height="125" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object> To make the Flash auto zoom and auto fit into its container, you should change the code as following. The changes are shown in red. <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase=&quo

Free High Resolution Images

Hi Friends & Regular readers  Every day the designer searching the HIGH resolution images website thats why i create the post from where you the the Free High Resolution Images There are some links underneath: http://f11digital.com http://www.stockvault.net/ (check free photos section here ) In future i will add more link here  Regards Rashid Bilgrami Best visualization http://www.bestvisualization.com

DNN Skin Tokens

Dotnetnuke skin tokens - adding functionality to your DNN skins The Dotnetnuke skin tokens are text placeholders used for inserting the dynamic content of Dotnetnuke into the HTML of the skin. [ACTIONBUTTON] This skin token defines the placement of the icon and text link for specific actions on containers such as edit and delete . This skin token uses the XML file to define which control it is and the options available include: Add Content Edit Content Syndicate Content Move Up Move Down Delete Module Module Settings [ACTIONS] This skin token defines the placement of the dropdown menu within container skins. [BANNER] This skin token defines the placement of banner ads within the skin design. [BREADCRUMB] This skin token defines the placement of the breadcrumb generated for the current page. The position of the page is defined by its placement within the navigation. [CONTENTPANE] This skin token defines the placement of the content areas within the DNN skin. Mult

Activation.HttpModule Error in dnn installation

Today the error we have resolved regarding to the dnn installation its came because of the Frame work 4.0 syncronization with the IIS the orignal post is here http://www.dotnetnuke.com/Community/Forums/tabid/795/forumid/107/threadid/381656/scope/posts/Default.aspx I also past the content here Symptoms Getting the below error while browsing the website running on ASP.NET 4 application pool. Server Error in '/myVDir' Application. -------------------------------------------------------------------------------- Could not load type 'System.ServiceModel.Activation.HttpModule' from assembly 'System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.TypeLoadException:

How to Hack the website via google

Guy atlast i found some thing intresting regarding to the website hacking and i have makesure my self it really works http://www.5min.com/Video/How-to-Hack-with-Google-35862067 check this video and enjoye i found one cctv camera for a company lolz http://202.212.193.26:555/ViewerFrame?Mode=Motion&Resolution=640x480&Quality=Standard&Interval=30&Size=STD&PresetOperation=Move&Language=0  check this out Regards Rashid Bilgrami CEO Best Visualization http://www.bestvisualization.com

Missing "Edit Page" under "Site Actions" menu for NewForm.aspx

To be honest there is one guy who spend my lot of time and google shows his result at the top it sucks sunily and he gave the wrong answer of it Question I am using WSS3.0 with Project Server 2007. Both apps are patched with sp2 and Feb CU. On each of my pages, while logged in as the site administrator, the "Edit Page" option does not appear in the "Site Actions" drop down menu. The only option I have is Site Settings. I verified that I am listed as a site collection Admin, is there anywhere else i should look? Correct answer >>> Create a new page from master page >>> At the arrow on the editable region area select custom task  >>> And Just add the webpart zone under any of the editable content region and you will view the edit option under your page Wrong answer http://www.office-outlook.com/outlook-forum/index.php/m/667577/#msg_667577 Regards Rashid Bilgrami CEO http://www.bestvisualization.com

How to install the sharepoint in vista Home Premium 64bit

Dear friends With reference of this post http://community.bamboosolutions.com/blogs/bambooteamblog/archive/2008/05/21/how-to-install-windows-sharepoint-services-3-0-sp1-on-vista-x64-x86.aspx today we will able to run the sharepoint on the vista 64bit or 32 bit Thanks to the John nesslen for the great post Enjoy Rashid Imran Bilgrami CEO Best visualization http://www.bestvisualization.com

How to create a search engine for your DotNetNuke site

Dear Readers today i found very interesting item now you can create your own search engine like google in just few steps by using dotnetnuke technology Original URL  http://www.wrensoft.com/zoom/support/tutorial_dnn.html thanks for zoom Zoom Search Engine is a software package that allows you to create a powerful custom search engine for your website. It is unlike other search solutions in that it gives you full control over its indexing capabilities, and there is no advertising or annual fees, while being one of the easiest to use and most feature packed solutions on the market. More on the advantages of using Zoom here . The following tutorial explains how to use Zoom with your DotNetNuke website. Since many DotNetNuke (DNN) users find the built-in search functionalities of DNN Search to be lacking, they have found that Zoom is far more capable in providing a much more effective (both in relevance and performance) search function to their DNN website. We provide

Text tool: hitting 'enter' after typing a line disengages text tool

Guys today i resolve every stupid problem but it gives me the hard time ever Problem : When I type text I get no new line when I hit return (enter). This happens whether I've drawn a text box first or if I'm just typing on a line. The text tool seems to "disengage"—it's still selected in the tool box & layer palette, but I no longer have an active cursor. This means I can only type one line of text at a time. Anything typed after hitting return doesn't show up. The fonts themselves work, and the leading is not so great that the text wouldn't fit in the text box or on the page. I'm hoping this is a common problem/bug that someone has encountered before! CS4 or CS 3 on Windows Vista. Answer if your keypad on your laptop has a "NumLock" key make sure it is turned "off"  and use the enter key on the main keyboard section.  This has frustrated me for a very long time, thankfully it is a simple fix. I have spend 3 days to id

Try Online Photoshop

Hello every one Today i saw the online photoshop software that working like desktop photoshop that really works awesome http://www.pixlr.com/editor/ thanks for the great work by pixlr company Regards Rahsid Bilgrami CEO Best Visualization http://www.bestvisualization.com/

The ASP.NET tab of IIS Manager is disappear

Well each day really we learn any thing new today what i got is i really need to share with you guys may be it will be helping you in any case Reason : Q  Why the asp.net tab is not appearing in the IIS Ans when IIS 32 bit install on 64 bit windows then this problem has arrived Solution As per my research i did not find the way to show the asp.net tab but a good news is i have found the command process that helps you alot Windows Server 2003TM, Service Pack 1 enables IIS 6.0 to run 32-bit Web applications on 64-bit Windows using the Windows-32-on-Windows-64 (WOW64) compatibility layer. IIS 6.0 using WOW64 is intended to run 32-bit personal productivity applications needed by software developers and administrators, including 32-bit Internet Information Services (IIS) Web applications. For more information about running 32-bit applications on 64-bit Windows, see Running 32-bit Applications on 64-bit Windows. To enable IIS 6.0 to run 32-bit applications on 64-bit Windows

Unable to access the table during begin transection

Dear Reader Today one of my client shows me the problem that is new for me and i need to share with you that issue is when they are trying to update or insert any stuff in the sql server by using begin transection they are unable to access the table let suppose there are thosands of tables that need to be updated under begin transection then it must lock the sql tables unless untill the transection has not be committed or rollback begin transaction update tablenameset columnname = getdate() where columnname = '9000000017' Commit Solution for this problem I have found the solution may be it works for current basis i am not able able to sure this will work but that is what they are looking http://msdn.microsoft.com/en-us/library/ms173763.aspx Regards Rashid Imran Bilgrami CEO Best visualization http://www.bestvisualization.com

Sys.ArgumentException: Cannot deserialize. The data does not correspond to valid JSON.

I face the problem today and sick to resolve it thanks for Henrik Juhlin who post the solution here and i will do following more changes get rid of this issue http://www.dotnetnuke.com/Community/Forums/tabid/795/forumid/107/threadid/329762/scope/posts/Default.aspx Update following files from dnn 5.0.1 dnn installation setup to Main JS folder js/dnn.xml.js js/dnn.xml.jsparser.js js/dnn.xmlhttp.js js/dnn.xmlhttp.jsxmlhttprequest.js Note very important : after that clear your cache and close the browser. Execute the application again in new browser Regards Rashid Imran Bilgrami CEO Best Visualization

Unable to open configSource file 'connectionstrings.config'.

Today i got the error during the removal of virus activity at my server i got the error Parser Error Message: Unable to open configSource file 'connectionstrings.config'. Solution just copy the connectionstrings.config in to your desiger location from root the problem will be resolved Regards CEO Bestvisualization Rashid Imran Bilgrami

DNN Blog: Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces

Dear all, Today i was faced a problem problem setting up Blog module, one of the exception blocks is shown below: Error: Blog is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) ---> System.Data.SqlClient.SqlException: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnect

HTML VS HTM

This is very simple question but i don't think many people knows about that what is the difference between HTML and HTM why these both extension are different even both contain the same code style Ans. Three letter extension (.htm) was due to Windows 8.3 filenaming convention used in DOS because it could not understand 4 letter extensions or long filenames. html is the proper extension and should always try to use this instead of htm. in 1995 when windows 95 arrived then it will give the support for more then 3 charcter extenshion thats why .html was drived always prefer to use ".html" Regards Rashid Imran Bilgrami CEO Best visualization

SQL Reporting Service - SSRS Installation & Configuration

In this blog i informed you about SSRS reporting installation & Configuration Normally during installation of SQL server 2005 and 2008 we did not check mark Report server and also did not use instance name in sql server   Setup Instruction Technical Issue the first thing you need to run the SSRS is to install the custom instance name in your SQL server installation Second you must select the Reporting service and business intellignece service in the setup     Configuration Steps & Instructions There are many tutorials that defines you the installation & configuration and i am not rewrite every thing because i am consentrating on the problem that arrives after doing these steps please follow setps in the below mentioned URL Major Instruction for Vista and windows 7 users You must start installation of sql sever by using main administrator user If administrator user is not enable you just follow these steps Start > Control Panel > Select Administrator >Select Smal

Enable Administrator Account In Windows 7

Many people familiar with prior versions of Windows are curious what happened to the built-in Administrator account that was always created by default. Does this account still exist, and how can you access it? The account is created in Windows 7 or Vista, but since it’s not enabled you can’t use it. If you are troubleshooting something that needs to run as administrator, you can enable it with a simple command. Note: You really shouldn’t use this account for anything other than troubleshooting. In fact, you probably shouldn’t use it at all. Enable Built-in Administrator Account First you’ll need to open a command prompt in administrator mode by right-clicking and choosing “Run as administrator” (or use the Ctrl+Shift+Enter shortcut from the search box) Now type the following command: net user administrator /active:yes You should see a message that the command completed successfully. Log out, and you’ll now see the Administrator account as a choice. (Note that the sc

Scheduling a daily backup of sql server 2005 database using sql agent

Scheduling a daily backup of sql server 2005 database using sql agent is very easy. By following below steps anyone can do that. 1. Open sql server 2005 Management Studio and connect a server 2. Expand the tree (left navigation) ”Management->Maintenance Plans” 3. Right click on node Maintenance Plans and Click “Maintenance Plan Wizard” (As shown in figure below) which causes to open a wizard. 4. Follow the wizard 5. In 2nd step of the wizard, You can schedule the task as clicking the Button “Change” as shown in the following 6. Once you click the button “Change” you will get a new popup to enter shedule details as shown below. 7. Click OK. It will save the schedule info and close the popup. And click Next button to follow the next step. 8. In this step you will be asked to check the check list for all the tasks those can be added in mainteance plan. Select “Backup Datbase (Full)” as shown in the figure. 9. Follow the steps until you get following window. Once you get here Select one

Blog gives error after updating the dnn 4.x to 5.2.x or 5.0 version

Well for this post i thanks for Pc Henry who get rid of this blog error issue may be i missed that original post http://www.pchenry.com/Home/tabid/36/EntryID/229/Default.aspx I just put the copy here for reference: ************************** Start ****************** One of my goals for 2010 , is to upgrade my DNN server to the latest'n'greatest ( ver 5.2 ). Well, last Friday I decided to pull the trigger and do it! Long story short, I'm back to the older 4.9 version because of unresolvable and generic "An Error Occurred." WARNING: To preface this, I have to say, I'm a big fan of DNN. It's treated me well over the past year, I really do like the features it provides. But my current upgrade experience which was supposed to be a simple drag'n'drop of files and directories turned into something completely different. What you're about to read is my personal experience with upgrading my current 4.9 to the latest production (and suppos

The linkyou have used to enter the paypal system contains an Incorrectly formatted item amount after coupon code configuration in catalook

Well thanks for the catalook support they help me to get rid of this issue when i configure the catalook coupon code its shows me the error in usage of coupon code in cart processing the problem in new catalook they allow to submit the item to paypal individually so thats why the problem arrive you just get rid of this issue by this process Login to your host account Click on the catalook setting > store settings Uncheck the "Paypal Individual Item" option The problem has resolved Regards Rashid Imran Bilgrami CEO Best Visualization http://www.bestvisualization.com

Setup a coupon code in catalook / Paypal

Setup a coupon to give a customer an X% (percentage amount) or Y (fixed amount) discount (optional: when he buys for more then Z): 1. Add a Price Rule Item Module: CAT_Products (CATALooK.netStore -> Products) Select: ‘Create New’ -> set ‘Status(kind of use)’ = ‘Bundled/Coupon -> set: Product Name = ‘Coupon’ -> set: Price 1 = 0 -> Add 2. Add Cart Price Rules Module CAT_PriceRules (CATALooK.netStore -> Price Rules) Select ‘Add Cart Price Rule’ -> set Description = ‘Coupon’ -> select the previously created Price Rule Item from the ‘Price Rule Item’ selector -> set Formula = Z-=-X% or Z-=-Y or X% or Y -> Enter all Coupon Codes into the ‘Coupon Codes (Press ENTER/CR to separate):’ box -> Add e.g.: abc123 def456 ghi789 For live the formula is some thing like this -25% if i need to give 25% discount on each product in my cart 3. Setup the CAT_Card module to use Advanced Coupons: Select ‘View Options’ from the module menu of module CAT_Cart and turn on the opti

Catalook Installation & Configuration In Dot Net Nuke or DNN or DotNetNuke

In this post you will understand how to install the catalook 1) Once you check out the catalook setup you will see the ".msi" files you can just double click on the file as per requirment (i use CATSTORE556_DNN48X_Sources.msi) and run it install it in to the specified directory let suppose we install the setup in "c:\catalook" folder 2) Once the setup has completed you will see the zip file under the specified folder 3) Unzip the file and double click on it 4) you will see many folders under one unzip folder 5) Double Click on PA-Module Folders 6) And upload all three zip file under this folder in to your dotnetnuke portal (note: there is no sequence required during upload process you can upload any zip at any time) Here are the three zip file name 1) CAT_Modules.ZIP 2) CAT_StoreSettings.ZIP 3) CATALooKStore.ZIP Here is the list of the template files CATALooKnetStoreDNN.template CATALooKnetStoreDNN_NoSkin.template CATALooKnetStoreDNN_NoSkin_NoContainer.template CATA