New InDesign Sample, Blog Post

Fellow CS Developers,
I've just posted a new sample panel for InDesign on the CS SDK team blog, at:
http://blogs.adobe.com/cssdk/2010/08/makesideheads-a-complete-indesign-cs5-panel-2.html
MakeSideHeads is a fairly complete InDesign CS5 panel--it's one of the more "in depth" application-specific sample projects we've created. Hope it's of some use to you! Please let me know if you have any comments or questions.
Thanks,
Ole

Hi,
Based on your description, my understanding is that you want to place "add new item" link to different pages on SP blog site.
I have done a test in my SharePoint, the following code works fine in every page.
Add the following code in a CEWP:
<script type="text/javascript">
var options = {
url: "/siteurl/NewForm.aspx",
title: "Add New Item",
allowMaximize: true,
showClose: true,
width: 625,
height: 525,
dialogReturnValueCallback: silentCallback};
function open() {SP.UI.ModalDialog.showModalDialog(options);}
function silentCallback(dialogResult, returnValue) {
function refreshCallback(dialogResult, returnValue) {
SP.UI.Notify.addNotification('Operation Successful!');
SP.UI.ModalDialog.RefreshPage(SP.UI.DialogResult.OK);
</script><a href="javascript:open()">Add new item</a>
For example if your list name is custom ,then url will be:
http://server/custom/newform.aspx
Best Regards,
Lisa Chen
Lisa Chen
TechNet Community Support

Similar Messages

  • Template works on other pages except the blog posts

    Hello,
    I have several templates that I use with my BC site. But when it comes to the blog post itself, the template does not go into effect and this appears:
    "Some files on the server may be missing or incorrect. Clear browser cache and try again. If the problem persists please contact website author."
    Sample blog post is Amazing Space X and Elon Musk.
    Any information would be highly appreciated.
    Thanks!

    The page isn't able to locate the CSS / Java files to display your page properly. Check the file path:
    For example you have:
    http://www.bigdipperworx.com/news/css/site_global.css
    When I'm sure you want:
    http://www.bigdipperworx.com/css/site_global.css
    Check your template and or content holders (wherever you have the paths located).

  • Just FYI, new blog post "Deploy Border Gateway Protocol (BGP) with the RRAS Multitenant Gateway"

    This is just FYI about the new blog post for Windows Server 2012 R2, "Deploy Border Gateway Protocol (BGP) with the RRAS Multitenant Gateway," at
    http://bit.ly/OfDkty
    James McIllece

    Hi,
    Thanks for sharing and it would be greatly helpful to anyone who has requirements for that.
    Best regards,
    Susie

  • Just FYI, new blog post "Windows Server Networking Resources"

    Hi there -
    Just FYI, new blog post "Windows Server Networking Resources" at
    http://aka.ms/vrigwx
    Thanks -
    James McIllece

    Hi James,
    Thanks for the sharing.
    Best Regards.
    Steven Lee
    TechNet Community Support

  • Just FYI, new blog post "More Windows Server 2008 Guides Available in TechNet Gallery"

    Just FYI, new blog post "More Windows Server 2008 Guides Available in TechNet Gallery" at
    http://aka.ms/Sqatv1
    Thanks -
    James McIllece

    Hi James,
    Thanks for your sharing!
    Best Regards.
    Steven Lee
    TechNet Community Support

  • Just FYI, the blog post "New! Posterpedia Universal App" is now available

    Just FYI, the blog post "New! Posterpedia Universal App" is now available at
    http://aka.ms/Tl0pd9
    Thanks -
    James McIllece

    Hi,
    Thanks for the sharing!
    Best Regards.
    Steven Lee
    TechNet Community Support

  • Just FYI, new blog post "New and Revised Networking Technologies for Windows Server Technical Preview"

    Just FYI, new blog post "New and Revised Networking Technologies for Windows Server Technical Preview" at
    http://aka.ms/xb9l0w
    Thanks -
    James McIllece

    Hi,
    Thanks for your good sharing.
    Regards.
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Just FYI, new blog post "Deploy BranchCache Content and Hosted Cache Servers Using Windows PowerShell"

    Just FYI, new blog post "Deploy BranchCache Content and Hosted Cache Servers Using Windows PowerShell" at
    http://aka.ms/le85n3
    Thanks -
    James McIllece

    Great to see new BranchCache content out there!
    We created a BranchCache info page to try to get all of the relevant info into one place for V1 and 2
    http://2pintsoftware.com/microsoftbranchcache
    thanks
    Phil
    Phil Wilcock http://2pintsoftware.com @2pintsoftware

  • Just FYI, new blog post "New Posterpedia Content Now Available"

    Just FYI, new blog post "New Posterpedia Content Now Available" at
    http://bit.ly/1IYdFMA
    Thanks -
    James McIllece

    Great to see new BranchCache content out there!
    We created a BranchCache info page to try to get all of the relevant info into one place for V1 and 2
    http://2pintsoftware.com/microsoftbranchcache
    thanks
    Phil
    Phil Wilcock http://2pintsoftware.com @2pintsoftware

  • Blog posting: Adobe Captivate 2 - Edit view

    Hi folks,
    Just to let you know, I have published my next blog posting,
    today I cover some of the new features available in the
    Edit view
    All comments welcomed.
    Regards,
    Mark

    Hello Boxing Boom,
    Many thanks for your kind words,
    everything you see in the sample movie was created in Adobe
    Captivate 2. Adobe Captivate 2 is awesome!
    Regards,
    Mark

  • What makes a blog post - and what should?

    When I complained about my first blog post being rejected as more-suitable-for-the-wiki, Craig Cmehil explained to me that step-by-step/howto posts had been determined to be wiki material, and opinion/strategy for blogs. He also said that I could start a thread and see if there was consensus for changing the standards.
    A little background: I've been blogging for 8 years, posting a mix of personal and technical topics at http://blog.donnael.com/. Some of the technical stuff has been short sample programs -- one-liners, regexps, etc. Some of it's been longer comments on products, or while-it's-happening documentation of a project attempt.
    I posted the following blog entry for consideration.
    Greetings! My name is Garrett Fitzgerald, and I work at Penobscot Community Health Care, a Federally Qualified Health Center in Bangor, Maine. We use GE's Centricity practice management and medical records systems, and I use various tools to access the data -- one of the most useful of which is Crystal Reports 2008.
    One thing I commonly need to do is to list all patients, but call out a specific diagnosis that some of them have. If I were to add the tables in the database expert, even if I were to use a Left Join to get all the patients, I would lose them as soon as I tried to use the Record Selection criteria to get the specific diagnoses I needed.
    My solution to this is to use a SQL Command. When I go into the Database Expert and select my Connection, instead of choosing the tables, I can use "Add Command", and enter the SQL query directly.
    A typical SQL query would look like this:
    SELECT Person.pId, Person.firstName AS patFirst, Person.lastName AS patLast
            , Problem.onsetDate as refusedDate
        FROM Person
            LEFT JOIN Problem ON Person.pId = Problem.pId
        WHERE Problem.code BETWEEN 'ICD-V64.02' AND 'ICD-V64.08'
    However, this gives us the same problem as I described above -- the list of Persons is restricted to those who have refused vaccination. To get around this, we can move the WHERE criteria into the JOIN clause:
    SELECT Person.pId, Person.firstName AS patFirst, Person.lastName AS patLast
            , Problem.onsetDate as refusedDate
        FROM Person
            LEFT JOIN Problem ON Person.pId = Problem.pId
                AND Problem.code BETWEEN 'ICD-V64.02' AND 'ICD-V64.08'
    This gives us all patients as desired, with either the date they refused vaccination or NULL if they didn't.
    Next time, I'll show how I broke down the individual vaccination observations to make it easy to monitor compliance.
    So, I gave an example from my own experience, explained why the "obvious" way to do it didn't work, indicated how to do it, showed the translation of the naive way into the new method, and then gave the final solution. To me, this seems to be almost the definition of a technical blog post.
    I can understand how it fits into the definition given above by Craig, but that leads me to the conclusion that the definitions are wrong. What do other people think? Should the definitions be loosened so that more material can be posted in blog format? Or are the definitions as they stand now exactly right?
    Thanks!

    >
    Eric Cartman wrote:
    > I agree with Craig on this topic, but here are three blog entries from April, which also fall into this category:
    >
    > /people/rishika.bawa2/blog/2009/04/23/screen-exit
    > /people/arminda.jack/blog/2009/04/21/is-the-search-help-f4-from-the-storage-location-not-working-in-transaction-me51n
    > /people/tao.zhang/blog/2009/04/07/magical-function-2-of-sap-query
    I also agree with Craig and for the First one I do agree with you.

  • How do I link to a .pdf file in a blog post?

    I have a created a new blog post and want to link to a .pdf file.  I have the file loaded to the file manager but when I click on the link icon in the editor the only files that show up are web pages.
    Is there a way to link to a file other than setting up the link other than writing the HTML by hand?

    I totally agree with you on the confusion of that form for the literature module. Even after I have used it a lot I still find myself trying to upload the file at the same time. As you say - it only makes sense. But you'll get used to it. ;-)
    As far as the module way of doing it instead of coding it in, there is so much more flexibility this way. In your example you have one document which isn't bad ... but what if you had to list 100 documents in your page that are located in several different locations on the server? Now it's a simple task of adding one tag and your done.
    Other advantages:
    1: Your documents can be found in the site search
    2: Recods and displays file type and size to the viewer so they can choose to download it or not.
    There is more but after years of the individual code way, I so love this Literature Module and the flexibility it gives.

  • Bug in BLOG Post.aspx

    This is a spin off from a previous issue I had but now I think this is a bug and it appears to only be in the Post.aspx view. To summarize, when the exact same web part is added to the POST.aspx page as well as the /Forms/AllItems.aspx page, it
    crashes on the first and works on the latter.
    To try and keep this short I'll be simple
    Initial setup.....
    1) Create a Team Site with a contacts app
    2) Create a Blog SUB site with a contacts app and a document app
    3) In the team site, create a new Site Column that is a Lookup to it's Contact app (based on Last Name Linked Field)
    4) In the sub BLOG site, create a new Site Column that is a Lookup to it's Contact app (based on Last Name Linked Field)
    5) In the sub BLOG site, add both the Parent Team Site Lookup and the Blog Site Lookup as an "Existing Column" to both the POST and the Document Apps.
    so at this point, you should have a blog sub site with a Post app and a Document app that have 2 new columns added: One is the Contact lookup column from the Parent site, the other is the Contact Lookup column from the local Blog site.
    Let the fun begin...
    6) On the Blog post details page (the page that comes up when you click on the title of an individual BLOG post), add 2 new web parts.... one is the existing "Post" library, which means you would have the same info just in a different view) and
    the other web part is the existing "Document" library. For each newly added Web part.... edit the current view and make sure to include the newly added Lookup columns.
    7) On the Blog's Document library page (the page that comes up when you view everything in this app), add 2 new web parts.... one is the existing "Post" library, and the other web part is the existing "Document" library (which
    is a duplicate of the already existing web part). For each newly added Web part.... edit the current view and make sure to include the newly added Lookup columns.
    Results....
    What you should see is that the actual "POST" page (/List/Posts/Post.aspx?ID=n) will not even display the original untouched web part. The added Document web part (with the new columns showing) will show and the Contact Linking works. The
    second occurrence of the Post Web part (which includes the new lookup columns) crashes and displays an error on the screen.
    If you open up the Document Library, you will see the original untouched web part working, and BOTH of the newly added web parts which includes the exact same "Post" + new Lookup columns as above.
    ... so long story short... the same web part for the same object library with the same display columns works in the _layouts/15/start.aspx#/myDocs/Forms/AllItems.aspx however does not work in the the /_layouts/15/start.aspx#/Lists/Posts/Post.aspx

    If you really feel it's a bug, you could join the +Apple Developer Connection+ — the +ADC Online+ category is free, here:
    ...then you can use this to create a trackable problem report:
    ...And no, you don't need to be a "developer" to join — just an Apple user who wants to make sure Apple knows there's a bug and have the ability to track its resolution.
    Problems with iWeb's blog are a recurring theme on these forums — so you may soon be back with a different iWeb blog problem: Lost all blog entries or all comments or unable to publish, etc. And whether iWeb's blog works well or not is of little concern to Apple as it's only a tiny part of their software repertoire. If you switch to a dedicated blogging platform you're likely to have a better experience. For a success story using a non-iWeb blog hosted on WordPress, see this old thread:
    _To blog or not to blog_

  • Is it possible to link to a specific Wordpress blog post within Muse?

    Hey Adobe Muse community,
    I'm currently building a site for a client who wants to have full editing capability of his blog posts. He's comfortable with Wordpress, and we've successfully embedded his blog in the Muse-built site. However, throughout the site, there will be references to specific blog posts (that would ideally link to that individual post directly) and he will probably want to promote new posts by being able to send or share the blog post url directly. Using the WP native url isn't really an option as the WP blog has been designed to fit within the Muse site (all redundant menus, call-outs, etc, have been removed), so it doesn't work well as a stand-alone. Additionally, the client doesn't want visitors to be taken away from the site in order to view the blog.
    Any help or insight would be most appreciated.
    Thanks all and happy holidays,
    Liz

    you can try using an Arrange Track (though i've found it a bit flaky):
    http://www.bulletsandbones.com/GB/GBFAQ.html#findarrangetrack
    (Let the page FULLY load. The link to your answer is at the top of your screen)
    aside from that, see these entries for the moving and deleting:
    http://www.bulletsandbones.com/GB/GBFAQ.html#split
    (Let the page FULLY load. The link to your answer is at the top of your screen)
    http://www.bulletsandbones.com/GB/GBFAQ.html#cutsectionnospace
    (Let the page FULLY load. The link to your answer is at the top of your screen)
    http://www.bulletsandbones.com/GB/GBFAQ.html#lockautomation
    (Let the page FULLY load. The link to your answer is at the top of your screen)

  • Title and description when sharing a blog post in Facebook

    I want to get the title and a piece of description of my blog post when sharing on Facebook and not just a url with no text...

    Problem is Matt that this is one of the things the Engineering team are just putting off and having the new web app engine and concept of "Build your own blog" to fix the issues is what is currently being run.
    I know I am not the only one not happy with this approach but it is a running trend when reporting issues like with the gallery module not working right.
    I am also not a fan of the current operations of bug reports where even it if it a game breaker if you try to use something because it does not work, if you the first or only one or a rare few to notice it and tell them, even in detail it wont get fixed as you know.
    You have to wait for a public issue as more people realise it or a beta bug to have people moan about it live to then get fixed. But it makes BC look bad and unless your one of the few partners with a bit of clout with BC it wont get addressed unless a big enough stink is made of it.
    I do not know many software developers who run this old approach and from a support stand point, while I know you cant agree or disagree with me on any of this it causes you guys a nightmare.
    YOu have issues reproted, you confirm them, they stop someone doing something they need for them or their clients and push and moan at you and its with the engineers and nothing you can do other then up vote it over and over till they finally get round to fix it.
    Bug fixing is one of the key things I think thats harming BC right now over new features, tags wrong, math calculation wrong, bugs preventing certain features not being useable for years...
    And then new features launched with bugs on top!

Maybe you are looking for

  • How to add multiple presets to responsive design view without having to resize the screen each time

    I want to be able to add multiple screen size presets to the responsive design view capability but don't want to have to resize the screen and add each one individually via the custom preset function. Have seen that some posts on the internet (http:/

  • Insert with multi-table

    Hi I wonder if the experts in the forum could comment on this usage. We have a Service class mapped to a Services table. We have a WhatsHotService class, that extends the Service class but adds a "rank" attribute, and this is mapped to a HotServices

  • Programs for SAPScripts

    Team, I am looking for a report or a table that lists all my Z-Forms (Custom forms) and the programs for these forms. I have looked at table TTXFP. But there are still some more forms I did not see in the table. I was wondering if there are any more

  • How to Integrate SAP EP with SAP PI to send data for creating reports in BW

    Hi Gurus I am struck with an Object/Interafce Creation in my project. My requirement is to Integrated SAP Enterprise Portal and SAP BW using SAP Pi. I am working on SAP PI7.1. The SAP EP sits on the Oracle Database and it will send some data required

  • 50% of message allowance used--on unlimited texting plan?

    Pretty much what it says on the cover.  I have an unlimited texting plan, but I just got a text saying 50% of my text message allowance has been used.  Granted, this isn't much of an issue, since it's for the billing period that ends tomorrow, but st