Not using Blog Entry as part of the URL

hi all,
When I publish my iWeb site containing a blog to a folder, I noticed that some of the folder is using my bolg entry/topic as part of the folder name.
Is it possible to get iWeb not use this.
thanks in advance.

Here;s an entry on Kyn Drake's site that might help you:
http://ww2.makentosh.com/tipsfromtheiceberg/Blog/Entries/2008/6/22A_ShortURL.html

Similar Messages

  • Using a variable as part of a url

    Hi
    Thanks for checking in!. I am trying to define one folder in
    a url as a variable
    //Here is what my code looks like before I try to use a
    variable as part of the url. And this works just fine.
    var nextImage:String = "events/1.jpg";
    this.loaderTarget_mc.loadMovie("loader.swf")
    //But when I try define the events folder as a variable I am
    having no luck.
    var gallery:String = "events";
    var nextImage:String = "(gallery)/1.jpg";
    this.loaderTarget_mc.loadMovie("loader.swf")
    I am hoping what I am doing wrong here will be obvious to
    someone who knows more than I do. Any ideas?
    Thanks again
    Scott

    Using variable inside a String Delimeter will make it as
    String. So put the variable out side the double code.
    var nextImage:String = gallery + "/1.jpg";

  • Content query webpart use a part of the URL as filter

    Hey,
    I have on root site in the site collection a list. Now I like to build up a site template (from which the user can create sub sites form the root site in the site collection.
    In this site template I like to bring on the homepage a content query webpart. The content query webpart has to show one item from the list on the start site.
    How can I configure that the content query webpart use a part of the URL as filter?
    Url is like:
    http://Server/SiteCollection/ID/home.aspx
    The ID must be the filter criterion in the content query webpart. How can I do this?
    Thanks for your help
    Stefan
    Viele Grüße Stefan
    Kontakt unter [email protected]

    Hi Stefan,
    You can create your own CQWP by subclassing the default one.
    Then you can override the CAML query to add criteria found in the URL.
    Here is more information and sample:
    http://www.andrewconnell.com/blog/archive/2008/02/18/Subclassing-the-Content-Query-Web-Part-Adding-Dynamic-Filtering.aspx
    http://msmvps.com/blogs/laflour/archive/2008/05/29/subclassing-content-query-web-part-to-override-caml-query.aspx
    Regards,
    Ludovic Caffin

  • Can not use overlapping entries?

    I am using a WRT110.  I use MAC address filtering and when I initially setup the list I had no problems.   Now I am trying to add another MAC address to the list and when I click on save, I get an error window stating "You can not use overlapping entries."  Other than that everything is working fine.  Anyone have any ideas?

    Hey make sure you are using the same MAC address its very important it should be in the same format & make sure you are connected properly through the router also do a complete network power cycle!!!

  • Queue up But Not Publish Blog Entries?

    Is there any way in iWeb to queue up blog entries but not publish them until their designated dates?
    For example, say I prepared blog entries for the month ahead. When I publish my iWeb site, these will all be published with future dates on them. Is there a way to not publish individual entries but still have them ready to publish when their dates come up?
    Also, is there any way to adjust the number of blog entries that appear on the main blog page?

    Is there any way in iWeb to queue up blog entries but not publish them until their designated dates?
    No.
    Also, is there any way to adjust the number of blog entries that appear on the main blog page?
    Inspector > RSS icon > Number of excepts to show.

  • I am trying to install the OS Mavericks upgrade on my MAC and it requests for me to enter an administrator password. I do not use an an administrator password on the machine. Any ideas how to resolve this?

    I am trying to install the OS Mavericks upgrade on my MAC and it requests for me to enter an administrator password. I do not use an an administrator password on the machine. Any ideas how to resolve this?

    If you bought the machine new yourself, and did not enter a password when configuring it, leave the field blank.
    If you bought it used, then you need to reset the password, as described here:
    Apple Article to reset the password

  • "you can not use multiple instance of Program at the same time"

    Hello @ all,
    I have a Problem, after the installing from Acrobat Testversion and acrobat reader in version in "all Combination" 8 an 9.
    I get this misstake information "you can not use multiple instance of Program at the same time" if I want open more then 1 .pdf.
    If I have no pdf open, but acrobat/reader so i can´t open with the same Misstake.
    I have deinstalled and installed, Allways I bekame the same information. I tryed all things to clean and know i don`t know forward.
    Important: by Drag an Drop in the Acrobat Reader it is going, but by direct click on the pdf i get mistake.
    Maybe, you know what I can do!
    Thanks for help!

    Installation of both Acrobat and Reader in the same Windows machine is not advisable. If I were you, I would remove both completely and then reinstall the one you want to keep.

  • Why if i want to listen to music and i'am not using headphones i don't hear the music coming from the mac

    why if i want to listen to music and i'am not using headphones i don't hear the music coming from the mac?

    that means that your mac still thinks the headphones are plugged in.  Try inserting and unplugging the headphones from the jack several times and see if it sets the toggle switch back.  If not, try sticking a toothpick or something sturdy and narrow in and see if you can manually flip the toggle switch.  That method is a last resort, you do not want to break anything off inside the headphone jack.

  • Whenever i upload my website using ftp, the site name ends up being part of the url, Can this be fixed?

    Whenever i upload my website using ftp, the site name ends up being part of the url, Can this be fixed?

    Publishing to a local folder is shown here...
    http://www.iwebformusicians.com/iWeb/Publish-Website.html
    ... and how to upload the files here....
    http://www.iwebformusicians.com/Search-Engine-Optimization/Upload.html

  • CSS loadbalancing based on parts of the URL

    HI,
    I've to do loadbalancing based on parts of the URL.
    The URL will look like this:
    www.myserver.com/a/b/c/d/x=12345/bdc/*.htm
    If the x=<digits> is includes I've to use server1-3 1 if the x is not included I've to use server 4-6
    I can right now think of two (2) methods:
    1) url ="/x=*"
    2) using a header-field group with field "request-line" and the operator contains.
    Now my two questions:
    - Is it enough to define in method 1 only "/x=*" or do I have to write down the whole path (/a/b/c/d/x=*) or is it possible to do url="*/x=*".
    - Is there any other way to have this sort balancing done?
    - Which method is best practise?
    Thanks in advance for answering.
    Kind Regards,
    Joerg

    Hi Gilles,
    thanks for your reply.
    So both methods are possible. From my point of view method two is more flexible even if less specific. Is there any other draw back you can think of using method two, the one with the header group.
    Kind regards,
    Joerg

  • Firefox no longer displays any part of the URL that I am visiting. How do i get it to display?

    I'm referring to ANY part of the url. It just shows a blank page. Running Win XP Pro

    Is there any evidence that there is text on the location bar when you type something and try to select and copy the text (Ctrl+A and Ctrl+C)?
    Does it help if you open a new window?
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    You can check for problems caused by a corrupted localstore.rdf file.
    *http://kb.mozillazine.org/Corrupt_localstore.rdf

  • How to get only the last part of the URL in the doGet() method?

    In the doGet() method is there a way to check what URL it was called from ? For example the URL was: http://localhost:8080/myproject/jsp/randomPhrase.php (the php here is purely for misleading purposes - it's all Java really). in the doGet() method I would like to get the "randomPhrase" part of the URL only - to determine where to redirect the user. How can I do that?
    Thanks.

    Hello there,
    As it seems to me the part of the URL you're looking fo,r corresponds actually to the name of the servlet, so why don't you just call the getServletName method?

  • Using multiple refinement web parts on the same page but have them hidden until needed

    I have a search results page that has several different Core Results web parts on it (each is connected to a different result source). all hidden by tabs using the HillbillyTabs interface
    http://www.sharepointhillbilly.com/Lists/Posts/Post.aspx?ID=42
    unfortunately you cant share a refinement web part across multiple results web parts. So I am left trying to figure out how to hide several refinement web parts and only show the active refinement webpart when the result source tab is selected.
    The template im using is an OOTB standard search results template with the refinement panel on the left navigation zone and the core results web parts configured in the main content zone.
    Scenario:
    Search text box passes query to multiple results web parts on a page. Only one results web part is displayed at a time (active tab). The refiner for the active tab shows and displays its refiners in the navigation panel.
    There are multiple refinement web parts in the navigation panel associated with each core results web part in the main content zone. These refiner web parts are configured with custom refiners.
    the results page displays just one results web part at a time via tabbed interface.
    I am trying to figure out how to make the refiner web parts show and hide depending on which tab is selected.
    Any help pointing to someone thats already attempted this would be appreciated! 
    Eric

    Hi,
    For your issue, you can consider using SharePoint Search Navigation which can achieve a similar feature but not on the same page.
    Search Navigation allows users to move quickly between search experiences listed in the Navigation. Navigation is displayed in the Quick Launch control on search pages, and can also be shown as a drop-down menu from the search box.
    For more information, you can refer to the blog:
    http://blogs.technet.com/b/tothesharepoint/archive/2013/11/13/how-to-add-a-customized-search-vertical-to-your-search-results-page-in-sharepoint-2013.aspx
    Best Regards,
    Eric
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Cookie bug using Administrative Server as part of the Cluster

    All using Weblogic 6.0:
              Administrative Server running on Windows 2000 Professional
              Managed Server running on Windows 2000 Server
              Both machines running in the same cluster.
              Requests being proxied by the Windows 2000 Professional machine running IIS
              Ok, now that you know our test environment, here's a little about our bug.
              If we begin an http session with requests being fulfilled by the
              administrative server (through the proxy), and shut down and bring the
              managed server back up, everything is fine. (No big surprise.)
              However, if requests are being fulfilled by the managed server and the
              administrator goes down and then comes back up, we get a
              "ReplicationManager: object 722399223287670702 not found" error, where the
              number seems to refer to value stored in the cookie after the last OR
              symbol as shown below.
              When the session is created, the cookie contains the following value:
              session id =
              OnIXh5A6DxUWgBrA2qCLIDN0Co1dewmjdV1ze1isn9Wur2CHl2k2|60563422118895
              84610/-1062731365/7001/7002|4648941459387506517/-1062731381/7001/7002|722399
              223287670702
              When the administrative server goes down, the cookie contains the following
              value:
              session id =
              OnIXh5A6DxUWgBrA2qCLIDN0Co1dewmjdV1ze1isn9Wur2CHl2k2|60563422118895
              84610/-1062731365/7001/7002|NONE|722399223287670702
              When the administrative server comes back up, the cookie contains the
              following value:
              session id =
              OnIXh5A6DxUWgBrA2qCLIDN0Co1dewmjdV1ze1isn9Wur2CHl2k2|60563422118895
              84610/-1062731365/7001/7002|4563245475623454445/-1062731381/7001/7002|722399
              223287670702
              Its pretty obvious how the cookie id breaks down, information before the
              first OR is client info specific to each client, between the first and
              second OR is information regarding the first server from the cluster to
              fulfill the requests. The info between the second and third is the
              identification of the backup server containing the replicated version of the
              session. And the last bit of information seems to be an ID referring to the
              session object as stored in memory. As you can see, the value that the error
              is referring to never changes. SO WHY DOES THE OBJECT GET LOST?
              This is a big problem for us, as our resources are limited (as I assume
              everyone else's is). Is this just a bug? If so, is there a service pack
              already available? If its not a bug, it should be as resolving the bug
              allows the administrative server to be part of the cluster saving everyone
              the money for an extra machine and (here's the killer) the money for an
              extra weblogic license to run on a administrative server separate from the
              cluster (in which case it works fine, just costs a whole lot more).
              Well, I hope this is clear enough. If not please ask whatever you need to
              know. We are looking for any information anyone can provide.
              Thank you,
              Chad Griffith
              Software Engineer
              VisionTEK Inc.
              [email protected]
              

    To answer your question, fail over works fine, i.e. if a session is
              maintained on the managed server, we can shut it down and the session is
              transferred to the administrative sever.
              The only problem we are having is when the session is on the MANAGED server,
              and the ADMIN server goes down and back up WITHOUT any session transfer.
              As for shutting down an admin server, you can bring it back up while managed
              servers are running by using the -Dweblogic.management.discover=TRUE
              setting.
              I hope this clarifies everything.
              Thanks again,
              Chad
              "Sioux France" <[email protected]> wrote in message
              news:[email protected]...
              > Is this an admin server problem though? Can you try the opposite? i.e. IS
              it
              > possible to connect to the Managed server for your http requests (through
              > the proxy)? If so, then shut down and bring back the managed server. I'd
              > expect that to go wrong in the same way? Likewise if you shutdown and
              bring
              > back the admin server in that configuration you would not have a problem?
              > "Chad Griffith" <[email protected]> wrote in message
              > news:[email protected]...
              > > All using Weblogic 6.0:
              > > Administrative Server running on Windows 2000 Professional
              > > Managed Server running on Windows 2000 Server
              > > Both machines running in the same cluster.
              > > Requests being proxied by the Windows 2000 Professional machine running
              > IIS
              > >
              > > Ok, now that you know our test environment, here's a little about our
              bug.
              > > If we begin an http session with requests being fulfilled by the
              > > administrative server (through the proxy), and shut down and bring the
              > > managed server back up, everything is fine. (No big surprise.)
              > >
              > > However, if requests are being fulfilled by the managed server and the
              > > administrator goes down and then comes back up, we get a
              > > "ReplicationManager: object 722399223287670702 not found" error, where
              the
              > > number seems to refer to value stored in the cookie after the last OR
              > > symbol as shown below.
              > >
              > > When the session is created, the cookie contains the following value:
              > > session id =
              > > OnIXh5A6DxUWgBrA2qCLIDN0Co1dewmjdV1ze1isn9Wur2CHl2k2|60563422118895
              > >
              >
              84610/-1062731365/7001/7002|4648941459387506517/-1062731381/7001/7002|722399
              > > 223287670702
              > >
              > > When the administrative server goes down, the cookie contains the
              > following
              > > value:
              > > session id =
              > > OnIXh5A6DxUWgBrA2qCLIDN0Co1dewmjdV1ze1isn9Wur2CHl2k2|60563422118895
              > > 84610/-1062731365/7001/7002|NONE|722399223287670702
              > >
              > > When the administrative server comes back up, the cookie contains the
              > > following value:
              > > session id =
              > > OnIXh5A6DxUWgBrA2qCLIDN0Co1dewmjdV1ze1isn9Wur2CHl2k2|60563422118895
              > >
              >
              84610/-1062731365/7001/7002|4563245475623454445/-1062731381/7001/7002|722399
              > > 223287670702
              > >
              > > Its pretty obvious how the cookie id breaks down, information before the
              > > first OR is client info specific to each client, between the first and
              > > second OR is information regarding the first server from the cluster to
              > > fulfill the requests. The info between the second and third is the
              > > identification of the backup server containing the replicated version of
              > the
              > > session. And the last bit of information seems to be an ID referring to
              > the
              > > session object as stored in memory. As you can see, the value that the
              > error
              > > is referring to never changes. SO WHY DOES THE OBJECT GET LOST?
              > >
              > > This is a big problem for us, as our resources are limited (as I assume
              > > everyone else's is). Is this just a bug? If so, is there a service pack
              > > already available? If its not a bug, it should be as resolving the bug
              > > allows the administrative server to be part of the cluster saving
              everyone
              > > the money for an extra machine and (here's the killer) the money for an
              > > extra weblogic license to run on a administrative server separate from
              the
              > > cluster (in which case it works fine, just costs a whole lot more).
              > >
              > > Well, I hope this is clear enough. If not please ask whatever you need
              to
              > > know. We are looking for any information anyone can provide.
              > >
              > > Thank you,
              > > Chad Griffith
              > > Software Engineer
              > > VisionTEK Inc.
              > > [email protected]
              > >
              > >
              >
              >
              

  • Is anyone using PAM for archiving e-mail? I am having trouble opening archived e-mail attachments using Firefox. I know the reason for this is part of the url gets left out when using Firefox. Works fine with Internet Explorer.

    This part of the path https://mail.domain.org/owa/ (see below) when place in allows Firefox to open the attachment.

    Autodiscover service on Exchange seems to be ok from the result of testing. We might change our mind and check if this is a network issue.
    If you are using Windows 7 or higher version OS, try to run the following command in CMD to disable the Autotuning function:
    Netsh interface tcp set global autotuning=disabled
    For more information, please visit here:
    http://slowpctexpert.blogspot.com/2010/12/speed-up-windows-7-disable-autotuning.html
    Tony Chen
    TechNet Community Support

Maybe you are looking for

  • How to move Mobile Applications folder while sharing an Itunes library

    For reasons that would be long and hard to explain, I decided some times ago to open a second user on my Book Pro dedicated to my music collection. The collection required to be stored on an external HDD, so the second user's Itunes folder links to a

  • S-Video equivalent for Mac

    What is the S-Video cable (equivalent to PC) that would run from my Mac to the TV? I would like to run movies on my Mac and watch them on my TV

  • Refer to a JTabbedPane from the porgram /&what is the first method invoked?

    Hi there, I have been researching for this for a while and couldn?t find the answer, maybe some of you guys can help. Situation: I have a program with some JTabbedPane in it           panel.setLayout(new BorderLayout());           JTabbedPane pane =

  • Pull parser to read documents into container

    I decided to open new thread, as my question arised from the different problem described here. In general, I have a problem (probably related to a memory) with loading huge amount of data (474 MB) into node storage container. After suggestions I deci

  • Em not responding

    when i tried opening the em i keep getting this page which tells me that the database status is currently unavailable. I have been using it for the past 4 hrs without any problem but now it is giving me the error '500 internal server error'. pls can