Google+

Thursday, August 23, 2012

How to use Remote computer using Google chrome

How to use Remote computer using Google chrome

Note:-Please comment and reply me.

Wednesday, January 18, 2012

How to hide item from menu if user has not right to it in Admin Section in nopCommerce?

Hi friend, I have faced some problem in nopCommerce settings . I asked these question in stack overflow  :

http://stackoverflow.com/questions/8741994/how-to-hide-item-from-menu-if-user-has-not-right-to-it-in-admin-section

My Question is :-

"I have create a new customer role "SubAdmin" with limited admin permission , assign it to any customer . When customer is login in admin section , he see same menu as administrator while he have not access right to some pages .
When customer trying to open those pages , it give access denied messages . I want to display only those pages in menu for which customer has right. "

Please check above link for answer.




Note:-Please comment and reply me.

Thursday, January 12, 2012

Create & Use Email Templates In Outlook 2010


While sending an email, sometimes you find out that it is the same email you have sent last week or few days back and you will probably need to send the exact email with same recipient address, subject, bodytext again in coming days. Before sending email, save it as an email template. Outlook 2010 provides you with an option to create an email template for later use. Thus, preventing you to compose same email over & over again.
To start out with creating a template, launch Outlook 2010, head over to Home tab and click New E-mail.

Start composing an email, enter recipients email address(es), subject and main email body text. Now on File menu, click Save as.

save as 1

From Save as type list, select Outlook Template and give template an appropriate name.
For using this template, navigate to Developer tab (in case you don’t find Developer tab, go to File menu, click Options, and in left pane click Customize Ribbon, from right pane enable Developer check-box. ClickOK to to see Developer tab on the ribbon.)
developer tab
Now head over to Developer tab, click Choose Form.
deve choose form
It will bring up Choose Form dialog, From Look In drop-down list, select User Templates in File System,from main dialog window, select the previously created template and click Open.
choose forms
It will immediately open email template, with same subject, recipients email addresses, theme and email body text. Now you can send it and use this template again by following the same procedure.




Git is...


Git is a free & open source, distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
Every Git clone is a full-fledged repository with complete history and full revision tracking capabilities, not dependent on network access or a central server.Branching and merging are fast and easy to do.
Git is used for version control of files, much like tools such as MercurialBazaarSubversionCVSPerforce, and Team Foundation Server.