What is the point in converting type to shapes rather than just flattening at required resolution?

Ok, this may sound like a stupid question. Lets say I'm designing a trifold in Photoshop. The printer requests that designs be done at a resolution of 300dpi.
What is the point in converting all type to shapes prior to saving or embedding fonts when I can just flatten my entire design at 300dpi? Isn't that what the print shop is going to do anyway...just flatten my design? Or do they print type at a higher resolution than the raster portions of the design? This has confused me for too long. I hope someone can clear this up. Thanks

The core of the bad advice is telling you to rasterize all your type. In light of this bad advice, the fact that they're saying 300ppi does make sense, because the last thing they want are images @ 2400ppi!
That been said, Photoshop is never the right tool for most text applications anyway, even though it does support vector output (to a point, and with some issues that are sometimes problematic to get around). If you have larger text that needs to be integrated into the image, or effected with Photoshop filters, etc. that's one thing, but if you're laying out paragraph text / body copy / lyrics and liner notes for a CD, etc. then you should be using Illustrator or InDesign -- an app that is designed to handle vector text and objects.
re: online printers: sorry, I haven't used any as of yet. I do have a couple of one-off book projects I'm going to send to Lulu, and a friend here in work uses Overnight Prints and seems pretty happy with them. But aside of that, I can't really offer any specific recommendations. Hopefully someone else can chime in here.

Similar Messages

  • Is there a way to create a due date in Reminders on the iPhone like you can in iCal, rather than just a reminder?

    I realized that I can create due dates on iCal for tasks that sink to my reminders (so I am still reminded of a task, but also know when it NEEDS to be done). The problem is when I try to create a new task in reminders on the iPhone, it only gives me the option to set a time to remind me. I understand that this is the point on the app, but if it is going to sync with iCal, it should have the same functionality. I am curious if there is something I am overlooking.

    I don't think so.  Reminders is very limited app.

  • How can i get the full URL of a page displayed rather than just the main website URL

    I'm using Safari 8.0 on an iMac.  When I go to a website I'm used to seeing a specific page URL displayed /changing as I navigate around a site through its various subsections etc. Now after updating to Yosemite all I get is the URL of the general website. This means I can't make specific references/links in work that I'm doing/sharing. There must surely be a way of  getting the info into the bar so that I can copy it .... can anyone help please?

    Jorge Huedo wrote:
    > Yeah i know it was because i was getting crazy and i wanted to see debuggin if the image really existed in the km.
    > Okey I have use the IUrlGeneratorService like this.
    >
    >      IURLGeneratorService ugs = (IURLGeneratorService) ResourceFactory.getInstance().getServiceFactory().getService(IServiceTypesConst.URLGENERATOR_SERVICE);
    >      IUriReference uriRef;
    >      uriRef = ugs.getRelativeUri(PathKey.IMAGE_PATH).appendPath(
    >      resourceimg.getRID().toExternalForm());
    >
    > And it has returned me the next url:
    >
    > irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/etc/public/mimes/images/pip_hesaeventos/blank.JPG
    >
    > Now i have added to the base of the server the url:
    >
    > http://altp4.es.heiway.net:54500/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/etc/public/mimes/images/pip_hesaeventos/blank.JPG
    >
    > And the return is:
    >
    > 404
    > El recurso solicitado no está disponible.
    >
    > Any idea?
    You need to use the propert PathKey; I think CONTENT_ACCESS should be correct.

  • How do I see the charts for all countries rather than just my own country simultaneously in iTunes? The album chart...

    I produced a song on Lecrae's new album, Gravity, "Higher" f/Tenth Ave North, which is #1 in the US today upon its release. But I've heard that it also topped charts in other countries as well, and do not know how to adjust the Top Album Charts view to show me the top 10 albums in each country rather than just in the US. I've done it before, but over a year ago when Rehab: The Overdose dropped, but can't recall how I did it. Please help! Thanks and God bless...

    I agree that this does work.  Thanks.
    However, I now have the issue that I scroll the whole screen down to show the shows at the bottom.  When I highlight the last show, the 10 shows are not visibile as they are at the top of the screen.  I have to scroll the whole screen back up to the top to see episodes.
    This is not the most elegant solution but at least with lots of double scrolling, it is possible.

  • What is the point of Precision and Scale in Number Type?

    Version :11.2
    What is the point in having PRECISION and SCALE in number type? If you create the column with just NUMBER ie.without
    specifying precision or scale , you can enter numbers with any precision and scale.
    SQL> select * From v$version where rownum < 2;
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    SQL> create table t1 (col1 number);
    Table created.
    SQL> insert into t1 values (223.9939394);
    1 row created.
    SQL> insert into t1 values (88.228384);
    1 row created.
    SQL> insert into t1 values (9.34);
    1 row created.
    SQL> insert into t1 values (000.00);
    1 row created.
    SQL> commit;
    Commit complete.
    SQL> select * from t1;
          COL1
    223.993939
    88.228384
          9.34
             0Did you ever have a business scenario where a Numerical column should store values only with a fixed precision and scale ?

    Omega3 wrote:
    Version :11.2
    What is the point in having PRECISION and SCALE in number type? If you create the column with just NUMBER ie.without
    specifying precision or scale , you can enter numbers with any precision and scale.
    SQL> select * From v$version where rownum < 2;
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    SQL> create table t1 (col1 number);
    Table created.
    SQL> insert into t1 values (223.9939394);
    1 row created.
    SQL> insert into t1 values (88.228384);
    1 row created.
    SQL> insert into t1 values (9.34);
    1 row created.
    SQL> insert into t1 values (000.00);
    1 row created.
    SQL> commit;
    Commit complete.
    SQL> select * from t1;
    COL1
    223.993939
    88.228384
    9.34
    0Did you ever have a business scenario where a Numerical column should store values only with a fixed precision and scale ?Lots of business requirements for specific precisions and scales.
    A persons Age may required to be stored as whole numbers of no more than 3 digits.
    A sum of money may required to be stored with no more than 2 decimal places of accuracy e.g. GB Pounds and Pence or US Dollars and Cents
    A unit of length may required to be stored in metres with 2 decimal places for centimetres
    A shoe size may be required to be stored with one decimal place for half sizes
    etc.
    etc.
    Yes, you may just create all of them as generic NUMBER datatype, but creating them with precision and scale can provide additional information about the limitations expected for the values stored, especially for things like reporting tools that may use the specified precision and scale to determine how to display the values automatically (by default).
    If you start questioning "what's the point?" then you may as well say what's the point in having a NUMBER datatype when we can store numbers in a VARCHAR2 datatype? or what's the point in having a DATE datatype when we can stored dates as VARCHAR2 datatype? etc.
    No point in asking such a question because there's almost always a point to these things (and if there isn't they get deprecated in later versions).

  • Whats the point of converting to a different format.

    I recently learned I can convert all my music to any format and bit rate I want with iTunes. I converted 1 song 3 times into the same format (MP3) but a different bit rate each (128, 224, 320). When I converted each one I kept all the other settings the same, only changing bit rate. I listen to each format of the song with iTunes, and they all sounded like they had the same quality. So I hooked up my head phones (since they pick up everything), and they still all sounded the same. Then I thought, maybe iTunes plays all of its music in the format that I have the converter set to. Last, I put all three of my songs on a MP3 player. When listening to each one of them through the MP3 player, they all still sound the same. What is the point of having the option to change the bit rate, if they seem to have the same quality, except for making the file take up more hard drive space.

    Thank you guys, I was wondering why what I thought, seemed to not line up with what was going on. Just so I know I understand, wheather I import a song off a cd, or buy a song digitally. What quality they are in, can not be changed, you can only change the size of it? Say I download a song that is 320kbps and convert it to 128kbps. Of course, the size drops significantly,. but there really is no difference in the listening quality?
    I have many songs that are 128 kbps and above, and they all sound good enough for me. I also have a song that is (i think) 86kbps, and not so much the quality as it is the loudness, is low. I have to turn everything up as high as I can to make it sound good. If the bitrate really only messes with the size, why is it that the 86 kbps song I have is so low with sound?
    The way it sounds, is that I should always, always get the highest quality song that I can. Then, use the converter to take the song with good quality, and make it have a lower bit rate simply for space?
    Through all the songs I've ever had, the bitrate (for me) was a good way of telling the quality of the song(I thought was the same thing). It seemed like when i get music, for the most part, the higher the bitrate was the better the quality was. Kind of like that 86kbps song, low bitrate is equaling low sound. Listening to a song can give you a good idea what the quality of the song is, compaired to another. But say i go to get the best quality of my music. and then convert them to smaller files. Is there a solid way to tell a song is good quality and not just converted to a higher bitrate except for listening to them?
    Sorry for all the questions, I'm a noob when it comes to the quality of music. Thank you for all your replies.

  • JWSDP and J2EE Integration: Doesn't work. What's the point?

    My problems involve the integration of JWSDP and J2EE as described in these two documents:
    http://developer.java.sun.com/developer/technicalArticles/WebServices/wsj2ee/
    http://java.sun.com/j2ee/documentation/windows_guide.html
    It looks like a long one, but it�s really not that bad. All comments are appreciated.
    I�ve numbered each line-paragraph-section for easy reference later.
    (1) My ultimate goal is to setup a website that displays data from a database. I will use Java, Apache, Oracle, and whatever else I need to create a website that uses servlets, JavaServer Pages (JSP), and JDBC.
    (2) I�ve got four Pentium III computers:
    1. Windows 2000 Server to be the web server (MyWebServer, IP = 10.10.1.1).
    2. Windows 2000 Professional to be the database server (MyDatabaseServer, IP = 10.10.1.2).
    3. Windows 2000 Professional that I use to develop and test (MyDeveloperPC, IP = 10.10.1.3).
    4. Windows 2000 Professional that I use as a client to connect to the website (MyClientPC, IP = 10.10.1.4).
    (3) On MyWebServer I installed the following:
    Java 2 Standard Edition (J2SE)
    Java 2 Enterprise Edition (J2EE)
    Java Web Services Developer Pack (JWSDP)
    The JWSDP tutorial
    Apache HTTP Server
    (4) The files I downloaded and installed are as follows:
    j2sdk-1_4_0-rc-win.exe
    j2sdkee-1_3_1-win.exe
    jwsdp-1_0-ea1-win.exe
    jwsdp-1_0-ea1_01-tutorial.zip
    apache_1.3.23-win32-x86-no_src.exe
    (5) After installing these products, I set the environment variables as follows:
    JAVA_HOME = c:\j2se
    J2EE_HOME = c:\j2ee
    JWSDP_HOME = c:\jwsdp
    Path = c:\j2se\bin;c:\j2ee\bin;c:\jwsdp\bin; [and other previous statements]
    (6) I checked to see that Apache is running as a service. It is.
    On MyWebServer I start Tomcat and J2EE. Both start properly and are operating simultaneously.
    (7) From MyClientPC I open Internet Explorer and in the address box I type:
    http://10.10.1.1
    This displays the page c:\ApacheHTTP\apache\htdocs\index.html.en (The Apache default server installation page.)
    (8) I then enter this address in IE:
    http://10.10.1.1:8080
    This displays the page c:\jwsdp\webapps\root\index.html (The default JWSDP page).
    (9) I then enter this address in IE:
    http://10.10.1.1:8000
    This displays the page c:\j2ee\public_html\index.html (The J2EE 1.3 Default Home Page).
    (10) So far so good. Now I want to test JWSDP as a container for JSP pages.
    (11) I use ant to build the converter app found in the tutorial examples (in folder c:\jwsdp\�\tutorial\examples\gs). I then deploy the converter app to the c:\jwsdp\webapps\gs folder.
    (12) From MyClientPC I open Internet Explorer and in the address box I type:
    http://10.10.1.1:8080/gs
    The converter app works perfectly.
    (13) To eliminate the need to enter the port number, I create a link from the Apache default server installation page to the converter app. From MyClientPC and enter this address into IE:
    http://10.10.1.1
    I then click on the link to the converter app and it works perfectly.
    (14) Question: Is this the best way to display JSP pages without having to enter the port number?
    (15) Now it�s time to integrate JWSDP and J2EE as described in these two documents:
    http://developer.java.sun.com/developer/technicalArticles/WebServices/wsj2ee/
    http://java.sun.com/j2ee/documentation/windows_guide.html
    (16) After I complete this integration I cannot start both Tomcat and J2EE at the same time. This makes sense because they both share port 8080.
    I start Tomcat.
    (17) From MyClientPC and use Internet Explorer to test the various relevant addresses. Everything works the same as it did before except this one:
    http://10.10.1.1:8000
    The page cannot be displayed. The J2EE default home page is not displayed, which makes sense because the J2EE port is no longer 8000; it has been changed to 8080.
    (18) Now I shutdown Tomcat and start J2EE.
    From MyClientPC and use Internet Explorer to test the various relevant addresses:
    (19) http://10.10.1.1:8080
    Displays the JWSDP default home page.
    (20) http://10.10.1.1:8080/gs
    The page cannot be displayed. The converter app no longer works.
    (21) From MyWebServer and use Internet Explorer to test localhost:
    http://localhost:8080
    This displays the J2EE default home page.
    (22) Question: Why does localhost give me a different page than the IP address?
    (23) Question: What was the point of integrating JWSDP and J2EE?
    (24) I want to get the converter app working, so I create a .war file and attempt to add it to the J2EE deploytool (see the two integration documents listed above at section 15.) I create the .war file following the instructions in the JWSDP tutorial:
    http://java.sun.com/webservices/docs/ea1/tutorial/doc/WebApp3.html#64606
    (25) I change to the c:\jwsdp\�\tutorial\examples\gs\build folder.
    I then type:
    jar cvf converter.war .
    A .war file is created.
    (26) I open the deploytool: File, New, Application, and I name it �converter�.
    I attempt to add the .war file: File, Add to Application, Web WAR.
    (27) When I attempt to add the converter.war file I get this error:
    �converter.war does not appear to be a valid web JAR.�
    I tried a few different attempts, all with the same result. I�m stuck.
    (28) I ask again, What was the point of integrating JWSDP and J2EE?
    (29) If this is the preferred configuration, how do I display my JSP pages like the converter app?
    Please help!!!

    The JWSDP tutorial says to be in the �build� folder of the example when issuing the jar command to create the .war file. The build folder is created when I run the �ant build� command.
    Attempt 1 from the command prompt in folder c:\jwsdp\tutorial\examples\gs\build>
    I typed this command:
    jar cvf c:\jaxmservices\converter.war .
    In this case I directed the .war file to be placed in a different folder as you suggested. Here�s the output:
    added manifest
    adding: index.jsp(in = 921) (out= 525)(deflated 42%)
    adding: WEB-INF/(in = 0) (out= 0)(stored 0%)
    adding: WEB-INF/classes/(in = 0) (out= 0)(stored 0%)
    adding: WEB-INF/classes/Converter.class(in = 582) (out= 358)(deflated 38%)
    Didn�t work. Same error as before.
    Attempt 2 from the same folder:
    I typed this command as you suggested (I tried it with and without the final dot):
    jar tvf converter.war
    Here is the output:
    java.io.FileNotFoundException: converter.war (The system cannot find the file specified)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java:103)
    at java.io.FileInputStream.<init>(FileInputStream.java:66)
    at sun.tools.jar.Main.run(Main.java:185)
    at sun.tools.jar.Main.main(Main.java:904)
    I tried a few other variations on these attempts with no luck. I�m stuck.
    I�m attempting to create a .war file out of two files: index.jsp and converter.class.
    Now that I�ve integrated JWSDP and J2EE, is there some other way that I can run the converter app instead of a .war file and the deploytool? In other words, if I go back to using ant to build and deploy converter, where would I deploy it so that it will work with J2EE?
    By the way, it doesn�t have to be converter. I�d be happy if I could get any JSP page to work in J2EE after the integration.
    Forever grateful,
    Logan

  • AVCHD/ HDV- What's the point

    This is probably as stupid as it sounds, but it suddenly struck me today, but what is the point of having AVCHD/ HDV compatibility and editing on FCE/ FCP if you can only burn the projects onto a standard def DVD? Does FCE give you any other options in tems of what you do with your freshly edited High Def content? Do you lose a heap of quality when you burn it to DVD?

    hey there qsack,
    in the USN i was told the only stupid questions are the ones you don't ask. you can send your HDV project back to tape in your cam to watch on your HDTV... the shoot/edit/distribute flow that we have in DV, is not yet ready w/ HDV, partly because of the cost of the burners & the R&D to develop the authoring software for mass commercial use(make it simple enough for average users as w/ iDVD). also the major studios are probably closely guarding the technology in part due concerns about piracy, also the HD-disc format war thing.... these are just some of the speculations on why we can't yet burn our HD movies to disc.
    i've burned some of my HDV content to SD discs & they look pretty good, because i had good lighting to start with. though i dropped down a lot in terms of res from 1080i to 480p. i was okay w/ the results & as w/ most graphic types be it print, photo or video, it's usually better to start out w/ more or larger(1080/720) & if you have to shrink it(480) you still have a decent image rather than have a small image & try to scale up. for example--a photo from a 10 megapixel DSLR "RAW" file will still have a lot of detail & look good when it gets down-converted to a JPEG vs. a photo from a 2 megapixel phone camera that starts as a JPEG.

  • My wifes iphone was too full to record a video so I upgraded her cloud storage to 20g and did mine at same time. Cloud is showing 15g free storage butshe still cannot take any mor photos as "not enough memory" What is the point of paying for the extr

    My wifes iphone was too full to record a video so I upgraded her cloud storage to 20g and did mine at same time. Cloud is showing 15g free storage butshe still cannot take any mor photos as "not enough memory" What is the point of paying for the extr

    Hello Pushtheriver,
    After reviewing your post, I have located an article that can help in this situation. It contains a number of troubleshooting steps and helpful advice concerning iCloud storage issues:
    Get help using iCloud storage
    This may also help:
    Understanding iOS device capacity
    You can sync and download many different types of content on your device. Some types of content (such as music and videos) typically take more space than others (such as notes and books). The amount of space taken by an app depends on the app's purpose; complex or graphically intense apps usually take more space than simpler apps.
    If your device is near its capacity, you can remove some of the less used content to make room for more.
    Thank you for contributing to Apple Support Communities.
    Cheers,
    BobbyD

  • What's the point of warranty?

    I am a student coming from Hong Kong  to London for postgraduate study. Before I left Hong Kong, I decided to buy a netbook for my lecturers in the UK. Lenovo s10-2 was chosen because the version available in HK comes with 6 cell battery with international warranty and Lenovo Protection Service (against accidental damage).
    This is the first Lenovo machine for me. All was well and I was starting to appreciate Lenovo. Suddenly, the LED screen started to flick with white lines moving across the it, just two weeks after I bought it from Hong Kong.
    Yesterday, I called the UK support line who initially suggested replacement (because the purchase is last than 30-day old). However, when the agent found out that I bought the machine in Hong Kong, he said I could only get it repairs. Fair enough.
    I packed the netbook this afternoon ready to ship it to the repair center. Being not sure about whether or not my proof of purchase was needed, I called the support line again. This time, the agent gave me a "friendly warning" or maybe a management of my expectations.
    I was told that Lenovo believes that there is a 99.5% chance that these type of problems are due to “internal damages" caused by users! I was also advised that sending the machine in for repairs risk myself getting into paying 230 pounds (pretty much the purchase cost) to get the LED screen fixed because it is likely to be not covered by warranty. On top of that, I would have to pay 65 pounds even if I want my netbook back after inspection without getting fixed because again, 99.5% chance that "damages by users" would be concluded!
    What's the point of warranty? Totally unacceptable. Any thoughts? Should I take the risk?
    I only got the machine just over two weeks ago and used for less than 10 times!

    seblee,
    This bears a bit of looking into to provide you the best answer.   Sometimes, the accidental damage policies are only valid in the home country, and I would like to check.  If that were to be the case, you would have replacement or repair options in HK, but standard warranty terms would likely apply in UK.
    Your situation sounds exceptional, and I'd like to look into this and see what can be done.
    Can your send me a private message with your contact information and the serial number from the bottom of the unit?
    Sorry that you are having this trouble.  Will see how we can help.
    Mark
    ThinkPads: S30, T43, X60t, X1, W700ds, IdeaPad Y710, IdeaCentre: A300, IdeaPad K1
    Mark Hopkins
    Program Manager, Lenovo Social Media (Services)
    twitter @lenovoforums
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

  • What are the differences in file types?

    what are the differences in file types?    HOW DO i CONVERT TXT TO A FILE TYPE THAT PLAYS MUSIC/VIDEO?

    Every file on a computer is ultimately just a big collection of zeros and ones. Files with the .txt extension typically contain just text. If opened with a suitable program such as Notepad the text will be readable. Try to push the same file into a different application and you may get nonsense or crash the software. Well written software will attempt to validate the internal structure of the file it is given and reject anything it doesn't know how to handle. There are multiple audio file formats. Transcoding an audio file from one audio format to another is possible. Changing a text file into audio isn't possible unless it wasn't really a text file in the first place.
    tt2

  • What is the Point of Active Directory/LDAP Specification?

    My college threw an interesting curve ball today and I couldn't give him a good enough answer. The question was simple 'What is the point of active directory'. Now I don't have a lot of exposure to active directory, but I thought I could easily answer. My argument was; If you have a group of objects its easy to look up attributes for those objects using active directory. For example, if you have a group in AD and you want to verify the users of that group you simply look up the member attribute of that group. However he argued, rightly so, that you can do that with a table in a database, why do that in AD. I couldn't give him a good enough answer and now I'm curious. Given the above example, why use AD over a database?
    To me AD is a way to manage a set of resources, whatever they are, by mapping them to objects that have however many attributes. But we could do that in a database, whats the point of AD? Why do you use AD?

    I come from a primarily database centric background. Just like life experience, it casts a certain perspective on problems. Database people solve things with databases. Directory people solve things with directories. Everyone has their perspective. It's not really about who's right and who's wrong. It's about perspective because people are most likely to go with what's familiar when given a problem. It's easy to have this conversation in a educational environment but when you're on the job it's about turf, schedules and careers. My latest job (in which this debate comes up a lot) has been about directories which has been a very enlightening experience because I've been given a gift of perspective. I can put on the directory hat and look at it from another angle.
    To get back to your professor's question. The answer is easy. LDAP (AD or other) is an application above a database. It has a data store behind it, in most cases we can just assume this is a database. So, in short, it's apples to oranges. But if we insist on comparing which makes the better juice, let's look at how we'd make a database like a directory. We could create a data model with an attributes table, an entries table and so on. We can deconstruct what LDAP data structures really are and implement each type as a table with FK/PK relationships and so on. It's sure to work because there are already so many products on the market doing this very thing. But think about the effort now. How are you going to add new users? A front-end? Stored procedures? Scripts? How are you going to keep someone from seeing things they shouldn't? You have to insert an object into all the right tables to ensure that your data is consistent and valid. In a pure database, you're trying to create ACLs on database rows. Now you're writing a full featured application with a lot of complexity. Given enough directory features, the database isn't going to be able to do everything without an external application.
    What is the point of LDAP? It's got hierarchy, ACLs, group of unique names functionality and things that are a layer of abstraction above the data store. I love databases but if you start designing out a directory server from scratch you'll realize it's far beyond comparing a user.ldif to a row in a user table. They are similar in appearance but different types of software.
    Edited by: milkfilk on Dec 16, 2008 11:48 AM
    Edited by: milkfilk on Dec 16, 2008 11:54 AM

  • What is the use of step type Block in ecc.6

    what is the use of step type Block in ecc.6. What ca i do with that.

    You can group together steps in a Workflow in a block. You have the following options for a block and the steps it contains:
    ·        Define local data (local container)
    ·        Define deadline
    ·        Define exceptions and exception handlers
    ·        Define dynamic processing (parallel or sequential)
    In the Workflow definition, a block is represented by the following symbols: Block Start  and Block End .
    give points to valuable answers

  • What's the point in icluding?

    Hello people,
    I'm wondering: what's the point in including code in a JSP using the
    <%@include...%> directive if I must "touch" every single page that is including it if I want the modified verion of the included page to be reloaded by the server?!
    Is there a way around this?
    I know that including with <jsp:include.../> will have the server reload the included page if it has been modified.
    But if I use this type of include, variables defined and intialized in the included page won't be visible by the parent page and that doesn't help me at all (or am I mistaking on this one? please tell me).
    Thanks a lot for any help,
    svevo.

    Hi guys, thanks for answering! :)
    Still though what I'm reading here doesn't solve my problem:
    using
    <jsp:include page="myinclude.jsp" flush="true" />
    doesn't let objects and/or variables in the including page to be visible in the included page and viceversa and that's a problem for the webapp I'm developing.
    On the other hand files included with
    <%@include file="myinclude.jsp"%>
    are not reloaded unless the including page is reloaded as well (and that's a pain and makes including code this way basicly worthless IMHO).
    What I need is a way to include code that will be able to use objects and variable declared and initialized in the including page and that we'll reload each time it is changed without having to track each single page using the included code and modify that as well so that is realoded by the server. Nor I can reload tomcat.
    So, has anybody encountered the same problem?
    Has anyone found a workaround for this?
    Thanks a lot! :)
    svevo

  • What is the software to convert word, excel, powerpoint to apple

    What is the software to convert word, excel power point to mac?  I cannot locate in the app store.
    Thanks

    If you have Office 2011 for Mac you don't need to convert anything. Also, Apple's iWork can read and edit Office files. If you can't afford Office 2011 then you might try using the free office suite, Libre Office, which is compatible with Office files.

Maybe you are looking for

  • S-Video Adapter Cables?

    I've been trying to find a video out adapter for my 5G iPod Video. I don't want a dock because I need it to be portable. I don't care if it plugs into the headphone jack like a composite A/V cable or if it uses the dock connection. Anyone know of suc

  • My IPod Keeps freezing at Restart

    I connected my IPod to a computer without internet (the computer read 2007 and i didn't think anything of it) and when it connected to ITunes it was doing its thing automatically and when i stopped it it froze my ipod. I had to restart the ipod but e

  • Cisco ISE: Error 5411 No response received ...

    Hi all, we've been running Cisco ACS version 4.x half a year ago, but decided to upgrade to Cisco ISE. So we've made a fresh installation with our cisco partner. At the moment we're live with this equipment, but running in a lot of troubles, as we're

  • Why narrow casting is must before doing wide casting

    Hi everyone, I know the concept of wide casting ( assign/pass super class instances to subclass instances). So then why we need to do narrow casting before doing wide casting in our logic. I am just struggling into this concept from last 3 days. I ha

  • Problem with Waveform Chart X scale

    Hi guys. I am new here and Labview, sorry for my english wrongs. I am from Brazil. So, i try have an absolute time in x scale, from my waveform chart, but the VI don't execute this. I wish make like the picture in annex. It´s the only problem in my p