Off topic message

I know this is off topic, but can you tell me how can I subscribe to usenet to com.lang.java?
Thanks.

There is a good free new reader available called "Forte Free Agent"
http://www.forteinc.com/main/homepage.php
You'll also need to find out the ip address of the usenet server for you Internet Provider.

Similar Messages

  • Off Topic: Music used on Tronic profile on Apple Pro website

    Hello everyone,
    First of all my humble apologies for posting an off topic message, but I really don't know where else to ask this, I've been googling and browsing like mad.
    Does somebody know the music used on the profile that Apple did of Tronic NYC for their Pro page?
    The profile is here: http://www.apple.com/pro/profiles/tronic/
    Thank you all in advance! Hope someone knows this :/

    Thanks for your answer!
    Although could be, it's not that, I've heard this same song once in a trip to Italy on the TV on a commercial too. This is really driving me insane, they use some great music for some of this profiles like the one they did on 2x4.
    Thanks for the help though

  • Suggestion​: General Discussion​s\Off Topic Section

    hi,
    it would be great to have an off topic forum/section here for us to interact and have general discussions. almost every forum i'm a member of has an Off Topic section. we can get to know each other much better and share useful information and opinions about various topics, technology and others also. we can do the same through PM's, but getting everyone involved will feel much better.
    Make it easier for other people to find solutions, by marking my answer with \'Accept as Solution\' if it solves your problem.
    Click on the BLUE KUDOS button on the left to say "Thanks"
    I am an ex-HP Employee.

    if they start posting technical questions or spam here, then they should be banned!
    EDIT: in other news, my reputation level increased!
    Message Edited by DexterM on 01-07-2009 11:44 PM
    Make it easier for other people to find solutions, by marking my answer with \'Accept as Solution\' if it solves your problem.
    Click on the BLUE KUDOS button on the left to say "Thanks"
    I am an ex-HP Employee.

  • Newbie wireless question (slightly off-topic)

    I didn't want to post this here as it's not entirely an Airport-specific question. I posted this to the iBook forums, but nobody there has answered so my apologies if this is not welcome here. (Any moderators can remove it if that's the case.)
    I've been using computers extensively for over a decade, but I'm a total newbie to wifi. I just set up a wireless network in my house and would appreciate some advice/feedback.
    My main concerns are whether or not my network is reasonably secure. I know there is no such thing as perfect security, but I don't know if what I've done is good enough or not.
    I don't have an Airport base station, but I do have a D-Link Airplus G and an Airport card in my iBook. I have WEP set up on the router and I have enabled MAC filtering, listing only my desktop and my iBook, excluding all others from the network.
    I'm fairly certain that nobody in my neighborhood is going to get into my machines this way or be able to sniff my network data stream, but am I right in assuming that nobody can "piggyback" on my Internet connection too? Presumably, if everyone but my own machines are MAC-filtered and kept out, then the Internet connection is also protected. Is that how it works?

    WEP and MAC filtering are better than nothing, but you can do better. These are my suggestions:
    1. Use WPA with a pre-shared key (PSK) and TKIP encryption on your Netgear router, along with an alphanumeric passphrase of at least eight characters not found in any dictionary. The equivalent setting on your Mac is "WPA Personal". Unlike WEP security (which an expert can crack in under half an hour), WPA security is currently unhackable by any practical means as long as you use a non-dictionary passphrase. One last point - WPA security requires all your wireless Macs to be running MacOS 10.3 or newer.
    2. MAC filtering is (these days) essentially useless as a wireless security method. Using "packet sniffing" of traffic on your wireless network to find out what MAC addresses are used by computers on your network, and a PC that allows its MAC address to be cloned so that it is identical to the MAC address of one your own wireless computers (which is possible with most PC wireless network adapters) even an amateur hacker can defeat MAC address filtering in minutes.
    By the way - I don't think your posted message here is off topic. In my opinion, the Airport discussion forums are the best place to post any questions related to usage of wireless networks. Questions of this nature are virtually never specific to any Mac model.

  • 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

  • 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.

  • 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

  • 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  :  Tools Toad

    Hi
    Sorry for Off topic, But I would like to know how can I to configure Toad for to show
    Tablespaces when show Script Table and where can I to configure for to show each column in line, because It show as
    CREATE TABLE myscheme.MYTABLE ( VL_TOTAL_PEDIDO_DOLAR NUMBER(15,2), NM_CICLO_ESTATISTICA NUMBER(6), NM_SEMANA_CICLO NUMBER(2), NM_SEMANA_MES NUMBER(2), DT_ESTATISTICA DATE, NM_PEDIDO NUMBER(10) NOT NULL, ID_TIPO_OPERACAO NUMBER(2) NOT NULL, DT_GERACAO_MOVIMENTO DATE NOT NULL, CD_CONSULTORA NUMBER(10) NOT NULL, CD_REGIAO_ESTRATEGICA NUMBER(6) NOT NULL, CD_GERENCIA_VENDA NUMBER(6) NOT NULL, CD_SETOR NUMBER(6) NOT NULL, CD_GERENCIA_VENDA_SEGMENTO_CN NUMBER(6), CD_SETOR_SEGMENTO_CN NUMBER(6), ID_TIPO_CN NUMBER(2) NOT NULL, CD_SEGMENTO_CANAL NUMBER(2) NOT NULL, CD_SEGMENTO_PEDIDO NUMBER(2) NOT NULL, SG_UF CHAR(2 BYTE), CD_CIDADE CHAR(9 BYTE), DT_PEDIDO DATE NOT NULL, NM_CICLO_PEDIDO NUMBER(6) NOT NULL, DT_LIBERACAO_PEDIDO DATE, NM_CICLO_LIBERADO NUMBER(6), QT_PONTOS_PEDIDO NUMBER(10) NOT NULL, QT_ITENS_PEDIDO NUMBER(10) NOT NULL, VL_TOTAL_PEDIDO NUMBER(15,2) NOT NULL, ID_PEDIDO_INICIO NUMBER(2), DT_DIGITACAO DATE, ID_MEIO_CAPTACAO_PEDIDO NUMBER(2), CD_CONSULTORA_RELACIONADA NUMBER(10), ID_CENTRAL_PRESENTE NUMBER(2), CD_REGIAO_ESTRATEGICA_PRECO NUMBER(6), CD_GERENCIA_VENDA_PRECO NUMBER(6), CD_SETOR_PRECO NUMBER(6), CD_TIPO_ESTRUTURA_COMERCIAL NUMBER(4), CD_ESTRUTURA_COMERCIAL NUMBER(6), DT_FATURAMENTO DATE, ID_SITUACAO_PEDIDO NUMBER(3), CD_CENTRO NUMBER(5) ) LOGGING NOCOMPRESS NOCACHE NOPARALLEL MONITORING;

    I think he wants to generate the 'create table' script in TOAD and to have it all on one line as well as include the tablespace name.
    TOAD has too many options and it's probably hidden somewhere in there.
    Message was edited by:
    stellios.k

  • 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

  • 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.

  • [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: posting XML/HTML in these forums

    How do you post XML to these forums? Encoding the < as > just gets interpreted as a literal, but using straight XML doesn't work because if there's overlap with HTML, the XML gets formatted as HTML. Here's an example -- if you have an XML tag called "s" (< s n a m e = " f o o " > b a r < / s > ), look what happens (because of the strikethrough HTML tag): <s name="foo">bar</s>.
    Sorry to post off-topic!
    Chris Bucchere | bdg | [email protected] | www.bdg-online.com

    Hello red_menace,
    Indeed a pre-processing code like yours is always an option for us, but from my point of view, the correct solution is for the discussions' admins to disable this meddlesome formatting feature of the new fora software.
    This new feature affects not only new posts but also the existing messages in the fora, that means it has rendered quite a few useful messages totally useless. This is actually serious data loss caused by the thoughtless software. And for what?
    After all, these discussions' boards are not chat rooms where people might want some simple input methods for fancy text formattings, but technical support fora where people frequently post programming codes, computer outputs and so forth that have many reserved symbols and notation.
    I really wish they may fix this promptly.
    Best regards,
    Hiroto

  • Off topic: Database Unique IDs

    Hi folks,
    This is a little off-topic, but I figure that there may be other people out
    there whose Forte development would benefit from the discussion.
    I am currently building a development framework for our new software
    product. As part of that framework I'd like to include the facility for
    generating unique, user-invisible, integer database IDs.
    Now there is some doubt here that this is actually required and that the
    primary key should be whatever the programmer wants it to be, including
    multiple columns if necessary.
    I was wondering if anyone can give us some rules-of-thumb regarding
    the use of unique IDs as primary keys. Or if someone can point me to
    some on-line resources (or even a good book) that can guide us in this
    area.
    The arguments I have given for using integer IDs are:
    - Single, integer columns should be faster
    - User invisible integer ID allows editing/duplicates of all user-visible fields
    - Single, integer foreign keys would reduce storage requirements
    - Standardising on integer IDs would allow generic functionality built into
    framework
    - More object-oriented as objects have "built-in" unique identity
    I would appreciate any comments people have. We can take this
    discussion off-list if that is preferable.
    Cheers,
    Duncan Kinnear,
    McCarthy and Associates, Email: [email protected]
    PO Box 764, McLean Towers, Phone: +64 6 834 3360
    Shakespeare Road, Napier, New Zealand. Fax: +64 6 834 3369
    Providing Integrated Software to the Meat Processing Industry for over 10 years
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    Hi folks,
    This is a little off-topic, but I figure that there may be other people out
    there whose Forte development would benefit from the discussion.
    I am currently building a development framework for our new software
    product. As part of that framework I'd like to include the facility for
    generating unique, user-invisible, integer database IDs.
    Now there is some doubt here that this is actually required and that the
    primary key should be whatever the programmer wants it to be, including
    multiple columns if necessary.
    I was wondering if anyone can give us some rules-of-thumb regarding
    the use of unique IDs as primary keys. Or if someone can point me to
    some on-line resources (or even a good book) that can guide us in this
    area.
    The arguments I have given for using integer IDs are:
    - Single, integer columns should be faster
    - User invisible integer ID allows editing/duplicates of all user-visible fields
    - Single, integer foreign keys would reduce storage requirements
    - Standardising on integer IDs would allow generic functionality built into
    framework
    - More object-oriented as objects have "built-in" unique identity
    I would appreciate any comments people have. We can take this
    discussion off-list if that is preferable.
    Cheers,
    Duncan Kinnear,
    McCarthy and Associates, Email: [email protected]
    PO Box 764, McLean Towers, Phone: +64 6 834 3360
    Shakespeare Road, Napier, New Zealand. Fax: +64 6 834 3369
    Providing Integrated Software to the Meat Processing Industry for over 10 years
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

  • Off-topic section not available for outsiders

    Hi people!
    The Off-topic section is only visible when I am logged in. If I logout, I can't see it. I found that because I've sent the url from the photoshop thread (lots of good laughings) to a friend and he said that couldn't see it because he was not registered, acording to the message he got.
    So, is it on purpose? I can't see why, so I'm asking here.

    Yes, it is. The reason is that sometime threads in off-topics can degenerate because they can be of political/religious nature.  Such threads are not allowed but we can't check the forum 24hr/day.  Other threads in off-topics are  pointless blabber.  We don't want prospective users who are browsing the forums to know if Arch is OK for them or are searching help on installing it to see these posts.  They can give a bad first impression of Arch.  Once they register, we assume they have a better idea of the Arch community and realize that these threads are a minority.
    Your friends will need to register is they want to see the photoshop thread.

Maybe you are looking for

  • Camera connection kit help,

    Hi I am trying to use camera connection kit to import photos using sd card but nothing happening. I can transfer my photos via i tunes as i have tried this but wanted to use the camera kit any help would be appreciated

  • How to react to Microsoft Word events?

    My program runs Microsoft Word (setting "ws" = Word). I can issue commands to Word, but can I also react to Word events? I set ws to be "withevents" but that didn't seem to make wd's events available to my program. Robert Homes

  • Occurs error when create purchase req. from product order with 'PP02'

    hi,friends. when i add a route with 'co02', and select control key 'pp02', then it leave to the view of 'Ext. Processing', i input the values of 'Cost Element' .'Purchasing Group' .'Material Group'.... and the value of 'Res./Purc. req.'  is  '3', but

  • How to get notified when InDesign Application hides (Mac)

    Hi! I need to modify the behavior of a secondary process  I launch in my plugin when the InDesign app hides (from the dock or using the cmd+h key combination). I was trying to add an observer and callback using the Notification Center (local) though

  • How do i register my CS5 Master?

    I just installed my master cs5 and can's seem to figure out how to launch the registration window. Did it register automatically when I entered my adobe ID for CS Live services?