Must I use frames for this?

I have some external links that I'd like to keep within a
site versus opening a new browser window (for branding purposes).
Do I need to set up a page with frames to essentially bring those
sites into my main content area?
Thanks!
Eric

This is a multi-part message in MIME format.
--------------050207030400080007010702
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
sorry, i left this part out of my last message, and just
wanted to
mention that i'm aware of the page history button next to the
back
button that allows you to choose which page to go back to,
and use it
often. but many people do not know about that handy option,
and would
instead just keep clicking the button until they get back to
where they
want to be.
that's all!
courtney (n h c) wrote:
> sorry, but i disagree. what if the visitor is taken to
the other site
> and starts clicking around in that site? then they have
to click the
> back button who knows how many times to get back to the
page they were
> on to begin with. i, personally, would much rather just
have to click
> the close button once on the new tab or window, than
click "back"
> however many times it takes me to back to the original
page.
> obviously, everyone has their own preferences, but i'm
gonna have to
> go with one click over several on this one. not to
mention, what if
> the new site has some kind of form on it that they fill
out? i doubt i
> have to tell you what happens with a lot of forms when
you try to
> click back to where you were before the form.
>
> also, what if the visitor gets caught up in the new
website and
> forgets where they started in the first place? the back
button won't
> help then. they're just gone. and my company has lost a
potential
> customer. but if the new site is in a different tab or
window, when
> they close it they'll see my site again, and be all
like, "oh yeah! i
> was looking at this site before. guess i'll look at it
some more."
>
> i guess i'm not so worried about people who don't notice
when a new
> window or tab is opening. it's fairly obvious when that
happens. and
> if it's that much of a concern, you can add an alert
pop-up that lets
> them know the link is opening a new window. i have a
link on one of
> the websites i work on that has an alert that says
something like
> "this link is opening a different website in a new
window. close that
> window to return to this site." i did this because
having it open in
> the same window was confusing people. they thought the
new site was
> part of ours.
>
> i'd be interested in other people's thoughts on this.
>
> Michael Fesser wrote:
>> .oO(courtney (n h c))
>>
>>
>>> yeah, that would probably be the only way to do
it. but i'd recommend
>>> just opening them in a new window. i've done it
with frames before, and
>>> it just doesn't work well. you're basically
trying to fit one website
>>> into another, and it generally looks horrible
(not to mention the
>>> various drawbacks involved in using frames in
general). i understand the
>>> desire to keep people on your site, but you can
achieve that by having
>>> the links open in a new window/tab, because your
site will still be
>>> there when the visitor closes the new
window/tab.
>>>
>>
>> It's an illusion that you can keep visitors on your
own site if you open
>> external links in a new window. People know how to
use a "back" button -
>> it's the second-most used function in a browser. New
windows/tabs might
>> even be confusing, because they break(!) this
important function.
>>
>> Frames and the 'target' attribute are not allowed in
all strict (X)HTML
>> standards for good reasons. It's best to simply link
to the other site,
>> without trying to mess with how or where the browser
will display it.
>> Let the browser and the user decide such things.
>>
>> <a href="
http://example.com">another
site</a>
>>
>> That's it. Can't get easier.
>>
>> Micha
>>
--------------050207030400080007010702
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01
Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
sorry, i left this part out of my last message, and just
wanted to
mention that i'm aware of the page history button next to the
back
button that allows you to choose which page to go back to,
and use it
often. but many people do not know about that handy option,
and would
instead just keep clicking the button until they get back to
where they
want to be.<br>
<br>
that's all!<br>
<br>
courtney (n h c) wrote:
<blockquote cite="mid:[email protected]"
type="cite">
<meta content="text/html;charset=ISO-8859-1"
http-equiv="Content-Type">
<title></title>
sorry, but i disagree. what if the visitor is taken to the
other site
and starts clicking around in that site? then they have to
click the
back button who knows how many times to get back to the page
they were
on to begin with. i, personally, would much rather just have
to click
the close button once on the new tab or window, than click
"back"
however many times it takes me to back to the original page.
obviously,
everyone has their own preferences, but i'm gonna have to go
with one
click over several on this one. not to mention, what if the
new site
has some kind of form on it that they fill out? i doubt i
have to tell
you what happens with a lot of forms when you try to click
back to
where you were before the form.<br>
<br>
also, what if the visitor gets caught up in the new website
and forgets
where they started in the first place? the back button won't
help then.
they're just gone. and my company has lost a potential
customer. but if
the new site is in a different tab or window, when they close
it
they'll see my site again, and be all like, "oh yeah! i was
looking at
this site before. guess i'll look at it some more."<br>
<br>
i guess i'm not so worried about people who don't notice when
a new
window or tab is opening. it's fairly obvious when that
happens. and if
it's that much of a concern, you can add an alert pop-up that
lets them
know the link is opening a new window. i have a link on one
of the
websites i work on that has an alert that says something like
"this
link is opening a different website in a new window. close
that window
to return to this site." i did this because having it open in
the same
window was confusing people. they thought the new site was
part of
ours. <br>
<br>
i'd be interested in other people's thoughts on
this.<br>
<br>
Michael Fesser wrote:
<blockquote
cite="mid:[email protected]"
type="cite">
<pre wrap="">.oO(courtney (n h c))
</pre>
<blockquote type="cite">
<pre wrap="">yeah, that would probably be the only way
to do it. but i'd recommend
just opening them in a new window. i've done it with frames
before, and
it just doesn't work well. you're basically trying to fit one
website
into another, and it generally looks horrible (not to mention
the
various drawbacks involved in using frames in general). i
understand the
desire to keep people on your site, but you can achieve that
by having
the links open in a new window/tab, because your site will
still be
there when the visitor closes the new window/tab.
</pre>
</blockquote>
<pre wrap=""><!---->
It's an illusion that you can keep visitors on your own site
if you open
external links in a new window. People know how to use a
"back" button -
it's the second-most used function in a browser. New
windows/tabs might
even be confusing, because they break(!) this important
function.
Frames and the 'target' attribute are not allowed in all
strict (X)HTML
standards for good reasons. It's best to simply link to the
other site,
without trying to mess with how or where the browser will
display it.
Let the browser and the user decide such things.
&lt;a href=<a moz-do-not-send="true"
class="moz-txt-link-rfc2396E"
href="
http://example.com">"http://example.com"</a>&gt;another
site&lt;/a&gt;
That's it. Can't get easier.
Micha
</pre>
</blockquote>
</blockquote>
</body>
</html>
--------------050207030400080007010702--

Similar Messages

  • Why doesn't SAP use SAPUI5 for this and that

    This is my personal opinion about this topic! Again and again I stumble about this and now I want to share some of my thoughts about this topic. I want to share this from a point of view, when I was not a SAP Employee - I worked at a SAP Partner company - because this best reflects the view from the outside.
    1. SAP "wants" us to use SAPUI5
    I don't think that "wants" is the right word - the right word is offers! In terms of: hey now even included in your license and open sourced (because you wanted it so). Look - we build sooo many Fiori apps with it - and put in some great enterprise features (right to left, accessibility, translation, ...) and it is responsive. So if you want to build Fiori-like "apps" - there you go - this is your technology to go! This is what I understood.
    I was very very very happy that it was build with open standards. But the main point for me another thing - (because I worked with Sybase Unwired Platform and SAP Mobile Platform) OMG an open data protocol!!! OData FTW! I could use ANY front-end technology and consume SAP data - the protocol is REST based - a dream came true. And so I did - yes I played around with Sencha Touch and OData, I used data.js and used it in a standard HTML5 application. We played around with an iOS application we already had and consumed the data. I feed the data into d3.js. I prototyped around with SAPUI5 and I have build apps with it. Brilliant, so I could choose whatever UI technology I wanted.
    I always had the feeling, that SAPUI5 was meant for B2E applications - and building many of that - and they should look and feel the same and I can theme the apps. I can use it when I want to make my applications SAP like - so that the user thinks the apps are all the same and everything fits nicely into the Fiori launchpad - great if you want to build partner apps. In my ex company we won a SAP Pinnacle Award - for a native iOS app, no SAPUI5 in sight - but we have received an award, so SAP did not "want us" to use SAPUI5 ;-)
    2. Is it the right UI technology for everything?
    At my ex-company I was dealing with mobile applications and web apps. I always knew that I get the best user experience when I write a real native application and if you want it to look like in a very specific way with awesome UI --> you would not do it with a write-once-run-everywhere HTML5 super-styled wrapped (phone gap/cordova) app - you would write the apps for the specific platform and it should feel like it was written for the platform. SAP offered us the SAP Fiori Client that I could enhance the user experience for the Fiori apps, but I was never told to use SAPUI5 it for everything.
    The same discussion goes on with: why was the new SAP website not build with SAPUI5, or the UX Explorer (eat your own dog food), or a useful internal app - why Angular, or the other way around why do we even use SAPUI5 and not Angular JS itself. Back to the past - SAP did never tell me to build a website with it, or to build something tiny and small with it (a widget) - or to enhance parts of a website with it - or to build something super-specific with it.
    And yes maybe the UI in a mobile app was not SAPUI5 but do you know if it uses Gateway with OData or the SAP Mobile Platform, was the API managed with Apigee, was HCI involved in getting the data from different sources, was it maybe wrapped with SAP Mobile Secure, did it maybe use a HANA backend or some of its features (predictions, text analytics, ...) - are some backend parts maybe hosted on HCP - who knows? So yeah, maybe other SAP technology was involved which you don't see, but in the end it made your life simpler.
    Instead of arguing around why this and that was used for this and that - can we save our energy and instead look at the result - which is all what counts - that it was the right UI technology with the right user interface which makes the user happy? I stated something like - does Google use AngularJS for everything? Nope. They offer us something great we can use. Right, maybe AngularJS is not as important for Google like SAPUI5 is for us. But we have something with which we can build our day-to-day business apps with and we do so.
    3. We missed great opportunity in not using SAPUI5 for this and that
    Let's think about how projects are going: you want something, you look at the costs, you choose most efficient option. Yes this could mean reusing an existing native application which was written long ago and you pimped it up. Or you had outsourced it to a company which wrote a similar app. Or you bought the source code. Or you have some cheap internal staff which could do it (students, trainee), or you could outsource it cheaply. Or all you have is people with experience in this and that technology. Or it must look in a very very specific way (because marketing says so) and you go native. Or it maybe should even differentiate itself and should look NOT like a Fiori app. And no - I don't think - this is my employees view - we are not for example an event app producer. We normally build business applications. And I don't think that we can write an app from scratch "just" for an event in a certain technology. Yes it would be nice if this and that would use SAPUI5, I think if it would be possible in terms of time and costs and UI wishes and hundreds of other factors we would do it with SAPUI5.
    Working at the partner SAP showed me over 50 Fiori apps, now hundreds of Fiori apps are released. SAP now showed that SAPUI5 is going big with S/4HANA. We have seen the Simple Finance solution. I was walking around at the CeBIT this year and I was impressed myself which cool apps and screens have been shown with SAPUI5. I used the SAPUI5 app on a Samsung Smart Watch myself. The SAP Web IDE itself is built with SAPUI5 in its heart. I don't need any other "proves" that SAPUI5 is great. I have seen great use cases for it, but I also know myself when I would use other stuff.
    4. My conclusion
    There is never every anything which can cover all different use cases. One-size-fits-all clothes also does not fit for everyone even if it says so. If someone creates something great don't judge it by the UI technology. Judge it by the experience and the value it creates. There are reasons why this and that was chosen. Use what fits your needs best with your requirements. Make the end user happy!

    Hey Denise,
    Thanks for pulling this discussion into SCN. Makes it much easier to discuss compared to Twitter. But I also have to apologize in the beginning that my answer now exceeds 140 characters by 50 times.
    Let me share my thoughts and personal opinion as well. I will try to look at it from a strategic point of view, as you – as the technical UI5 expert - have already covered the technical perspective.
    SAP recommends using SAPUI5 where it fits to customers’ requirements
    Let me begin with a clear statement from my perspective: It makes no sense that SAP takes customer decisions.
    Of course, customers expect SAP to help them with their strategies and decisions and of course we are helping. But at the end, the decisions have to be taken by the customer who needs to take the specific conditions of the company into account. The most important condition in the context of UX is the end user. But we shouldn't forget the business strategy as the most important influence factor. I’m not saying that technical decisions are completely unimportant, but I would like to point out that other things are more important for a company.
    As a result, it wouldn't make a lot of sense if SAP would just want every customer to use SAPUI5. To me, customers need recommendations leading to solutions that satisfy their needs and requirements.
    There is not that one UI technology that serves all needs
    This headline might be a challenging statement and I can already imagine reactions to it. But in fact I can confirm this sentence easily. You always have to combine different technologies. Some of them are from SAP others not. The selection and combination of these technologies is different from customer to customer because the requirements are different. There are still reasons to use Web Dynpro ABAP and I’m still recommending SAP NetWeaver Business Client, POWL (Power Lists), WDA Chips, FPM based on the given environment of the customer. And obviously there are also reasons for UI5.
    SAP already proves the usage of SAPUI5
    In general, I see two different use cases here: Developing custom applications vs. adopting applications from SAP.
    In the one case, customers want recommendations on development environments and UI technologies that consider their development requirements and existing conditions (e.g. existing skills, given implementations). SAPUI5 is a great UI technology and there are some special aspects that make the decision obviously easy. If I want to create simple business applications that can be connected with my SAP system easily, especially in combination under responsive conditions on multiple devices and targeted for casual and/or occasional users UI5 might be the right choice for many.  Exactly this pattern is what many customers are searching for these days. So, the recommendation for UI5 comes quite often.
    Whether or not SAP proves the usage of SAPUI5 in their own world is to me more connected to the use case where customers want to adopt SAP applications. And in deed, SAP is using SAPUI5. There are hundreds of SAP Fiori applications that have been built with SAPUI5 and there have been a lot of other applications developed using SAPUI5, too. And again, there is a huge need for applications for casual and/or occasional users, so that’s a big reason for SAP to create such applications.
    Websites vs. Business Applications
    This discussion was triggered by some statements in twitter, that SAP sites such as sap.com, SAP UX Explorer or the latest mobile conference app are not developed using UI5. Actually I see these to be websites but not business applications. I have never told a customer to build a website in UI5 and I would continue to do so.
    Maybe we need to discuss the difference between a website and a business application. I guess it is not easy to find a common understanding here, as the borderlines between several worlds have disappeared in the last years.
    Some years ago it was more or less easy to differ between:
    Native desktop applications running on a specific desktop OS
    Native mobile applications running on a specific mobile OS
    Browser-based applications running in specific browsers
    Websites, basically running on many browsers
    In the first three categories we saw business applications. 1 and 2 were selected especially when specific functions of the device and OS where needed to be accessed (for example the camera of the mobile device, the fast rendering capability of the desktop). 3 was also used for business applications but in most cases on desktop browsers.
    Today, one can develop browser-based applications that look like native applications and even can access the devices like native applications. Responsive design breaks the borderlines even more. Now, browser-based content can be rendered perfectly on a desktop browser as well as on a mobile phone and a user might even not be able to judge whether it was originally intended to be developed for the one or the other.
    So maybe there is no big difference anymore between websites and browser-based applications. But there is still a difference between browser-based applications and browser-based business applications, where additional requirements such as integration into business systems are drivers. Here I see SAPUI5 as a very cool UI technology.
    That’s just my 2 (personal) cents,
    JJ

  • "You must specify a value for this required field" in SharePoint list

    HI All,
    I have a couple of taxonomy fields in my content type. When I try to add a new item with my content type and save, I'm getting an error message "You must specify a value for this required field" against each taxonomy field. I'm not sure what am
    I missing. I deleted the content type and added that again to my list but still no luck. Can someone please help me out? Thanks.
    Regards,
    SC Vinod

    hi
    it depends how you updated existing field. We faced with the problem that update of taxonomy site column was not propagated to the lists. In Sharepoint when content type is bound to the list, new hidden content type is created for that list - you may check
    it if will enumerate
    SPList.ContentTypes property. And when you try to update site column changes may not be propagated to these list content types. In order to update it you need to get reference on a field from list content type and update if explicitly.
    Blog - http://sadomovalex.blogspot.com
    Dynamic CAML queries via C# - http://camlex.codeplex.com

  • Can I use DMU for this database?

    Hi everyone,
    I am snippeting a CSSCAN ( i know..) so that will reveal the amount of convertible data we have to tackle and wanted everyone's opinion if we can use DMU for this database.
    [Data Dictionary Conversion Summary]
    Datatype Changeless Convertible Truncation Lossy
    VARCHAR2 7,805,484 202 0 0
    CHAR 1,573 0 0 0
    LONG 220,073 0 0 0
    CLOB 91,227 15,718 0 0
    VARRAY 23,479 0 0 0
    Total 8,141,836 15,920 0 0
    Total in percentage 99.805% 0.195% 0.000% 0.000%
    The data dictionary can not be safely migrated using the CSALTER script
    [Application Data Conversion Summary]
    Datatype Changeless Convertible Truncation Lossy
    VARCHAR2 68,382,337 350,836 39 84
    CHAR 322,930 0 0 0
    LONG 0 0 0 0
    CLOB 32,522 13,257 0 0
    VARRAY 1,552 0 0 0
    Total 68,739,341 364,093 39 84
    Total in percentage 99.473% 0.527% 0.000% 0.000%
    I think it should be fine.
    Please let me know.
    thanks

    Hello,
    the amount of convertible has no relation to if you can use dmu or not.
    of course, the less convertible, the less time the conversion process itself will take, but that's about it
    Regards,
    Gunther

  • Disable most recently used items for this field in CRM 2013

    Hi,
    I have checked "Disable most recently used items for this field " property option for lookup filed in CRM 2013. But it still displaying MRU items on the lookup filed. Can someone please help to fix this ?
    Regards,
    Thanga

    did you try to clean your browser cache? use a different browser?
    My blog: www.crmanswers.net -
    Rockstar 365 Profile

  • Using QuB for this database problem

    Hi, I have a problem of trying to list links on a website I am creating and if I am correct, I need to link 2 tables on the database. I was trying to use QuB for this but am tearing my hair out.
    Here is my problem:
    I have a list of links on a website and each one belongs to a category for eg:
    Category: Biomass
    Comapny Name: AN Other
    WebLink: http:abc.com
    Now how can I show all the Biomass links together under the one heading and all the others under their own heading eg, Windpower, Boilers etc.
    Can I use QuB for this?
    The tables I have are:
    Table 1:
    id
    Category
    Table 2:
    id
    Category
    Client
    Weblink
    That's it, hope I haven;t confused everyone, because I'm confused enough!
    Thanks in advance.

    Unfortunately, this is a common problem with serialization : If an obj which does not implement Serializable is a non-transient member of an object that is Serialized, Java throws a NotSerializableException.
    Therefore, you have to walk through the chain of objs to make each one of them serializable, which is not always practical.
    Below is a link that presents a solution to this problem, by using a SerializableAdapter (using the Adapter design pattern) :
    http://www.javageeks.com/Papers/SerializableAdapter/SerializableAdapter.html

  • Can I use JMS for this?

    User logs into our administrative console, selects a job, clicks run.
    Behind the scenes, the run command actually creates a job and returns XML which provides a long list of commands that need to be executed in order for that "job" the user triggered to be complete. This XML contains everything from shell scripts that need to be triggered to PL/SQL functions and stored procedures that need to be called...and they're listed in this XML file in the order they need to be executed and the next process in the list can only be executed when the process before it is finished. This all needs to go on behind the scenes, uninhibiting the user's experience on the website...so that's why I thought I might be able to use JMS but it seems everything needs to be written in java for this to work, which is a problem being I need to trigger runtime processes on the Linux box to execute shell scripts, which are not written in java...how would those shell scripts communicate with the JMS?
    Anyone doing anything like this? Examples somewhere? It's kind of like a job management console...the jobs are pretty complex and can take up to 45 minutes or more to complete, which is why we need to come up with a way to run them from the app server, but in the background, asynchronously from the user's website utilization. This obviously, because of the time some of these take to complete, can't be a request/response architecture...
    Thoughts? Help? Anything greatly appreciated.
    Thanks!
    rlb

              poorni wrote:
              > Hello everyone,
              > I need to send an alert message from the client to a server(which is
              > remote). Can I use JMS for this?.
              Yes.
              If so can anyone please suggest me
              > an open source JMS provider.
              WebLogic has JMS built-in.
              > Thank you,
              > poornima
              

  • I lose cellular network on my iPhone 5s every few minutes. In fact, I barely have cellular network snce updating to iOS 8.0.2. There must be some fix for this. It's ridiculous!

    I lose cellular network on my iPhone 5s every few minutes. In fact, I barely have cellular network snce updating to iOS 8.0.2. There must be some fix for this. It's ridiculous!

    Hey nazifab,
    Thanks for the question. I understand that you are experiencing issues with your iPhone 5s. The following resource provides troubleshooting information for cellular connection issues:
    iPhone cellular data connection issues
    http://support.apple.com/kb/ts3780
    Thanks,
    Matt M.

  • Help with using frames for animation

    I am using frames to animate webpage using fireworks 4 (I
    know, hopelessly outdated). I seem to have two different
    collections of frames that interact- one for the main image, and
    one for the slice I'm trying to animate as a GIF. I can't seem to
    change the time delay for each frame when I'm editing the slice.
    What can I do to make this work?

    Yep you have answered your own question.
    Choose export, file export and click the scale images option, and original options (assuming they are already jpegs).
    (As you say exporting as webpage creates the page for you but can create images in two sizes (thumnails and main) which can be helpful. The downside the that the filenames for the images as numeric. 1.jpg, 2.jpg etc.)
    While a longer process and with no direct control over file size and quality I prefer the file export option as above. It preserves filenames and quality is fine.
    and do choose 'original' as you should avoid re-saving a jpeg as a jpeg (that causes a quality reduction)
    You will need to manually bring the images into your web pages (save the exported images into your site folder and bring each one into your page individually) unless you are very clever with filenaming!
    Hope this helps.
    M.

  • How to use decode for this

    Hi All
    I have one table called agreementproductkey and some columns namely Agreementproductid, keytext, fliename etc.
    There is some condition if agreement product id in not null and keytext field and fileaname field is null then i need to display the value as "NO FILE"
    This what i tried
    select decode(keytext || ' | ' || filename,null,'No File',keytext || filename) display_value, id return_value
    from agreementproductkey
    where agreementproductid = 3173
    But i didnt get the NO FILE when key text field and filename field is null for this agreementproductid.
    Thanks & Regards
    Srikkanth.M

    Hi Srikkanth,
    In the decode part, you have concatenated keytext and filename using '|' due to which it will never evaluate to null, and hence 'NOFILE' will never be displayed. CASE is a better option instead of DECODE.
    SQL> CREATE TABLE t (agreementid NUMBER, keytext VARCHAR2(10), filename VARCHAR2(10));
    Table created
    SQL> INSERT INTO t VALUES (123, 'ABC', 'ABCFile');
    1 row inserted
    SQL> INSERT INTO t VALUES (123, NULL, 'XYZFile');
    1 row inserted
    SQL> INSERT INTO t VALUES (123, 'PQR', NULL);
    1 row inserted
    SQL> INSERT INTO t VALUES (123, NULL, NULL);
    1 row inserted
    SQL> SELECT agreementid, keytext, filename,
      2         DECODE(agreementid, NULL, 'AGREEMENT NULL', DECODE(keytext || filename, NULL, 'NO FILE', 'FILE PRESENT'))
      3    FROM t;
    AGREEMENTID KEYTEXT    FILENAME   DECODE(AGREEMENTID,NULL,'AGREE
            123 ABC        ABCFile    FILE PRESENT
            123            XYZFile    FILE PRESENT
            123 PQR                   FILE PRESENT
            123                       NO FILE
    SQL> Regards
    Ameya

  • Best way to use JAXB for this problem?

    I have an input XML which is very large and complicated. It comes with it's own schema
    I only need to extract a few parts of the data contained in that XML, scattered throughout the document. I care not about most of the XML file but I do care about performance and overhead so would like to perform a Special Ops mission where I go in without anyone noticing, grab the data I need, and get out before the thing becomes a mess.
    Can I do this simply with JAXB?
    If so, what is the best approach, from a high level perspective?
    I am totally new to JAXB.

    I agree with gimbal2 because, as far as I can see, jaxb is intended for "mapping" a xml tree to a very similar structure of classes.
    When you say that your xml is complex I assume that it has many nesting levels. This means many jaxb classes (say about one-per-level) ... in order to retrieve few elements.
    An Xpath approach requires only one line of code per element.
    I usually use the library dom4j for this kind of job.
    bye

  • Should I USe ColdFusion For This?

    I need to build a simple web form for data entry into a
    database table. The form is to be located on my company website. It
    doesn't have to be fancy at all, just functional. What I'm
    wondering is- is ColdFusion the best tool for this job? Should I be
    using DreamWeaver? And also- if I use either of these technologies
    to build this form, will it only work on a server that has these
    technologies installed?

    quote:
    Originally posted by:
    serat
    The free version of Blue Dragon CFML Engine is for testing
    and development only, and is only partly compatible with ColdFusion
    MX 6 functionality and has none of the CFMX 7 functionality.
    From the New Atlanta website:
    BlueDragon Server is free for non-commercial deployment.
    ie: not
    just testing & development.
    Although since this user is doing this for their company
    website, it probably doesn't fit into non-commercial use.
    However, there is another CFML server option, free for
    development and community (non-commercial) use, and is
    much cheaper than CFMX and BlueDragon, at only €200
    for the professional version. (that's under 1/3rd the price of BD,
    and under 1/5th the price of CFMX7)
    It aims for CFMX6 compatibility, and achieves it well enough
    - I've only found one MX7 function I've needed so far, and I was
    able to fix that with a custom function easily enough. And it also
    has several sensible enhancements to CFML.
    I am of course referring to
    Railo
    Even if you don't need a low-cost CFML server, I'd recommend
    giving it a try - it has a
    Live version
    so you don't need to install it - just download, extract the zip,
    run a batch file and you have an instant CFML server.

  • How to use REGEXP_REPLACE for this scenario?

    Oracle 10G Enterprise edition
    Hi all,
    Is it possible to use REGEXP_REPLACE for multiple replaces for the give text?
    For eg.
    select replace(replace('My oracle','o','O'),'M','m') from dual
    my Oracle
    Can we do this in a single regular expresion replace or suggest me any ideas?
    Thanks all
    R

    This could be a solution
    Processing ...
    select s as string
    from (
              with reps as (
                   select 'aaa' as src, 'AAA' as dst from dual
                   union all
                   select 'bbb' as src, 'BBB' as dst from dual
              ), strings as (
                   select ' bbb a sample string aaa' as string from dual
              select *
              from reps
                   cross join strings
              model
                   partition by ( string )
                   dimension by (row_number() over(partition by string order by src ) idx)
                   measures (string as s,src,dst)
                   rules (
                        s[any] order by idx desc = replace(presentv(s[cv()+1],s[cv()+1],s[cv()]),src[cv()],dst[cv()])
    where idx = 1
    Query finished, retrieving results...
             STRING         
    BBB a sample string AAA Bye Alessandro

  • Do I need to use GREP for this?

    I have set up my TOC for my book just fine. In my Contents, the headings from each chapter are pulled in and used as the entries for the TOC, then followed by its page number.
    I would like to add a word (the word "Chapter") before each numbered contents entry. Would I use GREP styles for this?
    I'm using CS5.
    Thank you!

    You can create an autonumbered list format that includes text like "Chapter " along with numbers, for the TOC paragraph style, so no scripting needed. Search Google for terms like "InDesign numbered list format text," without quotes for details.
    HTH
    Regards,
    Peter
    Peter Gold
    KnowHow ProServices
    cc2545 wrote:
    I have set up my TOC for my book just fine. In my Contents, the headings from each chapter are pulled in and used as the entries for the TOC, then followed by its page number.
    I would like to add a word (the word "Chapter") before each numbered contents entry. Would I use GREP styles for this?
    I'm using CS5.
    Thank you!

  • Should I use RMI for this??

    Hi:
    I am a complete newbie on RMI, I want to know whether the following task should be achieved by using RMI. Basically, I have a java application sitting on a server machine (unix machine), and I want to be able to call that application from another client machine using the command line prompt (client machine is WIN2000). I was told to open a TCP port to do this. Umm, basically, does this task involve RMI at all?
    Please give me some general direction on this problem, thanx a lot.

    You could perform the communication as mentioned, having a process open a server socket on the server machine and wait for information to be sent from a client. You will end up defining the format and protocols used in the communications over the socket, but if sufficiently simple, this approach would work fine.
    If you want to send more complex data or commands, or invoke methods on the server from the client, RMI is a good avenue to explore. It requires some infrastructure, however: you must be running an RMIRegistry process on the server, you must properly put your stubs and interfaces somewhere they can be dynamically downloaded (or packaged up with the client), and you must work through various RMI Security issues.
    These things are not hard to pick up, however, and the RMI path in the Java Tutorial is a good place to start learning about such things.

Maybe you are looking for

  • How to deactivate the fields in a table control of a standard screen

    Hi,    I have an requirement to deactivate the fields in a table control of a standard screen in ME22n transaction.I am using a BADI "ME_PROCESS_PO" and in item mathod i am looping at screen for the screen field name in the table control.But it is no

  • New iPod touch blinking on and off repeatedly

    I just bought a new ipod touch today, and once I plugged it in to my computer, it showed the apple logo, but then the screen went haywire by blinking on and off. When it's blinking on and off, the screen looks frozen. I've hardly touched it, what do

  • How does one become a University Instructor?

    Recently completed Oracle 8i and Oracle 9i OCP exams. Looking to build on this experience and teach for Oracle University. Does anyone know where to direct this question. By the way, also have a presentation regarding OCP / Hidden Treasures at http:/

  • I want the google search engine when a new tab is selected but I'm getting the yahoo search engine instead

    I click on the add tab button and the yahoo search engine comes up as the home page. This should be the google search engine, as it is when I first open Firefox.

  • A nice easy one...

    This must be something that people do all the time but I'm having a bit of trouble with it. How do you change the way the data tables look? I've found topics about setting column widths but can't find out how you get rid of that bar along the top. Th