How to trigger "Markup Validation" in Visual Web Developer 2010 - html

After turning on the Error List, the MS Visual Web Developer 2010 can report warning/error in the panel automatically.
However, I would like to know what I can do to trigger this validation manually rather than wait for a unpredictable period until the application starts to check.

If you go to Tools > Settings on the menu and tick Expert Settings, the menus will now have a lot more options, one of which can be found in Edit > Advanced, Validate Document which should provide what you want.
If you want to assign this a keyboard shortcut, go to Tools > Options on the menu, tick Show all Settings in the bottom left of the Options window, then navigate through the tree on the left to Environment > Keyboard. Once you've got the Keyboard Settings showing, type Edit.ValidateDocument into the "Show commands containing" textbox, change the "Use new shortcut in" drop-down to HTML Editor Design View and then click in "Press shortcut keys" and enter the shortcut key you wish to use. I suggest Shift-Alt-V as it's not assigned by default in Visual Web Developer 2010. Finally click "Assign" and then "OK"

Related

How do I make windows appear in the tab well next to a previously opened tab in Visual Studio when I open them?

When I open a window in Visual Studio 2017, either when debugging or when I use Intellisense to view a class method definition, I find that the window is not opened in the tab well (e.g. in the screenshot, I want the green tab to be next to the yellow tab when it is opened, not far apart as it appears).
I am guessing that the settings to change will be in 'Tools' > 'Options' > 'Environment' > 'Tabs and Windows', but I am not sure which checkboxes to check to ensure that I get the behaviour I want.
Can anyone help?
It is the Preview Tab group of options:
You can uncheck Allow new files to be opened in the preview tab.

What is the shortcut key to show/hide tool buttons in PhpStorm?

I am unable to find the shortcut key for this button. And as I do not know the name of this button I cannot search for it.
There is no shortcut by default, but you can go to Settings and type "tool buttons" into the search bar. Then you can assign a keystroke to "Tool Buttons" feature.
Here is your answer from official docs
Hiding all tool windows attached to the same tool window bar
Do one of the following:
Press and hold the Alt (for Windows and Linux users) or ⌘ (for macOS users) key, and click hide on the title bar of any of the tool
windows attached to the corresponding tool window bar.
Choose Window | Active Tool Window | Hide Side Tool Windows in the main menu. This command hides all the tool windows attached to same
tool window bar as the active tool window or the last of the active
tool windows.
I find that double tapping Alt key does the trick for me.
Maybe is Ctrl+Tab
Check this. In the link you can read :
Switch between the tool windows and files opened in the
editor. Ctrl+Tab

How do I Turn off 'smart tags' in access 2010?

I've found and article for Access 2007 on Improving speed of the database (http://office.microsoft.com/en-au/access-help/help-access-run-faster-HA010235589.aspx), one of the options is to 'turn off smart tags if you don't use them'. I am unable to work out where I would do this in Access 2010. Are these still used in 2010? Are they called something else? Where do I turn them on or off?
There are two options in Access that allow you to enable or disable smart tags: one to show smart tags on forms, and one to show smart tags on datasheets.
To enable or disable smart tags in forms, do the following:
On the Tools menu, click Options.
In the Options dialog box, click the Forms/Reports tab.
Select or clear the Show Smart Tags on Forms check box.
To enable or disable smart tags on tables in Datasheet view, do the following:
On the Tools menu, click Options.
In the Options dialog box, click the Datasheet tab.
Select or clear the Show Smart Tags on Datasheets check box.
Source: http://msdn.microsoft.com/en-us/library/office/aa206129(v=office.11).aspx

How do you get Monodevelop back to using English for its language

I have no idea how it happened, but suddenly when I launch Monodevelop, the menus appear in a language other than English. I have tried reinstalling the application as well as manually removing artifacts in other directories under Library. No luck. After a reinstall, it loads in another language still.
You can change the Language under the options/preferences dialog.
For me the shortcut keystroke is 'command + comma'
Or it is the third menu entry under MonoDevelop menu.
Select the first child entry in the left tree view. "Visual Style"
On the right there are three tabs across the top. Select the first. "General"
The "User Interface Language" setting is the second combo box on that screen.
Change that and click OK at the bottom of the screen. Should be on the right.
Restart MonoDevelop.
Can you please open a bug on https://bugzilla.xamarin.com, including the Version Info from MD's about dialog, and attach your preferences file "~/Library/Preferences/MonoDevelop-2.8/MonoDevelopProperties.xml"?

The action or event has been blocked by Disabled Mode

I am using Microsoft Access 2007 to move and massage some data between two SQL Servers. Yesterday everything was working correctly, I was able to run queries, update data, and delete data.
Today I opened up the Access database to finish my data migration and am now receiving the following message when I try to run some update queries:
The action or event has been blocked
by Disabled Mode.
Any ideas what this is talking about?
Try and see if this works:
Click on 'External Data' tab
There should be a Security Warning that states "Certain content in the database has been disabled"
Click the 'Options' button
Select 'Enable this content' and click the OK button
I solved this with Access options.
Go to the Office Button --> Access Options --> Trust Center --> Trust Center Settings Button --> Message Bar
In the right hand pane I selected the radio button "Show the message bar in all applications when content has been blocked."
Closed Access, reopened the database and got the warning for blocked content again.
No. Go to database tools (for 2007) and click checkmark on the Message Bar. Then, after the message bar apears, click on Options, and then Enable. Hope this helps.
Dimitri
From access help:
Stop Disabled Mode from blocking a query
If you try to run an append query and it seems like nothing happens, check the Access status bar for the following message:
This action or event has been blocked by Disabled Mode.
To stop Disabled Mode from blocking the query, you must enable the database content. You use the Options button in the Message Bar to enable the query.
Enable the append query
In the Message Bar, click Options.
In the Microsoft Office Security Options dialog box, click Enable this content, and then click OK.
If you don't see the Message Bar, it may be hidden. You can show it, unless it has also been disabled. If the Message Bar has been disabled, you can enable it.
Show the Message Bar
If the Message Bar is already visible, you can skip this step.
On the Database Tools tab, in the Show/Hide group, select the Message Bar check box.
If the Message Bar check box is disabled, you will have to enable it.
Enable the Message Bar
If the Message Bar check box is enabled, you can skip this step.
Click the Microsoft Office Button , and then click Access Options.
In the left pane of the Access Options dialog box, click Trust Center.
In the right pane, under Microsoft Office Access Trust Center, click Trust Center Settings.
In the left pane of the Trust Center dialog box, click Message Bar.
In the right pane, click Show the Message Bar in all applications when content has been blocked, and then click OK.
Close and reopen the database to apply the changed setting.
Note When you enable the append query, you also enable all other database content.
For more information about Access security, see the article Help secure an Access 2007 database.
On the ribbon,Go to Database Tools
under "Show/Hide", make sure the Message bar is checked (turned on)
Then click on the gray message bar, click database options.
From there you can modify your security options. Just enable these types of content.
You should be good to go after this.
You may wish to consider self-certifying your projects:
Self-certification, digital certificate, digital signatures
Another issue is that your database may be in a "non-trusted" location. Go to the trust center settings and add your database location to the trusted locations list.