Off topic?  Copyright info please

I am a web designer and design pages mostly for small
businesses.
I am wondering about the ins and outs of copyrighting a web
site.
Does anyone on this forum, who is a designer regularly,
copyright the sites they create?
If so, are you copyrighting for yourself as the creator of
the site protecting the design or for the client as the owner of
the site protecting the content (or design and content for that
matter)?
Also, who foots the bill (rather pricey), if a site is
copyrighted, the client or the designer?
Finally, does one go direct to the feds to copyright a site
or do you go through a third party such as www.gocopyright.com
Thanks a ton.
PF

> Does anyone on this forum, who is a designer regularly,
copyright the
> sites
> they create?
The act of creating work grants the artist the copyright.
REGISTERING a copyright is different, and requires you filing
it with an
application fee with the USPTO (if you are in the US).
> If so, are you copyrighting for yourself as the creator
of the site
> protecting
> the design or for the client as the owner of the site
protecting the
> content
> (or design and content for that matter)?
Typically, when a client pays you for the work, you hand over
the copyright
in exchange for payment. Unless it states otherwise in your
conract.
> Also, who foots the bill (rather pricey), if a site is
copyrighted, the
> client
> or the designer?
Again, having it copyrights costs you nothing. You don't have
to do
anything.
REGISTERING it costs money, though not that much, and I'd
have the client do
that if they want to.
> Finally, does one go direct to teh feds to copyright a
site or do you go
> through a third party such as www.gocopyright.com
I don't see any reason to go through 3rd parties.
Now, Trademark/Patent laws, that's a different can of
worms...
-Darrel

Similar Messages

  • Slightly off topic: Read-only tables pre 11g

    Hi gang
    I'm just writing up a database quiz for a local user group and I was hoping I could get a bit of inspiration from the database experts.
    One of the questions will be "prior to 11g with the introduction of read-only tables, how could you make a table read-only?". The answers I've come up with:
    1) Security priviliges (schema + grant SELECT)
    2) Triggers
    3) Create a check constraint with disable validate
    4) Read-only tablespace
    5) Read-only database (standby)
    6) (Slightly crazy) Create view, and instead-of triggers that do nothing (similar to 2)
    7) Write the query results on a piece of paper and then turn the database off
    Anybody have any other answers, real or slightly off topic like mine please? ;)
    Cheers,
    CM.

    Check constraint and trigger solutions may have problems with sqlldr direct path operations, so using it together with alter table disable lock may be mandatory depending on the needs. Especially if DDLs are also wanted to be avoided.
    This topic was once mentioned on Tom Kyte's blog or asktom but I couldn't find the source to link here.
    SQL> conn hr/hr
    Connected to Oracle Database 10g Enterprise Edition Release 10.2.0.4.0
    Connected as hr
    -- cleaning objects
    SQL> drop table tong purge ;
    Table dropped
    SQL> drop view vw_tong ;
    View dropped
    -- creating the demo table
    SQL> create table tong ( col1 number ) ;
    Table created
    SQL> alter table tong add constraint cc_tong check ( 1=0 ) disable validate;
    Table altered
    SQL> alter table tong disable table lock;
    Table altered
    -- some DDL tests
    SQL> drop table tong ;
    drop table tong
    ORA-00069: cannot acquire lock -- table locks disabled for TONG
    SQL> truncate table tong ;
    truncate table tong
    ORA-25128: No insert/update/delete on table with constraint (HR.CC_TONG) disabled and validated
    SQL> alter table tong parallel ;
    alter table tong parallel
    ORA-00069: cannot acquire lock -- table locks disabled for TONG
    SQL> lock table tong in exclusive mode ;
    lock table tong in exclusive mode
    ORA-00069: cannot acquire lock -- table locks disabled for TONG
    -- some DML tests
    SQL> select * from tong ;
          COL1
    SQL> update tong set col1 = col1 + 1 ;
    update tong set col1 = col1 + 1
    ORA-25128: No insert/update/delete on table with constraint (HR.CC_TONG) disabled and validated
    -- creating dependent objects test
    SQL> create index nui_tong on tong(col1) nologging ;
    Index created
    SQL> create view vw_tong as select * from tong ;
    View created
    added comments to the code
    Message was edited by:
    TongucY

  • Sorry this is way off topic...NYC Petition, please have a look

    I know this is WAY off topic for this forum, but this is the only forum I follow and contribute to. And since we will ALL be affected by this at some point or another if we visit NYC I think it is worth all of our attention.
    Here is the text from the email I got from the APA...(link at bottom)
    The Mayor's office in New York City is seeking to instate a new rule that would require permits and proof of insurance for any group of 2 or more persons using a camera in a public area. The regulations would require that anyone using a tripod or shooting in one location for more than 30 minutes (including set-up and break down time) must obtain permits and show proof of insurance of at least 1 million dollars per occurrence. Read more about the new rules here: http://www.nyc.gov/html/film/html/news/080107_proposed_permit_rules.shtml
    We all need to act now to fight these proposed regulations which will place absurd restrictions on the freedom to photograph in New York City's public spaces.
    This affects not only professional photographers but the First Amendment rights of anyone with a camera to spontaneously document what happens on the streets of this city.
    Due to pressure from advocacy groups, the Mayor's Office has agreed to extend the period that it will allow public commentary until August 3rd.
    Picture New York has initiated an online petition opposing the new rules, which over 12,000 indidivuals have signed so far. The petition is closing on August 3rd. Please take a moment to sign if you have not already done so.
    Here is the link to sign the petition:
    http://www.pictureny.org/petition/index.php

    you have to be careful with your variables:
    the declared variables inside the actionlistener(s) are not these in your main class!!
    what you might do:
    a) let your main-class implement ActionListener
    public class MainClass extends PARENTCLASS implements ActionListener {
       public static void actionPerformed(ActionEvent ae) {
    }b) create your own event handler
    public class MainClass extends PARENTCLASS {
       public MainClass() {
          insert.addActionListener(new YourActionListener(this));
    public class YourActionListener extends ActionListener {
       private MainClass main;
       public YourActionListener(MainClass parent) {
          main = parent;
       public void actionPerformed(ActionEvent ae) {
          main.year = "abc";
          main.id = "id";
          // or implement setXXX methods -> main.setYear("abc"); main.setId("id"); ...
    }hope it helps...

  • Request to have off-topic posts moved

    There are a number of posts accumulated in the Server and Storage Systems group of forums that are just not on-topic for them.
    Generally they've been posted by people that care to not read anything nor drill down to an appropriate forum and just dump a question.
    I've done the "report abuse" routine on a number of them but that seems to have been ignored.
    Thus this new post.
    These are from the last 60 days:
    (need to be moved to a Glassfish forum)
    How to start Galssfish when computer start
    Glassfish 3.0.1 updatetool
    http://forums.oracle.com/forums/thread.jspa?threadID=2128052
    war for modify domain.xml in glassfish 3
    Glassfish 2.1 + JPA 2: need some Sun/Oracle expert advice
    (topics for Sun Java System "whatever" applications, posted to server forums)
    AMPostAuthProcessInterface redirect problem
    http://forums.oracle.com/forums/thread.jspa?threadID=2127174
    Weblogic Spring/Sample Application Help
    Cannot add new LDAP Group Members in Sun Java Server 7.0
    http://forums.oracle.com/forums/thread.jspa?threadID=2134347
    Help with iPlanet
    iText vs Jasper Java Application Source Code
    OpenMQ Unack'ed messages causing Java Heap overflow in STOMP
    (database product questions posted to System Administration and hardware forums)
    how can i release lock record?
    Oracle for Mac
    Problem using TNS_ADMIN in registry (Ora. 11g R2 Instant client in Win. 7)
    http://forums.oracle.com/forums/thread.jspa?threadID=2154755
    /opt/SUNWwbsvr7/bin/wadm exited with error: 125
    Performance Testing tool
    ORA-00202 and Fractured block found during control file header read
    Performance Monitoring
    Reg : Weblogic Server Installation
    how can export from 11g to 9i
    What's wrong with oracle database11g? Is it a serious problem?
    Client download link needed
    http://forums.oracle.com/forums/thread.jspa?threadID=2149037
    Oracle 10G on VMware Redhat Linux
    http://forums.oracle.com/forums/thread.jspa?threadID=2138098
    I Can't Connect to Oracle
    what is the function of autoextensible field in dba_data_files?
    http://forums.oracle.com/forums/thread.jspa?threadID=2139323
    databse copy
    Advice needed regarding Database design practice
    enterprise manager
    http://forums.oracle.com/forums/thread.jspa?threadID=2128320
    Problem with granting privileges
    Inatalling IDM 11g on WondowsXp machine
    Any good resources for info on specifications for a new 11g install?
    During installation EMCA trows an error: Error uploading configuration data
    I received Validation error in the Backup Setting
    RMAN RESTORE
    Find the user(s) using more CPU in a database
    Oracle 10g 64-bit database on Windows 2008 R2 (64-bit) error ?
    http://forums.oracle.com/forums/thread.jspa?threadID=1554073
    Temporary tablespace not cleared
    TNS -12541 TNS: no listener
    Installing Oracle 11g on a server without network access
    RMAN Shows the following error... Please any one can help me....
    http://forums.oracle.com/forums/thread.jspa?threadID=2137784
    java.lang.Exception
    http://forums.oracle.com/forums/thread.jspa?threadID=2138186
    ORA-12543 When creating a new oracle instance, Oracle 11g
    Problem with Uninstalling Oracle 11.2 on Windows Server 2008
    problem installing mod_plsql oracle 11g linux
    Best practice for install oracle 11g r2 on Windows Server 2008 r2
    ORA-12535: TNS:operation timed out
    http://forums.oracle.com/forums/thread.jspa?threadID=1982259
    move datafile/tablespace in a partitioned table
    Orace 11g CRS installation ( windows server 2008 64 bit )  Error
    Datapump import from a map drive
    http://forums.oracle.com/forums/thread.jspa?threadID=1982528
    http://forums.oracle.com/forums/thread.jspa?threadID=2126409
    http://forums.oracle.com/forums/thread.jspa?threadID=2126802
    Oracle Startup/Shutdown with SQLPLUS and ORADIM in Windows...
    http://forums.oracle.com/forums/thread.jspa?threadID=1574872
    http://forums.oracle.com/forums/thread.jspa?threadID=2123572
    http://forums.oracle.com/forums/thread.jspa?threadID=2041227
    http://forums.oracle.com/forums/thread.jspa?threadID=2077085
    http://forums.oracle.com/forums/thread.jspa?threadID=2069660

    If these last few are pruned out of the SysAdmin forums, that should finish the housekeeping task. They're the most recent entries of off-topic questions.
    database postings to the SysAdmin forums
    Backup database with RMAN
    sql*NAT?
    How can convert Oracle 10g trial to License
    http://forums.oracle.com/forums/thread.jspa?threadID=2160796
    Visual Web Developer 2010 Express and Oracle ODAC - Oracle data provider
    http://forums.oracle.com/forums/thread.jspa?threadID=2160572
    Huge amount of "db file sequential reads" while INSERT APPEND operation
    http://forums.oracle.com/forums/thread.jspa?threadID=2160410
    Oracle Universal Installer - Toad - Virtual Machine Windows 7 on Mac
    What to check or can say from where to start?
    Where and how does oracle store tables?
    Oracle net configuration assitant failing while installing Oracle 11g.
    Resolving Mview Complete Refresh Performance
    Problem with silent install of 11gR1 on Windows 2008
    http://forums.oracle.com/forums/thread.jspa?threadID=2157067
    ORA-01991: invalid password file
    Sequences incorrect after exporting and importing a scheme
    http://forums.oracle.com/forums/thread.jspa?threadID=2153592
    http://forums.oracle.com/forums/thread.jspa?threadID=2149027
    http://forums.oracle.com/forums/thread.jspa?threadID=2128320
    http://forums.oracle.com/forums/thread.jspa?threadID=2137784
    http://forums.oracle.com/forums/thread.jspa?threadID=1982259
    http://forums.oracle.com/forums/thread.jspa?threadID=1574872
    http://forums.oracle.com/forums/thread.jspa?threadID=2123572
    http://forums.oracle.com/forums/thread.jspa?threadID=2041227
    http://forums.oracle.com/forums/thread.jspa?threadID=2077085
    http://forums.oracle.com/forums/thread.jspa?threadID=2069660
    http://forums.oracle.com/forums/thread.jspa?threadID=2113069
    http://forums.oracle.com/forums/thread.jspa?threadID=1981627
    http://forums.oracle.com/forums/thread.jspa?threadID=1981082
    http://forums.oracle.com/forums/thread.jspa?threadID=1981287
    http://forums.oracle.com/forums/thread.jspa?threadID=1979404
    http://forums.oracle.com/forums/thread.jspa?threadID=1955376
    http://forums.oracle.com/forums/thread.jspa?threadID=1844213
    http://forums.oracle.com/forums/thread.jspa?threadID=1773975
    http://forums.oracle.com/forums/thread.jspa?threadID=1773059
    http://forums.oracle.com/forums/thread.jspa?threadID=1555844
    http://forums.oracle.com/forums/thread.jspa?threadID=1555363
    http://forums.oracle.com/forums/thread.jspa?threadID=1554035
    http://forums.oracle.com/forums/thread.jspa?threadID=1518192
    http://forums.oracle.com/forums/thread.jspa?threadID=1272113
    http://forums.oracle.com/forums/thread.jspa?threadID=1134136
    http://forums.oracle.com/forums/thread.jspa?threadID=1938192
    Again, the community moderators don't have permissions to do that.
    Thanks

  • (off topic) BEWARE OF CNET DOWNLOADS!!!!

    I know that this is slighly off-topic for this forum, but I wanted to spread the word about CNET downloads (download.com).  Several months ago, CNET was slapped on the wrist for intentionally adding spyware into the programs on their download website. 
    Well, they stopped for a while and they're at it again.  I wrote to them saying that I had trusted CNET for years because of their policy against spyware and mailicious code.  A few weeks ago, I needed to download a program to check wifi channels on my wireless network, and ended up having to perform a full virus/spyware scan aftrer downloading TWO different programs from CNET's download site.  After installing each program, I ended up having my homepage hijacked and dozens of popups appearing offering to fix my computer!
    I thought that maybe it was just the first program (slipped by heir radar), but the SECOND one had the same problem.  I then went to the publisher's website and found his blog complaining that his program was free of malicious code and that it was inserted by CNET/Download.com AFTER he had uploaded it to the web.
    His recommendation is that, if you can't go directly to the publisher's site for a download, File-Hippo is still a fairly clean site.
    Please pass this info on to friends and colleagues.
    SD
    All people have photographic memories - some are just missing the film!

    Sophiesdad, welcome to the forum.
    I know that you are correct.  I have found this to be very true.  The only way that I have found to get around this situation is use the "Custom" option to do the install.  This allows me to decline all of the garbage that they want to add to my computer.  It has worked so far.
    This is not the only website that does this, however.  I have found it to be true on Softpedia, also.  It was my most trusted until lately.
    Signature:
    HP TouchPad - 1.2 GHz; 1 GB memory; 32 GB storage; WebOS/CyanogenMod 11(Kit Kat)
    HP 10 Plus; Android-Kit Kat; 1.0 GHz Allwinner A31 ARM Cortex A7 Quad Core Processor ; 2GB RAM Memory Long: 2 GB DDR3L SDRAM (1600MHz); 16GB disable eMMC 16GB v4.51
    HP Omen; i7-4710QH; 8 GB memory; 256 GB San Disk SSD; Win 8.1
    HP Photosmart 7520 AIO
    ++++++++++++++++++
    **Click the Thumbs Up+ to say 'Thanks' and the 'Accept as Solution' if I have solved your problem.**
    Intelligence is God given; Wisdom is the sum of our mistakes!
    I am not an HP employee.

  • WebAssist Cart help? I know it's off topic but... Could really use some help...

    I've got a shopping cart that is working and I'm trying to update the
    quantities in inventory by subtracting the quantity ordered from the total
    inventory in a table called ITEMS.
    I can update a record after a sale in the cart, but right now it is
    updating by completely replacing the value of the items in inventory with
    the quantity in the checkout cart. So, if there are 800 items, after the
    update, there are -1 total in inventory, not 799.
    The problem is that I don't know how to coordinate the item(s) in the stored
    shopping cart with a call to their ID and quantity in the online database.
    Here's what I have so far:

    Ahhhhhhhh Jeff...<br />If I can get this going...<br /><br />I spent days looking for this solution.<br />Thank you very much.<br />Just bought Dreamweaver CS3 and am battling through the bells and whistles.<br /><br />Liz<br /><br />----- Original Message ----- <br />From: "jefferis" <[email protected]><br />To: <[email protected]><br />Sent: Tuesday, June 19, 2007 9:50 AM<br />Subject: Re: WebAssist Cart help? I know it's off topic but... Could really <br />use some help...<br /><br />>A new message was posted by jefferis in<br />><br />> ADDT - PHP Application Development --<br />>  WebAssist Cart help? I know it's off topic but... Could really use some <br />> help...<br />><br />> On 6/16/07 3:06 PM, in article [email protected],<br />> "[email protected]" <[email protected]> wrote:<br />><br />>> Hi jefferis....<br />>><br />>> How did you solve the problem?<br />>> I am having the same problem trying to incorporate an inventory code into <br />>> a<br />>> shopping cart that will deduct the number of items purchased from my <br />>> total<br />>> inventory to let me and my customers know how many items I have remaining <br />>> in<br />>> stock.<br />>><br />>> Ex:<br />>> inventory: 500 plants<br />>> purchased: 20 plants<br />>> remaining inventory: 480 plants<br />><br />> Yes I did.<br />><br />> I've been struggling with this piece of pie for about 5 days and<br />> thought it might benefit others, so here's a way to update your quantities<br />> in INVENTORY after a checkout success.  I read another thread but found it<br />> way too complex and depended on holding inventory in the session:<br />> http://www.webassist.com/professional/support/kbcompletethread.asp?DiscID=33<br />> 046<br />> But you may lose the info when you go offsite to Paypal, e.g., to complete<br />> the transaction.<br />><br />> Here's my approach using the "checkout_success.php" page.  Using this page<br />> works because user arrives here ONLY after a successful purchase.<br />> First of all, I used the BSM php sample store as a starting point.  I <br />> added<br />> an ItemQuantity field to the items DB to track the stock or items in<br />> inventory in the store.<br />><br />> In order for this automatic deduction of sold items to work, it must be<br />> placed within the do while {  area of the  display page for the cart's<br />> items. } The code is commented below:<br />><br />> <?php<br />> //WA eCart Show If Start<br />> if (!$eCart->IsEmpty())     {    // IF CART NOT EMPTY...<br />> ?><br />>    <h2>Order Receipt </h2>  // STANDARD STUFF TILL NEXT COMMENT<br />>    <br /><br />>    <h3 class="eCart_OrderHeaderInfo">Order number: <?php echo <br />> session_id();<br />> ?></h3><br />><br />>    <p class="eCart_OrderHeaderInfo">This is your order receipt. Please <br />> make<br />> a copy for your records. An email will also be sent to you. </p><br />>    <table class="eC_ShoppingCart" border="0" cellspacing="0"<br />> cellpadding="0"><br />>            <tr><br />><br />>                    <th>Name</th><br />><br />><br />>                    <th>Price</th><br />><br />><br />>                    <th  class="eC_FormItem" >Quantity</th><br />><br />><br />>                    <th>Total</th><br />>            </tr><br />>        <?php<br />> while (!$eCart->EOF())      {  // DO WHILE FOR EACH ITEM IN CART<br />> ?><br />>            <tr><br />><br />>                    <td><img src="/images/thumbs/<?php echo<br />> $eCart->DisplayInfo("Thumbnail"); ?>" alt="" width="100" height="100"<br />> class="eC_ProductThumb" /><br />>                        <p class="eC_ItemLabel"><?php echo<br />> $eCart->DisplayInfo("Name"); ?></p><br />>                  <p class="eC_ItemDescription"><?php echo<br />> $eCart->DisplayInfo("Description"); ?></p>  <p<br />> class="eC_ItemDescription"><?php echo $eCart->DisplayInfo("ID");<br />> $idCall = $eCart->DisplayInfo("ID");?>>  // CREATE A VARIABLE FOR<br />> //THE ITEM's ID NUMBER in the DB<br />> //USE DISPLAY ID TO GET ID # and make it = $idCall<br />> </p></td<br />>                    <td  class="eC_PriceItem" ><?php echo<br />> WA_eCart_DisplayMoney($eCart, $eCart->DisplayInfo("Price")); ?></td><br />><br />><br />>                    <td  class="eC_FormItem" ><?php echo<br />> $eCart->DisplayInfo("Quantity");<br />> $solditems = $eCart->DisplayInfo("Quantity");?>  //DO THE SAME FOR <br />> QUANTITY<br />> //SOLD, MAKE QUANTITY SOLD  = $solditems<br />> </td><br />><br />> // NOW UPDATE THE DATABASE. SUBTRACT $solditems from ItemQuantity ( YOUR<br />> //INVENTORY OR STOCK)<br />> //FOR EACH ITEM IN CART. SELECT the item's ID  by $idCall:<br />> <?php<br />> mysql_select_db($database_connBSM, $connBSM);<br />> $query_itemQ = "Update items SET  items.ItemQuantity = <br />> items.ItemQuantity -<br />> $solditems WHERE items.ItemID = $idCall";<br />> $itemQ = mysql_query($query_itemQ, $connBSM) or die(mysql_error());<br />><br />> ?><br />>                    <td  class="eC_PriceItem" ><?php echo<br />> WA_eCart_DisplayMoney($eCart, $eCart->DisplayInfo("TotalPrice")); ?> </td><br />>            </tr><br />>        <?php<br />>  $eCart->MoveNext();    //// REPEATS BEHAVIOR FOR EACH ITEM IN CART<br />> }<br />> $eCart->MoveFirst();<br />> ?><br />> BTW, once the items in inventory = 0, the items do not appear in the<br />> catalog.  That is set in the catalog page's recordset.<br />> Jeff<br />> ~~~~~~~~~~~~<br />> Jefferis Peterson, Pres.<br />> Web Design and Marketing<br />> http://www.PetersonSales.com<br />><br />><br />><br />><br />> ------------------------------------------------------<br />> View/reply at <<a href="/cgi-bin/webx?13@@.3bc3e9d6/5">jefferis, "WebAssist Cart help? I know it's off topic but... Could really use some help..." #6, 19 Jun 2007 6:50 am</a>><br />> You must visit the conference to reply. Email replies are not allowed and <br />> will be returned.<br />> Use the unsubscribe form at <br />> <a href=http://www.adobeforums.com/cgi-bin/webx?280@@.3bc3e9d6!folder=.3bc3909c> <br />> to cancel your email subscription.

  • (off topic) Quick advice needed RE: publishing

    (sorry for the waaayyy off-topic post, but I'm sure some of you gurus would know the answer to this. I'm sort of in 'freak-out' mode right now.)
    So my CD artwork is finalized, and slated to go to press this Friday. I just realized that, though I am registered with BMI, I put no mention of that on the disc or in the liner notes. DOH!
    Do I need to? If so, is simply putting "Copyright 2006 [band name here], BMI" sufficient? Or do I need a 'music company' name (in other words, not the band name).
    thanks for any advice !

    Songs are tracked and money is distributed by song title, writer and publisher name. Don't make it hard for people to pay you. Make sure you get your publisher info on there.

  • Off Topic: DAQ 5102 PCMCIA version no longer available / searching for used ones

    Since some time, the DAQ 5102 oscilloscope PCMCIA card version is no
    longer available from NI.
    Does anybody know where to buy one. (I already searched ebay for
    weeks)
    Or does anybody want to sell ? via ebay ?
    Please let me know.
    Thanks.
    Sorry for this off topic, but i found no better group.

    Maybe it is this bug: http://bugs.kde.org/show_bug.cgi?id=154969
    The decisive effect is 'Improved window management' - if this effect is enabled kwin works normally.
    Last edited by May-C (2008-02-13 01:16:48)

  • Off topic: General comment

    All,
    I know this is totally off-topic but this is the best way to send a very important message.
    One of those days, someone called to us to offer Solaris support services, because that person was reading this forum and saw our entries. I guess, if we are here asking for help, and helping others, the idea is to use the community to achieve better results.
    I understand that every business needs to make money, but there are some limits as well. If we had any interest to hire a consulant and pay for him/her services, we would not be here making posts.
    Also, what is much more important, is to share information and knowledge about a product, Solaris, which is open source now.
    So, if there are any other business digger here, please do not contact us in anyway, unless we ask for that contact. Right now, that person and his company are on my personal "avoid contact at any cost" list.
    Cheers
    Andreas

    Printers are the Demon Seed, the work of Beelzebub. While my Epson R340 will of course print for weeks on end just fine, if I suddenly need to print something urgently, it is 100% guaranteed to print it in purple. Or, the heads will need cleaning, resulting in two hours of listening to "neeeeeeeeh neh-neh-neh-neh-neh neeeeeeeeeeeeeeeh neh neh neh'. Or, the DVD's doesn't get drawn into the printer properly, the resulting label is half off the disc, and it's just made a nice coaster.
    I broke my last Epson while leaping up and down upon it in an apoplectic rage in such circumstances. Really.
    But it seems you are right, we have no option. Finally, Print Shop by Broderbund is probably like a high-tech wunderkind chrome robot when compared to the Official Worst Appplication of All Time, Epson Print CD, which closely resembles a turd.
    Rant rant rant.

  • MQ, eSQL and CLOBs (Off Topic)

    Hi,
    Apologies for this way off topic post, but I figured someone here may know the answer to this one and save me some time digging / testing.
    We're designing a middleware hub using WBIMB (MQ) v5 and have the option of
    a. Sending a message to a JMS Listener that will write an entry in a database via JDBC
    b. Having the broker flow insert the record using a compute node / java node.
    If we choose option b my preference would be to use eSQL, but the database table has a CLOB column and I'm not sure whether this is supported.
    Any ideas?
    Thanks for your help,
    Steve

    Hello Huffer Many thanks for your prompt reply. I have been doing a bit more research and came across an old spec for a "lenovo" hard-disk (HDD) with 320GB capacity used in numerous ThinkPads. Unfortunately it does not include the X300 model that i have. The full details can be found HERE. The height of the HDD is 7 (SEVEN) mm. I may be paranoid but can you please just confirm that the lenovo X300 ThinkPads (see full details above) with the 320GB HDD really have a height of 9.5mm and so will be able to take the HDD 2.5" with 2TB that I plan to buy. If the height really is only 7m then I have a problem.  Then I think that i will have to go up my idea of increasing the storage space. If you cannot answer the question with 100% certitude then I will have to reopen the laptop and measure the space available but that is a pain since I am new to all this and afraid of damaging the HDD. Thanks. Cheers. Steve.  

  • Off Topic/cross-post

    Off Topic - Cross Post:
    Does anybody here enjoy reading flamefull threads as much as I do? Like the ones where someone asks a stupid
    question and get bombarded with rude, snappy, witty comments. I love to read them, even when there directed at me. I wish there was a thread that acted like a directory of these flaming threads so that I could directly read them all in sequence.
    Thank you very much for endless humor and entertainment.
    Keep up the good work guys and girls...
    Ian Mechura

    Thanx for ur answer to me - however dear i do not need password or hacking type stuff - actually i just wanna IDs as string into my vector class. look u can by clicking to any ID (yahoo messenger online IDs) can send message or so and can use just for messaging them - my intension is just like that - not to access her password or to use her id for any other thing - i just to message them. but first i had to take his/her id as string into a vector. then later send them message. Is this illegal or so.
    please this is really an assignment of my college.
    please reply me at
    [email protected]
    or in my question here i post -
    i had also stop posting question again and again as i think people understand my question as wrong.
    thanx in advance
    thax again sir for ur advice in advance
    Saeed

  • Who to contact to view a thread removed by host for being off-topic?

    I have been posting to the Logic Pro 7 forum.
    I posted a question that was clearly labelled "Off-Topic"
    It was to do with phones being used in recording studios and I was inviting opinions from other recording studio users in the Logic Pro 7 forum.
    I have had 24 replies.
    I cannot view those replies because:
    Off Topic: policy on mobile phones in recording studios (interference) ?
    Administration » * Posts Removed by Hosts, 30-Jul-2006 03:33, Replies: 24
    This thread has nothing to do with Logic - it is off-topic.
    Lately, I've been tasked with...
    I have clicked the "Posts Removed by Hosts" link to view my replies, and I get:
    Error: you do not have permission to view the requested forum or category.
    I cannot seem to find a contact for this forum, or for the hosts, to ask them to email me the replies or at least give me access to this thread so I can view the replies.
    Can anyone help, please?

    Hi darren,
    As one of the posters of that thread, I would like to report that 1/2 of the replies said that phones do nothing in the studio except annoy those not on the phone, 1/4 compared it to no phones on planes, 1/8 said that cheaper/older phones can cause interference on amped instruments like a guitar, and the last 1/8 was fluff.
    hope that helps. I enjoyed that thread for what it's worth.
    X

  • [YAY MODERATORS!]: Off Topic Invas

    <center>We all have our reasons for being here, whether to seek advise, solve a problem, or help others with their questions. An often overlooked aspect of these forums is vital though, and that is the forum's moderators. To put it simply, there would be no forums without their hard and persitant work, positi've attitude, and determination.</center>
    Dale, John, Jason, and Cat spend hours every day doing things that may or may not even be noticed by forum members. Looking up some solutions to your problems can take hours, with emails and phone calls involved. Not only to they help with problems, but with keeping the boards organized and legal. Their work is necessary in providing this great community!
    I, on behalf of the forum, would like to say a BIG thank you for everything you do!
    Fellow forum members, go ahead and say thank you too! Feel free to post below, or change you signature (see below) to show your thanks.
    ------------- Signatures:
    Sigs go under every one of your posts, and you can edit your sig under "My Profile". They need to be in HTML for it to work. Below is the code. Please know that all brackets( [ , ]'s ) need to be replaced with arrows (shift and comma, shift and period). Show your thanks, use this sig!
    [img src="http://img487.imageshack.us/img487/507/yaymodsjf7.gif"]
    Thank you, penguinking3, for making the above signature for the forum!
    And Jeremy, you also deserve a round of applause. Thanks for organizing this whole thing! You always have everyone's best intentions in mind.Message Edited by Trance on 09-0-2006 09:0 PM

    Trance wrote:
    Dale, John, Jason, and Cat spend hours every day doing things that may or may not even be noticed by forum members. Looking up some solutions to your problems can take hours, with emails and phone calls involved. Not only to they help with problems, but with keeping the boards organized and legal.
    don't forget all there hard work smiting those forum trolls
    Thanks all you mods, especially Cat for putting up with all of our crazy requests about the color of our names
    And feel free to stop by off topic, were nice

  • Off topic: Webhosting in the UK...which one?

    HI,
    Sorry for the off topic question.
    Does anyone know a reliable, cheap webhosting? Iv got a website, and i'd like to put it on the net. I don't need any special features.
    I'm looking for the cheapest / most reliable on the net.
    Also, are there server specially designed for mac made website?
    Cheers,
    Dave

    Here is an alternative
    How to manually update 2011 Xperias to android 4.0.4
    http://talk.sonymobile.com/thread/38251
    Don't forget to mark the Correct Answers & Helpful Answers
    unrelated topic, if you have some time please check this thread
    http://talk.sonymobile.com/thread/44888
    "I'd rather be hated for who I am, than loved for who I am not." Kurt Cobain (1967-1994)

  • Off-topic : VPN setup

    Hi,
    off-topic, but having failed to find the answer on the net (in a form that I can understand) I thought I'd try here.
    I live in France and have a dsl connection. I also have a dsl connection in Edinburgh in the UK. Sometimes it would be useful for me to have a UK IP address when using the internet in France. It occurred to me that I could perhaps set up a vpn.
    Question : Would this mean that I would have to have a computer running at the UK end, in order to access the internet with a UK IP, or could I simply 'pass through' the router in the UK to gain a UK IP address?
    Also ... I'm assuming that I would need to buy a special VPN Router for the UK. Would this need to replace the DSL router/modem or would it (could it) be placed after it? Currently in the UK, there is an airport base station placed after the DSL Router.
    Any help/info much appreciated.
    Grant

    I suggest you post your question in the OS X Networking forums, as this forum is for troubleshooting Apple Remote Desktop, Apple's application for managing Macs on your network:
    http://discussions.apple.com/forum.jspa?forumID=1222

Maybe you are looking for

  • Blocking somw of the retention line items for processing

    Hi all, My client wants a list of retention line items to be blocked from further processing and the same to be released on a case to case basis, only on approval . How should i proceed? regards Jaya

  • Recovery from imported tape media fails and causes DPM management console to crash with ID: 917

    Hi. I have a newly installed DPM 2012 R2 on a Windows 2012 R2 with a standalone dedicated SQL server which is causing me a bit of a headache right now. I'm about to restore some files from an imported tape media, the tape is from our previous DPM ser

  • SAP Tables needed in PP area?

    Dear Experts. I am looking SAP related tables for the following in Production Area, 1) SAP tables that Store materials data for Producing Finished Products/ Assembling of Finished Products From SAP, I need to get all the table(s) that contains all fo

  • Dual-Boot Macbook

    I'm trying to dual boot OS X and arch on my macbook, but whenever I try and boot into arch I just get a "Missing Operating System" error that I can't seem to fix. Any ideas? EDIT: I think it's a problem with the way refit is syncing the gpt/mbr parti

  • ISight crashes both Photo booth and iChat

    Hello, My iSight camera seems to be causing issues with Photo Booth and iChat. Both these problems emerged at the same time, so I believe that they're related. iChat will login properly, but when I try to initiate video chat, the green iSight camera