Question about best way to build page

I built a site by first designing it in Photoshop and then
slicing it up, leaving an area for the main text for each
individual page. I then brought the html and images into
Dreamweaver and built a template, making an editable region in the
table cell where the main text for each page will go. Here's a
screenshot to give you a better idea...
Screenshot
Originally I set it up so that the editable region had a
scroll bar to accomodate the amount of text for the page (I used
overflow set to auto in the CSS). The problem is, the client
doesn't want scrollbars and wants the page to dynamically expand
vertically based on the amount of text for the page (with the
woman's picture top aligned with the text and her bio link under
the nav bar, and the 2 magazine photos along with her blurb and
copyright pushed down to the bottom below the main text).
If I don't use scrollbars and try to put more text than will
fit into the cell of the editable region, it breaks the table and
the nav bar gets all screwed up and looks like this...
Screenshot
2
I'm at a loss, how can I set this up so the page will
dynamically expand vertically with the text? Any suggestions? Is a
table not the way to go? What's the best way of doing it?
I'm open to anything at this point, I've been trying things
on my own for hours with no results, any help is appreciated,
thanks!

xslamx wrote:
> The Photoshop design is what the client approved and is
expecting, so I'm kind
> of stuck with it and can't really simplify it. Is that
what you meant by
> "start in Dreamweaver", changing the layout to make it
simpler?
>
Its quite simple to recreate directly from within
Dreamweaver. Below is
the main html/css structure you require. Just a simple two
column, one
row table will do the job. Cut code below, paste into a new
Dreamweaver
document....add content and tweak a bit.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
Transitional//EN"
http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1">
<title>Untitled Document</title>
<style type="text/css">
body {
margin: 0;
padding: 0;
font-family: verdana, arial, helvetica, snas-serif;
font-size: 65%;
background-color: #000;
color: #fff;
line-height: 140%;
#mainTable {
width: 800px;
margin-left: auto;
margin-right: auto;
#leftCol {
width: 600px;
vertical-align: top;
#leftCol h1 {
font-size: 120%;
padding: 12px 0 0 0;
#leftCol h2 {
font-size: 110%;
padding: 12px 0 9px 0;
border-bottom: 1px solid #ccc;
#leftCol h3 {
font-size: 100%;
#leftCol h1, #leftCol h2, #leftCol h3 {
margin: 0 0 5px 70px;
width: 350px;
#leftCol p {
padding: 0 0 5px 0;
margin: 0 0 0 70px;
width: 350px;
#mindyImage {
float: right;
margin: 12px 12px 0 0;
border: 1px solid #fff;
#list {
margin-left: 70px;
padding: 0 0 0 15px;
width: 335px;
#leftCol ul {
margin: 0;
padding: 0;
#leftCol li {
margin: 0;
padding: 0;
#rightCol {
vertical-align: top;
padding: 20px 0 0 0;
#rightCol ul {
margin: 0;
padding: 0;
list-style: none;
width: 120px;
#rightCol li {
margin: 0;
padding: 0;
list-style: none;
#rightCol a {
text-decoration: none;
color: #8b7d6b;
background-color: #eedfcc;
display: block;
text-align: right;
padding: 4px 5px 4px 0;
</style>
</head>
<body>
<table id="mainTable" border="0" cellspacing="0"
cellpadding="0">
<tr>
<td id="leftCol">
<img src="makeUpStudioLogo.gif" alt="The Make Up Studio
Inc."
width="600" height="125">
<img src="mindy.gif" id="mindyImage" alt="Mindy - the
make-up artist"
width="150" height="250">
<h1>Introduction to make up Artistry for the aspiring
Makeup Artist.</h1>
<p>Having worked with students and clients for years,
Mindy now offers
a workshop-style lesson for the aspiring Makeup Artist.
You'll get hands-on instruction to suits your needs and
learn beauty
bascics to give you the knowledge needed to start a
progfessional
career. The course will include:
</p>
<div id="list">
<ul>
<li>Kit supply basics, informational</li>
<li>Introduction to brushes and tools</li>
<li>Introduction to color theory</li>
<li>Lighting basics</li>
<li>Skincare and prep</li>
<li>Basic beauty and corrective makeup</li>
<li>Sculpting the perfect brow....tools and
techniques</li>
<li>Applying false eyeleashes</li>
<li>Overview of all makeup uses</li>
<li>Concealer and foundation techniques</li>
</ul>
</div>
<h2>2-day beginner course-$600 (includes all materials
needed)</h2>
<h3>Career & Portfolio Development</h3>
<p>This workshop covers the basics necessary for a
carerr in makeup -
including resumes, business cards, making and keeping
contacts and
portfolio development. The first
few days will be devoted to technique. You'll then be
supplied with
models to create two distinct looks for your portfolio. Both
of your
designs will be photographed by one of the city's
to fashion photographers. Each student will choose two
photos from the
shoot to promote themselves. This workshop is an exciting
environment
for the Makeup Artist to express their creativity
for the purpose of promoting themselves.</p><br>
<p><strong>This course is limited to working
makeup
artists.</strong></p></td>
<td id="rightCol">
<ul>
<li><img src="curvetop.gif" alt="" width="120"
height="12"></li>
<li><a href="#">About us</a></li>
<li><a href="#">Portfolio</a></li>
<li><a href="#">In
Philadelphia</a></li>
<li><a
href="#">Testimonials</a></li>
<li><a href="#">Press
Awards</a></li>
<li><a href="#">Contact</a></li>
<li><a href="#">Links</a></li>
<li><img src="curveBottom.gif" alt="" width="120"
height="12"></li>
</ul>
</td>
</tr>
</table>
</body>
</html>

Similar Messages

  • Best Way to Build Page/Form Logic - Adobe Muse

    Hello! I would like to build a simple site with some basic logic to get customer reviews, please see example of how a site similar to what we would like to build is set  up: http://www.loveringnashuareviews.com/leave-review
    Can anyone recommend the best way to accomplish this in Adobe Muse? Would you use the Adobe Muse Form widget or imbed form HTML from a form builder? 
    I'd love to do it all within Adobe Muse to avoid having to sign up for a separate form building vendor, but I'm open to any and all suggestions:)

    Hi Reaver74,
    In the example site, the form is an interactive form where next option is offered based on the selection. This kind of form can't be created in Muse at the moment. You need to get the code for such form from some external source and embed it in Muse.
    Cheers!
    Aish

  • Best way to build a website with hundreds of pages

    What is the best way to build a website with hundreds of pages that include businesses in every city of the U.S. I will be building it in Dreamweaver CS4 and pulling the data from an MS Excel spreadsheet.
    I started building it by building the first page and then saving a new page with new data and so on.
    There must be a way to pull from the Excel doc without copying and pasting each page of data, and there must be a way to build this site smaller and easier to make changes when needed.
    Thanks

    You already have other people addressing the DB issues - so I will bring up the other... You are just saving a copy as a new page and then copy and pasting the changed content into  it?
    What you want to do is take the first page, once you have your design done - and save it as a template (file - save as - Dreamweaver Template).
    Then you want to select the areas (most likely the divs you have content in) that will have content changed, and select the div or p or whatever element... and go to Insert - Template Objects - Editible Region.
    Make sure you don't made editable the areas that are the primary design - such as a logo element, a header image, the navigation etc.  If you want to change those - you would do so by making the change on the template, and then it will automatically update all pages made based on that template.
    Once you are done setting up the templates - go to your new page and choose Modify - Templates - Apply Template To Page
    Select the template you just created (note it will be placed inside of a new folder titled "templates" automatically by Dreamweaver).
    Now, any of the areas you selected to add different content into will be selectable, and you can copy/paste or however you are doing so.
    Good luck

  • Best way for building an application main frame

    I'm about to program a desktop application.
    The main frame will have menus, toolbar, status bar etc.
    There will be a lot of interaction between the menus, toolbar buttons and other custom gui components (such as an editor).
    My question is which is the best way for building it.
    Cramming all the code in one class file is out of the question.
    I thought about making my own custom JFrame and add API functions like for it so different GUI elements can be accessed.
    Each component which will be manipulated will be in its own class file with the constructor accepting a reference to my custom JFrame object which it is contained in.
    Any suggestions on the matter would be of great help since I've never done extensive Swing programming before.
    P.S.
    The application makes extensive use of RMI.
    What considerations should I take into account (except using SwingUtilities.invokeLater()) ?

    Hi,
    I have replied on this subject somewhere else today but what I do is have one simple entry point where I just instanciate a JFrame.
    On that frame I have a main JPanel. On that panel I add new objects like JPanels, tabs etc.
    I keep each new panel in a separate source as it is easier when the application grows, and it will. That also means that several programers can work with the same application without interfearing each other.
    I hope you understand what I mean the the thing is to split up the code into several sources.
    It may not suit everyone but I found this approach to be the best for me.
    Klint

  • What is the best way to build an app?

    what is the best way to build an app?

    I've never done it, but sure, all sorts of companies will contract to code up an application for you - big companies like Honeywell and General Dynamics to Joe Programmer free-lancing out of his house will contract for computer coding projects.  Without knowing details of the app to be developed I have no idea what it would cost or how long it would take.  Some of the free-lance programmers I personally know bill out at over (some, well over) $100/hour.
    If you really think your idea is great, then be sure to approach discussing it with a developer as a business transaction.  Almost every company will have an unsolicted ideas policy in place (Apple explicitly does under their legal information page) and any unsolicited ideas sent in become the intellectual property of the company (by sending the idea unsolicited, you have legally "given" it to them).
    P.S. as to how long to learn how to program well?  Some people spend an entire college degree's worth of time and effort to master that.

  • Best way to build an web-based voice record player

    Could anyone please guide me on what technology to use to
    build a online voice recorded that would record a users voice using
    a flash player from a website and then the voice is saved on the
    server side. What would be the best way to build something like
    that.
    Thanks,
    Ket

    Use Flash or Flex for the client side, and Flash Media
    Interactive Server on the server side.

  • What is the best way to build a career path where I can evolve into an SAP role instead of one that is Customer Service based?

    In October 2011, my previous employer converted to SAP, as the rest of the worldwide entities were already using SAP. At that time, I was an Order Coordinator, where my job role was to process all of the Inside/Outside Sales Representatives orders for the US. Because of my keen attention to detail, the speed in which I learn new roles and general IT knowledge, I was asked to be the SAP SuperUser for our Financial Operations team. I quickly began to learn the roles of Order-to-Cash, Customer Master Data, Pricing Conditions, Contracts, some Material Master Data, and even Customer/Material Pricing Audits. I also performed manual customer billing in SAP until the automatic modules were implemented. Knowledge of these roles created a need for me to become a trainer to my team, where the SAP Consultants left off. After only working in SAP for the few months after the conversion started, I evolved out of an Order Coordinator rights of access and was given a not-so-typical role as an "analyst". I had more than a firefighter role in SAP, as my normal log in credentials gave me full rights to all of these modules and even special reporting. Our parent global company realized necessity for my role and followed proper protocol to authorize the access changes to still meet the SOx regulations. Prior to using SAP, I never thought I'd fall in love with it and enjoy my job so much, but it happened! Despite my previous employer's less than perfect data that was copied into SAP, we managed to have an efficient ongoing process to clean it all up.  I became more of a liaison between Financial Operations and our IT Dept/SAP Consultants. I "translated" the technical steps that IT/SAP Consultants were trying to teach everyone and trained my Financial Operations team in a way they would understand. I truly enjoyed my job, even at our most difficult moments.
    However, after all of the fun I was having while working in SAP and truly gaining a ton of useful experience and knowledge, "life" happened and I had an opportunity to move from Atlanta, GA to southern California. I've searched for months to find a new career here in California with a company that I could continue my learning experiences and become more proficient in SAP, but I'm a little lost. My search to find jobs have only given me possibilities in Customer Service positions or ones that are SAP sales/programming based. I'm floating in limbo and looking for help from the SAP community on where I can go from here to get back into a career path with SAP.
    I'm 28 years old and I'm currently finishing my Associate degree in Business Administration. I'm a Microsoft Certified Professional (MCP), certified with the Help-Desk Institute as a Support Center Analyst, and also completed my previous employer's Quality Advocate Certification which focused on Six Sigma and Lean concepts. Prior to leaving the company, I was being considered for a company sponsored training in the Six Sigma Green or Black Belt program. I've recently started working a contract position as a Customer Service Rep, processing orders, but the company will be completing an SAP conversion in May 2013; so only a few months away. The problem I have in this position is that I feel frustrated in learning their current software when their entire team seems to have their own personal ways of doing their job. I prefer to have structure and perform job duties the right way, then building on that to make the job more streamlined. I spoke with my recruiter but he feels I may be a bit premature on feelings about working in this contract position. I may be just feeling a little impatient in having to wait another 3 months to see if the company may even hire me on permanently and what role I would have with SAP, beyond Customer Service Rep. I'm hoping to get some direction from the SAP community on where I might focus my attention in learning SAP. My hope is to find a position working with SAP like the one I enjoyed so much back in GA. I'm even considering options to learn the programming side. I think SAP is a great software package once people understand how it's designed, or can be designed, to work.
    Please help!!
    I'd be happy to provide my resume to anyone willing to review it and give me some pointers. Any advice would be greatly appreciated!

    I appreciate the length and detail of your post. I struggle answering questions from folks who give too little info. It's refreshing to have too much info for a change.
    I'll summarize your post and give suggestions:
    You have very strong end user experience, almost bordering on support level SD knowledge. You have experience with the way that at least one company implemented SAP SD but don't have many years of experience with different approaches, so you can't pitch yourself as someone who's "been-there, done-that" outside of the SD world and you can't bill yourself as having SD functional knowledge to the extend that you could be a consultant for SAP SD.  (See FAQ: Different Career Paths in SAP for descriptions of different traditional SAP career paths.)
    You've moved to Southern California, which is chock full of companies using SAP, by the way, and you're having a hard time finding the right job. Your education is probably going to be problematic at this point. Most SAP related jobs require a Bachelor's Degree at a minimum. Definitely keep on going with your degree. I don't know where you're doing your associate's degree, but you might want to look in to Cal State Fullerton, which has an *excellent* SAP focused business degree program. (http://business.fullerton.edu/).
    You've found work at a company but had to start over at a lower level of responsibility. Since the job you just landed will be transitioning to SAP in 3 months, you have an opportunity to repeat your previous rise by volunteering to be a super-user again. Alternatively, you could talk to the group within your company and express your desire to help out supporting the system from the back end. Traditionally, companies lose a few folks immediately following an implementation, so there's a good chance that if you make your desires and skills known, that you'll be able to move onto the support team once a position opens up.
    All of the above assumes that you want to continue on the functional side of SD. You didn't mention any aptitude or preference for programming. It is certainly easier to get programming jobs than functional jobs (see How did you get your start in SAP?), but it seems like you really enjoyed the functional side of SAP. I do *not* recommend learning an SAP skill for which you have no desire simply to get a job, hoping that you can switch later. Use the skills you have to get the job you really want, doing something that really excites you. It's far to easy to fall into a job simply because it's there and get trapped and burned out.
    Hope this helps!
    Best regards,
      --Tom

  • What is the best way to build a news system?

    Hi everyone,
    I am building a website using webcenter and I need to do a section called "News". The Editor user is going to put on this section some news about the company.
    The doubt is: What is the best way to do is? There is a way to integrate the webcenter with Content Server and store the news as a content on it? Or the best thing to do is treat each news as a page (by using the task flow - Page create new)?
    Thanks
    Daniel

    Hi Daniel,
    I'm not shure if that is the best way, but we're using the Page Service Task Flow and scope.
    If you want to use Oracle Content Server(ucm) probably your user must create a doc(news) and upload it by using something like the Library Task Flow.
    Bye...

  • Best way to refresh page after returning from task flow?

    Hello -
    (Using jdev 11g release 1)
    What is the best way to refresh data in a page after navigating to and returning from a task flow with an isolated data control scope where that data is changed and commited to the database?
    I have 2 bounded task flows: list-records-tf and edit-record-tf
    Both use page fragments
    list-records-tf has a list.jsff fragment and a task flow call to edit-record-tf
    The list.jsff page has a table of records that a user can click on and a button which, when pressed, will pass control to the edit-record-tf call. (There are also set property listeners on the button to set values in the request that are used as parameters to edit-record-tf.)
    The edit-record-tf always begins a new transaction and does not share data controls with the calling task flow. It consists of an application module call to set up the model according to the parameters passed in (edit record X or create new record Y or...etc.), a page fragment with a form to allow users to edit the record, and 2 different task flow returns for saving/cancelling the transaction.
    Back to the question - when I change a record in the edit page, the changes do not show up on the list page until I requery the data set. What is the best way to get the list page to refresh itself automatically upon return from the edit-record-tf?
    (If I ran the edit task flow in a popup dialog I could just use the return listener on the command component that launched the popup. But I don't want to run this in a dialog.)
    Thank you for reading my question.

    What if you have the bean which has refresh method as TF param? Call that method after you save the data. or use contextual event.

  • Few Questions About Migrating Site & Editing Many Pages at Once

    OK. First things first. My manager doesn't want me listing
    our company name in this post since we are currently trying to get
    out of our hosting contract and she doesn't want to jeapordize
    anything in case someone stumbled across the post by a search or
    anything. FYI: I have Dreamweaver CS3.
    So here's the deal. My company would like to move our site
    away from this proprietary WYSIWYG online editor we have. The
    current setup locks us into to this silly online editor for our
    site and doesn't allow access to our files on their server. This
    means that if I want to simply change the file name of a picture on
    our site, I have to log in to their editor and go through about ten
    stupid steps. The problem is, the site is dynamically generated.
    Every page on the site looks something like this at the end:
    default.aspx?pageid=9. Those links are permanently attached to
    specific pages and the content on the individual pages rarely
    changes. I tried using some offline downloaders to grab every page
    of our site in case we move it elsewhere. When these pages are
    downloaded, though, the file names change and it breaks all of the
    links.
    If I go into the code and change every individual link to
    other pages and style sheets I can get it to look good.
    So my first question is: is there a way to easily allow
    Dreamweaver to import a couple hundred dynamically generated pages
    and make them into static pages so that they just look like
    "xyz.com/products.html"? Fortunately, our site is not extremely
    large (maybe 250+ pages) so in an absolute worst case scenario I
    could post a lot of the pages by hand.
    My second question regards changing specific items across many
    pages. Our current site contains the ability to place little
    widgets into pages. This means that if we want a navigation bar on
    a hundred different pages, we just edit the one entry for the
    widget and every page changes. I'm sure this is possible in DW, but
    I spent an hour trying to search online yesterday trying to find
    info and didn't answer my question. Is this what templates are for?
    I saw people mentioning Find All, but this didn't seem like a
    perfect solution. I apologize if this is a very stupid question. No
    one needs to take the time to explain the exact process to me, but
    if someone could just tell me the name of the functionality and if
    they know a specific resource to learn more about it, that would be
    wonderful.
    Whatever this functionality is, would I have to start over from
    scratch with the pages? Or could I implement it with the current
    site that's already put together? I'd be happy to convert the
    site to static HTML if there's an easy way to change multiple pages
    at once other than Find All and Replace.
    Thank you so, so much for any help. I appreciate it. I just
    want to make sure these things are possible before we start the
    ball rolling down that path.

    I think I could answer your questions with just one answer so
    here it goes.
    What you need to do when making this type of mass move from
    an online editor to DW would be to first download a copy of
    everything you have just so you have a backup in case any mistakes
    are made.
    Next with the downloading of the files. You will need to log
    in via FTP in Dreamweaver or via your file manager on the control
    panel of your website. If you are unsure of where this is or how to
    log in via FTP, you may need to contact your host for the login
    information. Even though the files appear to be dynamic I do
    believe that most editors would just store the pages separately and
    just uses includes to make that work. However, if this is not how
    it appears, post back with the name of the editor that you were
    using.
    Next, take one of the files you have. Based on the
    description you are giving me it sounds as if they all look the
    same just with different content (nav bar aside). If this is the
    case you can create a template file in Dreamweaver. Within that
    template you should place the content that is the same for all of
    your pages. Then make one editable region for your content to go
    into. These links can be found from the main toolbar for creating
    editable regions and other template functions (which I believe
    includes the navbar).
    Also one thing to note with templates is that they will
    automatically fix links on the pages when you save the template to
    include new files via links. So you don't have to worry about
    updating all of the pages all of the time. The only thing you would
    need to update the individual pages for would be for the content on
    those pages.
    Hopefully this will get you started in the right direction.
    But as I said in the beginning if you have trouble getting the
    files off of the site post a bit more information about what you
    have and hopefully someone here will be able to point you in the
    right direction.

  • Best way to create pages

    Hi,
    i have an application that contain several usercontrols that represent pages wich the user can navigate between .
    what i want is to create all these pages at application start ,while showing  a splash screen for example .
    and the application would be responsive , so i have to load all the pages in async  way.
    so i am looking for some guidance on the best way to do that, small snippets could help too ;)
    thanks and good day

    The UserControl themselves should be created on the UI thread like any other UI elements but you should move any long-running data retrieval code
    in the UserControls to a background thread. You could do this by starting a new Task:
    public partial class UserControl1 : UserControl
    public UserControl1() {
    InitializeComponent();
    System.Threading.Tasks.Task.Factory.StartNew(() =>
    //do this on a background thread...
    .ContinueWith((t) =>
    //do this when you are back on the UI thread
    }, System.Threading.CancellationToken.None, System.Threading.Tasks.TaskContinuationOptions.None, System.Threading.Tasks.TaskScheduler.FromCurrentSynchronizationContext());
    The UI will then remain reponsive during the time it takes for the code that runs on the background thread to complete.
    >>what i want is to create all these pages at application start ,while showing  a splash screen for example .
    Why? Creating all Pages/User Controls at once when the application starts sounds like a bad idea since you have to create the actual Pages/UserControls on the UI thread. You should probably create a page when it is needed instead of creating all
    pages before hand.
    For more information about how to display a splash screen, which is nothing more than an image that is displayed before the MainWindow of your application is up an running, please refer to the following page:
    https://msdn.microsoft.com/en-us/library/cc656886(v=vs.110).aspx
    This link could also be helpful:
    http://www.codeproject.com/Articles/3542/How-to-do-Application-Initialization-while-showing
    Anyway, creating the actual start up window and its Contents is always done on the UI thread and this should be done quickly. Bit make sure that you move any long-running code inside the window or UserControls to a background thread.
    Also remember that you should always create and access any visible UI elements (UserControls, Buttons, TextBlock, etc.) on the UI thread and not from a background thread.
    Hope that helps.
    Please remember to close your threads by marking helpful posts as answer.

  • Best way to insert pages from a document to another

    Hi everybody,
    I need to append/insert pages from a InDesign CS4 document to another one with all the content that may be present in page.
    What is the best way to implement that? I didn't find anything similar to kAddDocToBookCmdBoss.
    The optimum would be to have something like kAddPageToDocCmdBoss for better granularity.
    Thanks a lot in advance to anybody who will express his opinion.
    Luca Severini

    The Pages panel flyout menu has a "Move Pages..." action / dialog.
    It fires off several commands:
    kCreatePageFromPageCmdBoss
    cmd target is the target document
    UIDList is the source kSpreadBoss.
    IID_ILAYOUTCMDDATA document is the target doc again.
    followed by kMoveSpreadCmdBoss and kShufflePagesCmdBoss.
    Dirk

  • Best way to retrieve page source from a webserver using a fixed schedule??

    Right now I have a working program that will get the html source from a webserver, parse it and format to a more readable format. (In the future I would like to send a message with its content to a cellphone). But for now I would just like to know the best way to keep the connection object alive, while being able to call a GET request for the source (without having to create a new object everytime), in this case it is the bufferedreader. (The getSource() method is called in a thread every minute.
    What would be the best way to achieve this?
    Here is a snippet of the code for the web class.
    public class cWeb {
    static {
    try {
    myUrl = new URL("http://xxx.xxx.xxx/index.html");
    catch (MalformedURLException murle){
    System.out.println(murle.getMessage());
    catch (IOException ioe){}
    public static void getSource()
    String inputLine = null;
    pageSource = null; // this is a global var used in parse
    try {
    BufferedReader in = new BufferedReader(
    new InputStreamReader(
    myUrl.openConnection().getInputStream()));
    while ((inputLine = in.readLine()) != null)
    pageSource += inputLine;
    in.close();
    catch (MalformedURLException murle){}
    catch (IOException ioe){}
    }

    Hi,
    The data can be passed using URL parameters.
    In NW04s, Web Dynpro provides "Suspend" and "Resume" plugs for transferring the control to Non-WebDynpro framework and back to Web Dynpro application.
    1. Define an outbound plug of type suspend in the interface view
    -Suspend plug automatically generates a parameter with the name URL of type string
    2. Define a method (e.g. onActionSuspend) in the view controller, set return type void
    3. Define an action in the view controller (e.g. suspend, the event handler is onActionSuspend)
    4.Create the URL‘
    URL = newString(URLofTheExternalFrameworkapplication+ paramsString)
    5.Implement the FirePlug
    wdThis.wdGetTopLevelComponentInterfaceViewController().wdFirePlugSuspend(URL);
    6.Define an inbound plug of type resume in interface view.
    public void onPlugResumePlug{
    String resumepara=
    WDWebContextAdapter.getWebContext.getRequestParamet
    er/“param1“);
    From the non-WD framework,
    1. you have to get the currentURL
    String wdUrl= getCurrentUrl();
    2. Decode the URL
    try{
    wdUrl= URLDecoder.decode(wdUrl,“ISO-8859-1“);
    3.Then you can build the URL by appending URL params
    wdResumeUrl= wdUrl+ 'param1=' + result + 'param2'
    4. invoke it, the WD application would be resumed without getting timed out.
    If you don't have plugs of type Suspend and Resume in interface view in your IDE, then it maybe in the later versions of NW04s.
    Hope this helps.
    Thanks and Regards,
    Rohit Jaiswal

  • Best Way To Build A Song

    I was thinkin of ways to build songs and thought it might be interesting to hear what everyones opinion is on this? I know inspiration can come in many diff ways but... when actually in the recording process where is a good place to start assuming you are not recording live instruments?? Anyone? Thanks

    NOw you got me started
    Once you have your song................You listen back to it..........Let's say it sounds muddy......BEFORE you start EQing..........make sure it isn't muddy because of the orchestration !
    9 times out of 10 it is the composition that is muddy NOT the mix......
    Check your inversions of the chords .....make sure that your hook lines aren't duplicating notes that are in the block chords of the progression......Instead have them an Octave higher or lower............
    So every note has it's own space....That way everything is heard clearly...
    LEAN AND MEAN........music should breathe so don't be afraid of little pockets of nothingness.....
    Kick drum and bassline form a union and should sound Together (That gets rid of ALOT of low-end mud)
    That doesn't mean whenever the BASS hits, the Kick should hit.........just don't have them fight each other....
    SvK
    Oh yeah almost forgot......don't get caught listening and working on an 8bar verse loop for hours on end........Because it will become virtually impossible for you to think up anything to follow it!
    That is why I said get the entire chord Progression first.......
    SvK

  • Best way to build this animation seen on this page?

    My client wants something like this: http://www.cadence.com/us/pages/default.aspx
    I need to create something similar, and quickly.
    Thanks for any advice.

    JQuery is actually a series of libraries of Javascripts and CSS files which are linked to in the head section of your page, rather than installed.Often they are configured with additional Javascript blocks of code within the body of your page.
    If you're in the US and care to call, Google for my phone number. I screen all my calls, so be sure to leave a message and I'll pick up.
    Cheers

Maybe you are looking for

  • How do i control 2 text boxes with 1 scroll bar? (CS4)

    I want to control 2 Dynamic Text boxs with the 1 scroll bar component? I want them to scroll simultaneously with the user only needing to use the one component. Thank you in advance for your help

  • Can't log in with apple id

    I just purchased a mac mini. I can't download the updates for iTunes or iMovie.  I'm prompted to use my Apple ID to log in.  The agree button is grayed out on the terms page.  I clicked on "I've read the terms and conditions" so I don't know what the

  • File to Idoc - File not picked up

    Hi experts,                In the file to idoc scenario when i post a file in the file server it is not picked up by the file adapter. But in the communication channel monotoring it reports <b>'Process finished sucessfully'</b>. Help me out in this i

  • HT1414 Request unlock my Iphone 4s

    I need request unlock my Iphone 4s. I am using O2 network . I don ' t know . how to do it. I means go to apple stroe or O2 shop thank you ning

  • My Photoshop CC subscription doesn't seem to register properly

    Hi Community, I have the following problem that I hope you can help me with: I subscribed to Photoshop CC & Lightroom, the "photographers" special offer. Lightroom works fine, but Photoshop always tells me it's a 30 day trial and will run out after t