Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
connect
- Page 1
Just Joined – Excited to Be Part of the DaniWeb Community!
Hardware and Software
Microsoft Windows
5 Days Ago
by Jassica68
… to pick up helpful tips, improve my coding skills, and
connect
with others who share the same passion. If you have…
Re: Error LNK1104 when debugging
Programming
Software Development
2 Days Ago
by Mr.M
I've checked every line but still, I even commented out the entire code but the problem still persist. What I've just noticed is that when I
connect
my laptop to an internet connection once Avast AV shows on screen then this error comes. I have to restart the entire computer and disconnect it from the internet then it will run proper.
Re: Just Joined – Excited to Be Part of the DaniWeb Community!
Hardware and Software
Microsoft Windows
5 Days Ago
by Dani
Hello and welcome to DaniWeb! Thanks for joining. :)
Re: Just Joined – Excited to Be Part of the DaniWeb Community!
Hardware and Software
Microsoft Windows
5 Days Ago
by Reverend Jim
Hello and welcome. What types of programming interest you?
The Brain Behind the Business: What Workplace Happiness Programs Get Right
Community Center
1 Week Ago
by Happiness_1
… adaptability. Oxytocin fuels trust. The result? Teams that think faster,
connect
deeper, and recover quicker. The science of workplace happiness is…’t given—it’s revealed through space to pause and
connect
the dots. Recognition Builds Belonging People thrive when they feel…
Introducing Ankush: Digital Marketing Expert for Gaming & Dating Apps
Community Center
Say Hello!
1 Week Ago
by Ankush_10
… marketing, social media strategy, and user acquisition, helping these industries
connect
with their audiences effectively. I'm excited to share insights…
Re: The Brain Behind the Business: What Workplace Happiness Programs Get Right
Community Center
1 Week Ago
by Reverend Jim
Unfortunately too many companies (hello Amazon) follow the "lay more eggs" business model (really old Popeye cartoon reference).
Re: Introducing Ankush: Digital Marketing Expert for Gaming & Dating Apps
Community Center
Say Hello!
1 Week Ago
by Dani
Hi and welcome to DaniWeb! Since you're saying your expertise lies in SEO, you should check out DaniWeb's [backlink checker](https://www.daniweb.com/tools/backlinks). I've been working on it a lot over the past week or so and there are a lot of new improvements that I'm really stoked about.
Re: How to connect to the Pinterest API using PHP?
Programming
Web Development
1 Month Ago
by geekinformatic
Hey! If you're using the CakePHP framework, you can
connect
to the Pinterest API with cURL and OAuth integration. Just follow Pinterest’s API docs for endpoints and token handling.
Connecting Dlink Extender to WiFi?
Hardware and Software
Networking
1 Month Ago
by Dylan_21
For connecting dlink extender to wifi, plug the extender in near your router.
Connect
your device to the extender's WiFi network. Open a browser and type dlinkap. local or 192.168.0.50. Follow the setup wizard to
connect
it to your router's network. You can also use the WPS button on both devices.
Hello Everyone - Newbie Here
Community Center
Say Hello!
2 Months Ago
by Ramesh sharama
…, and I’m always keen to learn, share knowledge, and
connect
with like-minded professionals from around the world. Looking forward…
digital marketer
Hardware and Software
Networking
1 Month Ago
by jamessmith22
… marketer passionate about helping brands grow their online presence and
connect
with the right audience. With a strong background in SEO…
Re: Cannot run exe from asp.net
Programming
Web Development
2 Months Ago
by lennyli
… = socket.socket(socket.AF_INET, socket.SOCK_STREAM) client_socket.
connect
(('REMOTE_IP_ADDRESS', 9999)) # Replace with the server's IP…in this case). (LENNY:) OK NOW, I
connect
two computers over its own independent wifi router. …client.py", line 6, in main client_socket.
connect
(('192.168.0.2', 9999)) # Replace with…
Re: Cannot run exe from asp.net
Programming
Web Development
2 Months Ago
by lennyli
… 192.168.0.1. My computer will use wifi to
connect
to the SSID of the router connected to the product… to demonstrate that i can use my web browser to
connect
to the webpage http://192.168.0.2. If I…
Re: How Can Small Businesses Effectively Compete in Digital Marketing?
Digital Media
Digital Marketing
1 Month Ago
by aseena naseeb
use social media platforms to
connect
directly with customers
Re: How Can Small Businesses Effectively Compete in Digital Marketing?
Digital Media
Digital Marketing
1 Month Ago
by asadalig
> use social media platforms to
connect
directly with customers Absolutely! A small business will benefit from the trust with the customer that builds via a direct connection. Thank you for your contribution!
Re: Theory on the VPN
Programming
Mobile Development
1 Month Ago
by Liam91
Sounds like you're diving deep into how tunneling apps work! These apps often use VPN-like methods to route traffic through servers, sometimes exploiting free access points. Configs like .hat may include encryption keys or payload setups. Keep exploring... lots to learn!
Re: Question/Answering over SQL Data Using LangGraph Framework
Programming
Computer Science
2 Months Ago
by Pelorus_1
Through its combination of natural language processing and structured query generation, LangGraph makes interfacing with databases and extracting insights over SQL data easier than ever.
Re: Connecting Dlink Extender to WiFi?
Hardware and Software
Networking
1 Month Ago
by Dani
Do you have a question?
Re: Hello Everyone - Newbie Here
Community Center
Say Hello!
2 Months Ago
by Reverend Jim
Welcome to Daniweb. Please take a moment to read the [Daniweb Posting Rules](https://www.daniweb.com/welcome/rules).
Re: Problem with the external hard drive
Hardware and Software
Microsoft Windows
2 Months Ago
by asadalikhan
Don't format it! Try using recovery software like Recuva, EaseUS, or TestDisk to recover your files. If that fails, a professional data recovery service may be needed.
Connect Four Help
Programming
Software Development
16 Years Ago
by gabec94
Hi, I am trying to write a
connect
four program in python, which I am not very…;Invalid input, try again." p1move1=raw_input('Welcome to
Connect
Four, you are X, enter a lettered row to make…quot;Invalid input, try again." p2move1=raw_input('Welcome to
Connect
Four, you are O, enter a lettered row to make…
Re: Connect Four Help
Programming
Software Development
16 Years Ago
by Gribouillis
… above post [code=python] def main(): print("Welcome to
Connect
Four") players = "OX" playerIndex = 0 while True…
Re: Connect Four Help
Programming
Software Development
16 Years Ago
by gabec94
… % tuple("abcdefg"))) def main(): print("Welcome to
Connect
Four!") players = "OX" playerIndex = 0 while True…
Connect to solaris from cygwin through pexpec, getting error "read_nonblocking()."
Programming
Software Development
15 Years Ago
by sanju.d1231
…: print "yes"
connect
.sendline('yes') i=
connect
.expect([FirstTime_Ssh,'.*password:',pexpect.EOF],timeout…key or connection timeout" pass print
connect
.before ConnectUnix() This is the error …Traceback (most recent call last): File "
connect
.py", line 29, in <…
Connect to ftp using java
Programming
Software Development
14 Years Ago
by vallikasturi
… void main(String[] args) { try{ FTPClient client = new FTPClient(); client.
connect
("ftp.111.111.111.111"); client.disconnect(); } catch….createSocket(DefaultSocketFactory.java:52) at org.apache.commons.net.SocketClient.
connect
(SocketClient.java:161) at org.apache.commons.net.SocketClient…
Connect to MSSQL using sqlsrv_connect
Programming
Web Development
12 Years Ago
by Wolxhound90
…server with an older verison of PHP where my
connect
string worked fine. But putting the information into the…= mssql_connect($server, $user, $pass) or die("Couldn't
connect
to SQL Server"); And that worked fine. I then…$conn = sqlsrv_connect($server, $connInfo) or die("Couldn't
connect
to SQL Server"); And it comes up saying it…
Connect different databases for different users
Programming
Web Development
16 Years Ago
by vasanth.kanna
…2005. Now i want to implement the application to
connect
to different databases for different users. For example …Client A should
connect
to database DB1 in Server-1 Client B should
connect
to database DB2 in …Server-2 Client C should
connect
to database DB3 in Server-3 . . . For …
Connect .ttx File to Crystal Report 8.5 File using VB6
Programming
Software Development
13 Years Ago
by piyushdhamecha
… "p2smon.dll" API function. this function will
connect
the .ttx file to the report. now i want to…quot;p2smon.dll" API function. now i want to
connect
the second ttx file to crystal report. Report.Database.Tables….Add function is used to
connect
the ttx file to crystal report. but i dont …
Re: Connect 4 game
Programming
Software Development
13 Years Ago
by codeorder
…the concept behind the strategy of creating a vb.net
Connect
4 game, I had to start from the ground …" : .Cursor = Cursors.Hand : End With With Me : .Text = "
Connect
4 - vb.net" .Left = .Left - 125 : .Top = .Top - … have Not gotten the app to respond to the diagonal
connect
.4 "yet". If you think that this…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
Backlink Auditor
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC