How NOT to do business online Digital Media Digital Marketing by Reverend Jim …me pay by credit card. There was a chat option and when I clicked on that it opened… question, and was immediately told to continue the chat on whatsapp. To do that I woud have … scan the given QR code, then install an app on my phone. Then link my phone to my…. Or I could continue with the whatsapp web app. When I chose that I was immediately led … Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim …. Running the stub starts a process to download the actual app. Running the installer (which I downloaded fresh) just ended…was still trying. I was able to get into a chat session with Logitech Support. Their first suggestion was to … the ability to configure the mouse buttons on a per-app basis, even to the extent of programming smart actions … Re: How NOT to do business online Digital Media Digital Marketing by rproffitt Someone wanted me to pay with Venmo which I also have never used. Sorry, but I don't want to add more apps today. Re: How NOT to do business online Digital Media Digital Marketing by Dani Not that it is an excuse, but I would like to offer up an explanation, if I may. You can [see here](https://www.daniweb.com/programming/web-development/threads/541688/airtm-api-how-to-build-a-form) that only 4 days ago, FarrisFahad had a button to pay by Paypal on his website, and wants to convert it into utilizing a payment API (e.g. something … Re: How NOT to do business online Digital Media Digital Marketing by Reverend Jim I could understand that for a small company but it looks like this place (US based) also has a Canadian presence. And judging by [their range of products](https://www.thewoodveneerhub.ca/) they aren't a small company. In any case, after pricing out what we wanted ($800+) and failing to get an alternate payment option we decided to invest in a … Re: How NOT to do business online Digital Media Digital Marketing by Dani > I could understand that for a small company but it looks like this place (US based) also has a Canadian presence. According to their about us page, it’s a family owned business run by a guy named Lawrence who has been in the industry since the 1970s but just started his own business in the 2000s. Which fits the profile I had laid out. (Eg … Re: How NOT to do business online Digital Media Digital Marketing by Reverend Jim Fair enough. How Do I address ERROR: access violation writing 0x0000000000005140, Programming Web Development by A_957 …}") return "Error processing your request." @app.route('/chat', methods=['POST']) def chat(): user_input = request.form.get('inputPrompt') response = make_request(user_input… Re: How Do I address ERROR: access violation writing 0x0000000000005140, Programming Web Development by rproffitt Python shouldn't create such an error. Reference https://www.reddit.com/r/learnpython/comments/kv83hc/error_code_exception_access_violation_writing_0x0/ I can't duplicate your issue but if this was mine I'd place a logging command in my python script at each step so I could nail down which line of code threw the error. Tutorial on that at … Re: How Do I address ERROR: access violation writing 0x0000000000005140, Programming Web Development by Dani I don't have any python experience, sadly, but I am super awesome at jQuery. Once you solve this server-side problem at hand, if you find yourself with the jQ side of things not working, please don't hesitate to post. Chat question Programming Web Development by deryl1974 … a web page to interact with this chat server. Its a simple chat app. 1. The chat server waits and listens. 2. The client… same functionality. a user logs in and connects to the chat server. I was able to achieve this. But what if… another user sends a message to this web chat user. How will I be able to transmit this message… Chat app with back end .net server Hardware and Software macOS by rehmaknatiq I am developing a ios app with a chat feature. I have a Back end .net server. how can i achieve this goal ? Re: Chat history save to database Programming Software Development by Lethugs i find it difficult not knowing the ports they used for this app. I just thought there something i can do to decode data going in and out from the ports and record if its from the chat app. anyway thanks for your reply :) Coding Chat Application For My Website .. Need Help !! Programming Web Development by rajdevsohail i am trying to code a chat app for my social network and i am using the following …;http://anantgarg.com/2009/05/13/gmail-facebook-style-jquery-chat/"]http://anantgarg.com/2009/05/13/gmail-facebook-style…-jquery-chat/[/URL] i have coded the rosters(manage who is online… is it possible to make private chat app with node.js Programming Web Development by kannan mangalar how to make a private chat with node.js like a facebook,gmail Re: is it possible to make private chat app with node.js Programming Web Development by pritaeas http://net.tutsplus.com/tutorials/javascript-ajax/using-node-js-and-websockets-to-build-a-chat-service/ Re: Chat application Programming Web Development by Dani > Storing the actual social network portion of a chat app in one makes a lot of sense, though. It's … current Dazah API access token's "app bubble". Therefore, a single Dazah app would be able to find all of… Re: Chat application Programming Web Development by pty …graph database alone isn't the right choice for a chat application. A message would be represented as an edge between… hurt performance. Storing the actual social network portion of a chat app in one makes a lot of sense, though. It's…wiki/OrientDB) might make more sense. There's even a chat program in the [use cases](http://orientdb.com/docs/last… Re: Chat Application Programming Web Development by ~s.o.s~ …: [url]http://www.banditssoftball.org/chat.v3.zip[/url] Please remember that this chat will not support a lot of … solution into it. I really suggest using a opensource chat app.[/QUOTE] If you are trying to avoid the complexity …those ad hoc data files you are managing with your chat application right now. You will surely see a noticeable… Re: Chat Application Programming Web Development by somedude3488 … link: [url]http://www.banditssoftball.org/chat.v3.zip[/url] Please remember that this chat will not support a lot of users… mysql solution into it. I really suggest using a opensource chat app. Re: Chat Programming Web Development by diafol You don't need a DB to make a chat app, but it does help. One alternative would be to save …new messages to a text file - not too nice. Ajax chat apps are probably the easiest to create. You need to… php script and gets data from the chat DB. The js script then updates the chat 'window' with the data from the… Re: chat application over internet.. Programming Software Development by rue64ja …. I'm trying to do the same thing (write a chat app), but not as complicated as what you might be doing… Re: P2P based chat Programming Software Development by Barnz … mean exactly two people thats it only a private chat app for my friend that stays in a different country …listening to connections from clients, not actually listening for chat messages etc? You use your streams for sending and… recieving data like chat messages etc. Here are some examples: - SERVER PROGRAM … P2P based chat Programming Software Development by GermanD …i need some help please on creating a chat app in VS2005. this can be very plain… its liker a one to one chat app via internet. this is my code i … System.Drawing.Drawing2D; namespace MyTalk { public partial class Chat : DevComponents.DotNetBar.Office2007Form { private TcpClient objClient; private … Re: P2P based chat Programming Software Development by Barnz …i need some help please on creating a chat app in VS2005. this can be very plain …its liker a one to one chat app via internet. this is my code i… System.Drawing.Drawing2D; namespace MyTalk { public partial class Chat : DevComponents.DotNetBar.Office2007Form { private TcpClient objClient; private … Re: P2P based chat Programming Software Development by GermanD …. i mean exactly two people thats it only a private chat app for my friend that stays in a different country and… "server side". i dont have a seperate server app. as you can see i have the tcplistener coded in… here aswell, this app needs to be only direct communication, i dont know if… HELP! vb.net 2005 winsock simple client server chat Programming Software Development by yeeitsneo hi. i made a simple chat app on vb 2005 express edition. Its juts a simple client server chat. could anyone help me turn… it into a multi client chat. where more than 1 user could connect to the server. …it must include a publich chat room where everyone connected can chat and also the server has the ability to… Need Help to create browser chat client using XMPP Servers Programming Web Development by Sylvia_4 … create **Gmail** style realtime chat app for my website. I found server for realtime chat here https://xmpp.org/software/… I choose?) **Goals** 1. send & receive chat request 2. accept or reject request 3. show sent/pending… chat request 4. pop up chat window if someone sends message 5. status… vb Chat App,Lan work Internet Not? Programming Software Development by bilal_h86 Helloo iam building vb chat application using winsock, work on LAN but problem that face … third one?iam outside this network. How... in my Computer app i have that outside LAN & connect to internet: [code… there is a way without configure the modem how all chat works like msn,.. so i want without any hardware configuration… Live Chat Support Software Digital Media Digital Marketing by jessecasey I have read many topic about live chat where had been described benefits of live chat. I want to know that one thing is website's traffic can be increased by using live chat app? Please share experience live chat users.