Senate Sub-committee going after e-comm biggies Digital Media Digital Marketing by MktgRob …]http://www.ecommercetimes.com/story/Senate-Committee-Flogs-Big-Name-E-Tailers-for-Sneaky-Sales-Tactics-68685.html[/url] The link… into good detail. While some of us may be big e-comm participants we may not be on the same level as… coming out of this sub-committee will affect the smaller e-tailers? Re: promotional techniques for advertising an e-commerce site Digital Media Digital Marketing by Ron Killian … is rss. I hooked up a rss feed to my e-comm site and it's done wonders. You could submit the… Error (in program for serial comm in DevCpp) Programming Software Development by danibootstrap …gt;Parity = NOPARITY; }//if else if (_tcscmp(p, _T("E")) == 0) { dcb->fParity = TRUE; dcb->Parity… BOOL SFile::Open(UINT port, DWORD baud) { //create the comm name TCHAR comm_name[64]; _stprintf(comm_name, COMMNAME, port); //open the… Java "comm" Api problem Programming Software Development by debasishgang7 …) { if (portId.getName().equals("COM13")) //your comm port { try { serialPort = (SerialPort) portId.open("…;SimpleWriteApp", 2000); } catch (PortInUseException e) {} try { //get the output stream outputStream = serialPort.getOutputStream… Listen to Serial Comm Port Programming Software Development by A H Hello. I need to write a program that listen to the Comm Port. i.e. if any other program is sending Data to the comm Port, I need to read it as well. Can it be done using VB 6 ? Java Comm Api:Serial Port Communication not working Perfectly Programming Software Development by gunjannigam I am using Java Comm API to send some data on Serial Port …mySerialPort.setFlowControlMode(mySerialPort.FLOWCONTROL_NONE); mySerialPort.setInputBufferSize(1); } catch (Exception e){e.printStackTrace();} System.out.println(mySerialPort.getBaudRate()+" "+ mySerialPort.getDataBits… RXTXcomm in Windows7-64bit & Problem showing all the comm ports on the computer.. Programming Software Development by Ukiya006 …is suppose to show the comm ports available. It works….close(); h.add(com); } catch (PortInUseException e) { System.out.println("Port, "…open port " + com.getName()); e.printStackTrace(); } } } return h; [/… no sound in modem programmed using javax.comm Programming Software Development by prashantharbola … call using modem,the sound from the other side i.e the telephone line is clear in the modem ports for… modem to the other side i.e the telephone is not audible.i am using javax.comm package to send the AT… Script to compare dates? Programming Software Development by pichels … | grep -v -e IBM -e Copyright -e Tiv -e Comm -e Sess -e Serv -e ANS -e Vol -e VOL -e "---" -e LAST -e Unnamed | /bin/sed …NUM` > 90 ]] then echo $NUM | sed -e :a -e 's/\(.*[0-9]\)\([0-9]\{2\}\)/\1-\2/;ta' >… //' >> $ARCHHOLD done cat $ARCHHOLD | sed -e 's/./& /10' > $FINAL_ARCH done exit 0; Simulating Comm Port Data Programming Software Development by JohnKelly … have an application that reads data from standard Serial Ports. E.g GPS Receivers, Gyro Compasses and other devices. We have… data that this program can read. We only have 3 Comm Ports on the PC. Does anyone know of a way… Problem with arrays Programming Web Development by diether.silverious …;,commonly known as <strong>e-commerce</strong> or <strong>e-comm</strong>, is the buying… If you are using Facebook for social media marketing purposes read this Digital Media Digital Marketing by MktgRob … the discovery of numerous malicious apps popping up in Facebook e-comm offerings. Worth a read, especially if you are doing anytype… what is best CRM system which support complete sales proceess Digital Media Digital Marketing by akshv i own a small ecomm website and would like to intgrate a CRM it. can any one tell me best crm which support complete e-comm business sales cycle with ebalst, recurring billing, auto responder, upselling etc. features. Re: using modem by javax.comm Programming Software Development by prashantharbola i use a regular phone i.e a land line number to dial the number of the line which i pulgued in the modem to receive. Re: using modem by javax.comm Programming Software Development by prashantharbola i use a regular phone i.e a land line number to dial the number of the line i have pluged in the modem Which will do better, e-comm or brick & mortars Digital Media Digital Marketing by MktgRob Just wondering what everyone else is thinking. Due to the ongoing economic situation and the fact that the stimulus has been a bust (unless of course you are working for the government!), I think more people will look to pay cash rather than use credit. Even with paypal and the use of debit cards online, I think it will be a 50-50 split. Re: Which will do better, e-comm or brick & mortars Digital Media Digital Marketing by MktgRob Slow down everyone! If you all try to vote at once you will crash the servers! Re: Which will do better, e-comm or brick & mortars Digital Media Digital Marketing by photoman53 As a business person who has two brick and mortar locations I find that in the field of photography, event planning, computer servicing and fresh floral designs over the past 7 years the web and the streets have become symbiotic. My quest now is to try the "web only" arena as I evolve in the marketplace. Who wouldn't want to make money … Re: Which will do better, e-comm or brick & mortars Digital Media Digital Marketing by MktgRob [QUOTE=photoman53;1069444]As a business person who has two brick and mortar locations I find that in the field of photography, event planning, computer servicing and fresh floral designs over the past 7 years the web and the streets have become symbiotic. My quest now is to try the "web only" arena as I evolve in the marketplace. Who … Re: Which will do better, e-comm or brick & mortars Digital Media Digital Marketing by photoman53 Glad to be of service! Ben:) Re: Which will do better, e-comm or brick & mortars Digital Media Digital Marketing by MktgRob I just spoke to a friend who is thinking of selling spices and seasonings from Jamaica on line but he is also looking at setting up a brick and mortar store front as he feels that most of the local business will come from people who will want to make the trip to Long Island and possibly see cooking demos using the products. Re: Automated Response Twitter messages Digital Media Digital Marketing by MktgRob … a sale is completed online (where along with a confirmation e-mail for the sale a tweet goes out thanking them… for the twitter account would be appropriate. Also, as most e-comm sites will ask the person if they want to receive… messages about sales offers, the person could choose between receiving e-mails offers or tweet offers. If is was me I… Re: ...Need your suggestions... Digital Media Digital Marketing by chrisstyris hey wat u can do is study the e-comm sites that are existing and prepare a case study and present it..... _________________ VPS Hosting provides [URL=http://www.vpshosting.com.hk.html]affordable web hosting[/URL] with full [URL=http://www.vpshosting.com.hk/about-vps/vps-information/what-and-why.html]root access hosting[/URL] to your server. Re: How to use picture magnify tool without increasing web page loading time? Programming Web Development by LastMitch …'s a plugin or extension. I'm not sure what E-comm platform you are using but there should be a plugin… Re: Zen Cart final setup Digital Media Digital Marketing by LastMitch … any programming? It's not hard to set-up an e-comm website. It's like learning a CMS. Re: Java "comm" Api problem Programming Software Development by debasishgang7 i am trying to send sms..... Re: Java "comm" Api problem Programming Software Development by JamesCherrill Count and match your quotes - there are 7 on that line = 1 unmatched. The colour coding (blue = string literal) in your posted code is a good clue. Re: Listen to Serial Comm Port Programming Software Development by debasisdas you need to use mscomm control. Re: Database concurency data Programming Databases by LastMitch … you post your question it's more related to a e-comm website code rather than a database issue? Another words you… asking for a code that you can used for your e-comm website not just a query issue. OK since you mention… Re: ajax call and window.location Programming Web Development by LastMitch … difficulties with a concept. Are you using a e-comm platform or you wrote this e-comm website? >My problem is that I…