Sitecore Settings With Page Editor - sitecore

I have Site settings item for my site, and i have field there for logo, in my code i am using Sitecore Field to display this field on my pages. and from experience editor it can be editable, but when i change the logo and publish the current item from experience editor (ex: home page), all items related to the page is published except the logo. I have to go to Site settings item from content editor and publish it. any idea how i can publish it from experience editor (Logo or any fields in Site Settings)

Normally, logo is a field on the home item you don't change it every day.
In your case you can publish your logo using edit related item and publish that item.
Please check below picture:

Related

Sitecore Experience Editor Publish Menu

I am trying to publish entire site from experience editor. However publish option in Home menu only showing up Publish Item Dialog. Is there any way I can publish site from experience editor.
The reason is my current item has sublayouts with datasources at different folders in sitecore tree. When I do publish Item, item changes get published along with images however changes made to datasources in item doesn't reflect in publish site.
I am publishing items with sub items and related items check box ticked and as per documentation from sitecore it only publishes alias, media and clone references. But datasources changes on item doesn't get published.
Switch to the Core database
Open the Content Editor
Navigate to /sitecore/content/Applications/WebEdit/Ribbons/WebEdit/Page
Editor/Publish/Publish
Duplicate this item
Change the value of the "Click" field to "system:publish(id=$Target)", the value of "Header" to "Publish Site" and the value of "Tooltip" to "Publish the current item."
Switch to the Master database
Open the Experience Editor and you will be able to see the "Publish Site" button on the ribbon.

In sitecore, after I created and published a web form, it don't appear in the site

I've created a few web forms (WFFM) in Page Editor (Tell a friend and 2 blank forms), but they don't appear in the site after I published them. What can it be? Thanks in advance.
If you can see this form in the page editor but not on your website this is pointing out it has something to do with publishing. Try to open your environment in Desktop mode (when login in u can select it) and re-check if u can see all the items in the web database. For example if your placeholder settings are not published you will find this behavior to happen. Recheck all items that need to be published (layouts / sublayouts / placeholder settings / form itself / form fields etc.) and that should solve your problem.

What is the simplest way to create a page tab on the latest version of fb?

All I want to do is create a few pages with sign up forms for our fans and customers on our business facebook page.
I created the new app, named it and went on to the basic settings. From what I can tell I just need to set up the "page tab" info. I Named the tab, put in the page tab url, secure page tab url and uploaded a tab image.
Then I wait for it to show up on our fb page. I refresh the page and for a few seconds it looks like something is being loaded in the list of tabs. But then it stops and the layout of default tabs (photos, likes, and events) are unchanged.
The tab should link to the app url which should load inside of an iframe which will have the html from our web server.
That's how I understand it anyways.
You must add manually the application on your page through this URL: http://www.facebook.com/dialog/pagetab?app_id=APP_ID&redirect_uri=https://www.facebook.com/
Remember to replace APP_ID first.

Showing Announcement list in Custom Page in Sharepoint site

I am having a sharepoint site and i had added a custom aspx page and I want to show the announcement list items in that page. How to show the list items in a custom page ?. Helpful links and sample code would be helpful?
Access Your custom page from the browser and Edit the page by clicking Site action > Edit Page. If you have a Web part Zone available in your page then
Click 'Add a webpart'(for webpart page) > Click 'Insert' tab in ribbon > Select 'WebPart' > List and libraries > select the announcement list and click OK.
This will add a web part of announcement list in your page.
But if you dont have the webpart zone then i am afraid it is not possible directly,
But you can use client object model for this visit this
http://msdn.microsoft.com/en-us/library/ee539350%28v=office.14%29.aspx
I found a solution for my requirement. I had used XsltListViewWebPart for displaying announcement list in custom application page. I would like to thank everyone who offered me their advice thanks a lot.
The following link did it for me
http://suryapulipati.blogspot.in/2011/08/sharepoint-2010-show-add-new-item-or.html

Sitecore 6.4: User Profile Start URL and Workbox

I have a requirement to present the user the Workbox when logging into the sitecore administration interface. I've identified that this can be done by setting the user profile Start URL to /sitecore/shell/applications/workbox.aspx.
This works - when the user logs in they get the workbox, but the Logoff link is missing from the top menu (which is there when you access the workbox via the Content Editor - but I notice not if you access it via the Menu item).
Is there any way of getting this Logoff button back, or adding a custom one?
I've checked it in Sitecore 6.6 and there is no logout button in workbox by default as well.
The fix for this is very easy. Login to the Sitecore desktop, switch to the 'core' database, open the Content Editor and navigate to the node:
/sitecore/content/Applications/Workbox/Ribbon/Home/Write/Logoff
There is a field 'Click' with value 'workbox:logout'. Just change the value to 'system:logout' and the logout button will be there.