Search found 310 matches

Search found 310 matches Page 1 of 31
by visualtech
Tue Nov 08, 2016 9:14 am
Forum: Tutorial Requests
Topic: Installing chrome extension as part of application
Replies: 6
Views: 4785

It indeed is possible, and many applications use it. Just to get you started, here is a simple how-to: http://smus.com/chrome-media-keys-revisited/ Should you need a more complicated example, feel free to drop me a message. The principle behind this application is rather simple: you open a web-socke...
by visualtech
Mon Apr 04, 2016 8:56 am
Forum: Codenstuff boardroom
Topic: What do you have?
Replies: 6
Views: 3327

Cool! What do you think of the blog? I have a few articles on those lines; tell me if you're interested. Or if you want an article on a specific topic. :D
by visualtech
Sun Apr 03, 2016 12:16 pm
Forum: Codenstuff boardroom
Topic: What do you have?
Replies: 6
Views: 3327

Hey Tom, some amazing articles there! Have a look at my blog at https://blog.isomr.co Tell me if you like the articles there! I have quite a few more coming up! :)
by visualtech
Fri Jan 22, 2016 6:21 am
Forum: Help & Support
Topic: Deleting from a Database via PHP
Replies: 4
Views: 3527

For starters, HTTP/S shouldn't really matter. It's just a security protocol for transferring data from the browser to the server. Now, if you're using secure MySQL instances using ECC or TLS (yeah, they have that for MySQL as well), then you might want to tell us a little bit more about it. Secondly...
by visualtech
Thu Jan 07, 2016 7:29 pm
Forum: Source-Code
Topic: [JavaScript] Extension Functions and Other Good Stuff
Replies: 0
Views: 2376

Ah, howdy coders? It's been a while since I last posted something. Got busy with my startup, school (IB), etc. But today, I am releasing a couple of my projects. Well, these are the ones I have released a little while ago, but for you awesome people, here they are. All of them are in JavaScript, so,...
by visualtech
Thu Jan 07, 2016 11:34 am
Forum: Coding Help & Support
Topic: Compare specific field from two different database table
Replies: 7
Views: 3533

For what you've mentioned a simple query like the following should do; tweak it as you like: SELECT CLIENT_DATABASE.TABLE_1.*, ONLINE_DATABASE.TABLE_1.* FROM CLIENT_DATABASE.TABLE_1 INNER JOIN ONLINE_DATABASE.TABLE_1 ON CLIENT_DATABASE.TABLE_1.GUID = ONLINE_DATABASE.TABLE_1.GUID
by visualtech
Wed Jan 06, 2016 9:40 pm
Forum: Coding Help & Support
Topic: Compare specific field from two different database table
Replies: 7
Views: 3533

I'd suggest you use relational mappings for your tables. Then, you can setup by-pass connecters for the different databases you have, and voila! If you need help, you know where to find me! :D
by visualtech
Tue Dec 15, 2015 9:25 am
Forum: Tutorial Requests
Topic: How to make a safety connection string?
Replies: 6
Views: 4176

MrGeneralQ, instead of providing futile solutions, let's just focus on the problem the OP has at hand. I told him about what you're saying right now, but, he doesn't want that. One thing you need to understand while making suggestions is the realm of the problem. You're suggesting PHP for a front-en...
Search found 310 matches Page 1 of 31
Go to advanced search