MS Word letterhead (page-header) with different margins on pages - header

I have got a word document with two pages. The margin of the page-header should be different on the two pages. I tried a lot to have a margin of 4 cm on the first page and 9 cm on the second page but with no success. I used Word 2003.
What I did:
Went to the second page and opened the "header and footer" bar.
I added the page-numbers and top-margins and clicked on "page setup" on the "header and footer"-bar
Afterwards I checked the box "different first page" and modified the header for the first page, too.
Problem:
THE MARGIN OF PAGE-HEADER IS THE SAME ON BOTH PAGES
Additional Info:
Actually I found this tutorial but it did not help me:
http://wordfaqs.mvps.org/Letterhead.htm

It's easy if you know it:
Enter the header on the second page. Add as many "returns" as you need to widen the header to the bottom. Sometime the "returns" in the header have a delay. Finally click on "different first page". That's it! Now you have a different margin on the first page compared to the following pages.
It is confusing that word has an Option for the header-margin. This option changes the header only globally.

For this you need to break the links between two pages for the header section. Follow the following step:
Create the doc and click the Page Layout tab.
In the Page Setup group, choose the appropriate section break option from the Breaks dropdown.
In Word 2003, choose Break from the Insert menu. Choose a break from the resulting dialog and click OK.
Double-click in the new section's header space. In the context Design tab, click the Link To Previous option in the Navigation group. Here you may found the the link is disabled. This is because of you have not selected the appropriate break. Try with different section break.
In Word 2003, choose Header and Footer from the View menu to open the header in edit mode.
Click the Link To Previous button in the Header and Footer toolbar to break the link.
Now the links has been broken. You can change you header and footer to desired height/width.
I have checked this from here and found working fine in office 2007 as well.

Related

Why Intellij Idea doesn't show the current file?

My current file is ServletConfig, but it can't show on the top of the tabs when there are many tabs.
By default, the IDE adds new tabs to the right of active tabs. If the space exceeds the screen width, new tabs collapses behind the "show all"-button. This is the behavior you're expecting. New Tabs just collapses behind the "show all".
You have two options, disable the collapse-mechanism (eventually resulting in tiny tab headers that are not useful as well) or close least used tabs automatically. There is no "always show last opened Tab".
Check the Editor-Tab Documentation to check if a setting fits your need.

How hide/remove footer in Sense/Net 6.5.4.9243

Last week I have been working with Sense/Net 6.5.4.9243. Our main target is to use the workspace feature of sensenet ECM for our company. So I want to remove the footer and the header slider, but it shows "Error during rendering, please check the content view". (I made all the changes on the ui).
The footer is defined and configured in the pagetemplate html (/Root/Global/pagetemplates/sn-layout-inter-index.html). If you want to delete it, go to the admin surface, open the html file and remove the lines 72-92.
To remove the header slider properly change to edit mode with the Portal Remote Control and choose delete from the portletmenu.

How to add comment header to program automatically? Code::Blocks

I was using DevC++. It had a option under EDIT/INSERT/COMMENT HEADER to add comment header automatically. I switched to Code::Blocks. Does Code::Blocks have this option? I am searching internet but could not find any info on how to do that.
Thanks
What you need is Code Snippets Plugin which is already available in default Code::Blocks installation.
From View check "Code Snippets". Then right click to Code Snippets
menu and create a sub category named "Comments". Then right click to
"Comments" category and click to "Add Snippet". Then paste your
comment header and save it as "Header Comment". After that, you can
drag and drop your Header Comment anytime to anywhere.
Code snippets can be formed for other frequently used codes similarly.

Display QuickLaunch on WebPartPage in sharepoint 2010

I'm trying to work out how to get sharepoint 2010 to display the quicklaunch on a web part page, the default.master trick I used in 2007 doesn't appear to work any more.
In my 2007 install, I simply edited the default.master and moved the quicklaunch code outside of the PlaceHolderLeftNavBar element but this doesn't have any effect in SP2010.
Thanks
A simple way to eneble Quick Launch Menu on WebPartPages is remove tags UIVersionedContentUIVersionedContent and PlaceHolderLeftNavBar using SharePoint Designer 2010.
See this article: http://denmartins.wordpress.com/2011/05/07/exibir-menu-quicklaunch-em-webpartpages/
If you really want to place another copy of the quicklaunch on a web part here is the steps
Using Sharepoint Designer 2010 go to your site and navigate to Master Pages -> v4.master
Click edit file copy everything in the <div class="ms-quickLaunch"> that should copy everything you need for the quicklaunch to run. For best result use the code view and hover over the quicklaunch and you should see the div, click on it and copy (Ctrl + C)
Now you can paste that on another web part page and it should work, I tried it by creating a new test page and it worked
You need to make changes in v4.master (in masterpage library), not in default.master.
For details on SharePoint 2010 master pages, please, follow this link:
http://sharepoint-sandbox.com/index.php?/Tips-and-Tricks/Customization/tip-80-sharepoint-2010-new-masterpages.html
Your masterpage trick on my SharePoint Foundation 2010 environment works fine.
Anyway, I don't think, that moving any standard code from placeholder is a good idea. If you want change position of quicklaunch menu, you should move the leftnavbar placeholder itself, including all the contents.
Placeholders are generally used to allow some pages, for example application pages, replace placeholder contents. So, if you hide the placeholder, and move it's contents out, these changes will be lost, and the standard menu will be shown. (and if you do not hide the placeholder, you can get two menus on one page :) )
Hope it helps!

Enabling tabs in xcode? Or lessening the pain of not having them?

I am currently using xcode and I find it's lack of tabs quite disturbing.
I currently use command-shift-d to search through all the files, or ctrl-1 to open the history of files that were recently opened.
It works but I find it less effective than just tabbing through the few files i am currently working on.
Is there any way, third party or not, to enable some sort of tabbed organization?
If not, is there any other way to quickly navigate through a subset of files?
XCode 4 now supports tabs. You can enable by selecting "View / Show Tab Bar" menu.
Not really, but one alternative is View > Show Favorites Bar and drag five or six frequently-used source files into it. Not as flexible as tabs but satisfies your request for "quickly navigate through a subset of files".
The traditional way is to use the detail view. Get the files you want in the Detail view by one of these means:
Put them all in the same group, then select the group
Enter a filter expression in the Search Bubble that narrows the items shown
Define a Smartgroup that includes just the files you want
Get a list of the files as a Find in Project result, then select that item in Find Results
Then you can use the Detail View as your list of interesting files and navigate through it quickly with the up and down arrows.
First of all, you can use Textmate (which I believe has Xcode integration). Otherwise:
Window (Menu) -> Organizer (ctrl-command-o)
At the bottom of that window, if you don't have two panes, click the square to the right of the gear. Now drag code files of interest to the left, grey pane--a single click or arrow up/down will open the file in the editor pane.
If you do open a bunch of windows, as vog suggested, you'll need to command-~ through them--not alt-tab.
Cheers.
The Xcode source code editor allows you to choose the file from a list. It's two clicks instead of one (as it would be with tabbing), but it's better than nothing.
In addition, you can simply Alt-Tab through your open source code windows. This is not slower than tabbing, and has the same effect since the source code windows are usually placed exactly one in front of another.
You'll definitely want to read through this. (XCode Tips and Tricks you wish you know about two years ago - SO)
You can navigate between files using "Recent Files"
Write simple applescript:
tell application "Xcode"
tell application "System Events"
keystroke "1" using {control down} -- open "Related Files"
key code 125 -- choose "Recent Files" ("keystroke down" doesn't work)
keystroke return -- enter to "Recent Files"
key code 125 -- choose previous file
end tell
end tell
And bind it to some shortcut using for example FastScripts(free up to 10 bindings)
I have this script on "Control" + "`". (XCode 4)
Hope this will help
You may also try an Xcode plugin I've just released - it's called Code Pilot and solves a lot of issues of Xcode's navigation, making it more TextMate/Eclipse-like.
Check it out here: http://macoscope.net/en/mac/codepilot/
I hope this helps!
It is simple with XCode 7.2
GoTo View>>Show Tab Bar
This will show the tab bar.
RightClick on the New Tab and click -->"NEW TAB"
Then We can see all the files in tabs.