-
Replied To a Post in SOcial media marketing course
Yes, I've heard good things about Udemy. Also Lynda. Udacity. Coursera. Codecademy. PluralSight. Khan Academy. Lots out there. -
Began Watching SOcial media marketing course
HI acn someone recommend very good and free social marketing course online? -
Replied To a Post in How to do I get a random number of items from an array?
> Where will those div values come from? Will it be known fixed (constant) values or dynamic? I don't think it really matters how or why we ended up with … -
Began Watching How to do I get a random number of items from an array?
I'm using the code below to get a random number of items from an array, but I'd like to just get 3-5 random numbers from the provide range to display. … -
Replied To a Post in Check if there is a duplicate username in MySQL database
I would just like to add, I would not recommend doing it the way Papa_Don suggets. In his code, he is first doing a SELECT query to see if a … -
Replied To a Post in Check if there is a duplicate username in MySQL database
HitNSplit, may I ask what the PRIMARY and UNIQUE indexes of the MySQL table look like? The reason I ask is because you have `ON DUPLICATE KEY` specified. If the … -
Began Watching Check if there is a duplicate username in MySQL database
Good day! I am new in vb.net and I want to detect if there is a duplicate of the record that a user will try to add. If the user … -
Replied To a Post in Change img with javascipt without id
If you're using jQuery (which it doesn't look like you are, but I thought i'd just mention it in case), you can do something as simple as `$('figure img)` to … -
Began Watching Change img with javascipt without id
Hey i'm trying to change the image without the id. We can't change html so i can't use an id. I have this: <figure> <img src="images/start.png" alt="start"> <figcaption>Nog geen thema … -
Replied To a Post in How do you submit a website to Google?
You shouldn't need to. The foundation of the Google algorithm is that Google follows links across the web to eventually discover, on its own, every unique webpage worthy of indexing. … -
Began Watching How do you submit a website to Google?
How do you submit a website to Google? -
Replied To a Post in Hi everyone, I'm foumzeur
Hi there! Welcome to DaniWeb from sunny California. -
Began Watching Hi everyone, I'm foumzeur
Actually I'm studying sciences computer in Belgium -
Replied To a Post in Hi I am Saeed , from Iraq
Hi there! Welcome to DaniWeb. -
Began Watching Hi I am Saeed , from Iraq
Hi everybody , , I am new here (Just registered) . -
Replied To a Post in Converting From jQuery To Vanilla Javascript
I have also been in desperate hope of some magic converter tool that translated all of my jQuery into vanilla JS. Unfortunately, I have yet to find one that works … -
Began Watching Converting From jQuery To Vanilla Javascript
Hi, I have a small script that I wrote in jQuery and I would like to convert it to vanilla javascript so I can ditch jQuery for pages that use … -
Replied To a Post in Help with a Database Problem - Advice Required
It was my understanding from the OP’s question that only the basic name and employer ID were required for the vetting process. The additional sensitive information requested in the form … -
Replied To a Post in Help with a Database Problem - Advice Required
Hi Andrew, Welcome to DaniWeb!! I guess my confusion is why this blue chip communications/media company does not already have the methods in place to collect sensitive data from its … -
Began Watching Help with a Database Problem - Advice Required
Would you mind if I troubled you for some help? I’m working on an NDA’ed project and we’ve been asked to try and address a problem which is currently causing … -
Replied To a Post in Display div content in Sweet Alert
Sorry, I just saw this now. Do you mind sharing the solution so it could help other people in the future? Based on the code I am seeing, I would … -
Began Watching Display div content in Sweet Alert
hi everyone, i want to display content of div into sweet alert message and here is my code <?php echo '<script> var swal2container = $("#swal2container").text(); setTimeout(function() { swal({ title: "Alert!", … -
Replied To a Post in Python with Mysql: Fetch the available resource from DB parallely
If you use InnoDB, it supports row level locking, which means that the individual row is locked during an INSERT command. If you use something like MyISAM, it uses table … -
Began Watching Python with Mysql: Fetch the available resource from DB parallely
I have my resoruces stored in mysql DB: eg : > |IPaddress | Status| |10.x.x.x| yes| |10.1.x.x| yes| I am trying to get the available resource and after that will … -
Replied To a Post in Bottom-Up Approach - nav of parent and child - PHP Mysql
Without reading all your code, it's a good strategy to have an articles table that contains records of articles and their category_id, and then a second categories table of category_ids … -
Began Watching Bottom-Up Approach - nav of parent and child - PHP Mysql
ScanningI'm looking forward to implement a typical "nav" section for the articles in my website. Something like this: **Folder > SubFolder > SubSubFolder** To this end, I think that the … -
Replied To a Post in Which is the top social networking site after facebook?
Some of the top social networking sites after facebook are Twitter and Instagram -
Replied To a Post in Sitemap XML & HTML Difference
XML mainly focuses on transfer of data while HTML is focused on presentation of the data -
Replied To a Post in hallo halllo Hallo
Hello there! Welcome to DaniWeb!! -
Began Watching hallo halllo Hallo
Hallo -
Replied To a Post in Did I answer the question?
Mary, I’m sorry you’re upset, but you copied code exactly you found on the Internet. DaniWeb is designed as a learning aid to help you learn. Not to just plagiarize … -
Began Watching Did I answer the question?
Hey guys, here's the question I'm asked. **a.** *Define an enumeration type, triangleType, that has the values **scalene, isosceles, euilateral, and noTriangle**.* **b.** *Write a function, triangleShape, that takes as … -
Replied To a Post in Best seo rules for writing seo friendly urls
You need to create a unique content and make sure to use a great keyword. -
Replied To a Post in Solution of books answer
Sorry, I'm not understanding what you're trying to ask. Welcome to DaniWeb, though! -
Began Watching Solution of books answer
C C++asp Java Jsp -
Replied To a Post in How do I pass a path variable in html action form of a specific parameter .
Sarahle, please reply to the topic instead of commenting on the post. :) -
Replied To a Post in Hi everyone, I'm ASDadmedia
It's a play on words of a googol, the equivalent of the number ten raised to a hundred power. -
Began Watching Hi everyone, I'm ASDadmedia
Q what does Google stands for ? -
Replied To a Post in Programming and web designing
Hi there and welcome to DaniWeb!! Do you have any specific questions? Are you focusing on all three languages at once? Which interests you more? -
Began Watching Programming and web designing
I am new in c++, java and python -
Replied To a Post in session array multiple data
As rproffitt states, your MySQL query on lines 12 and 13 are happening outside of the loop, and just for the latest value of $val after the loop finishes executing … -
Began Watching session array multiple data
Dear sir any one help me on this code . inserting mutilple data in mysql table but i receive only 1 data row include("admin/db_connect/data_connect.php"); session_start(); //session_destroy(); if(isset($_POST['complete_order'])) { $_SESSION['cart'][]=array('quantity' => … -
Replied To a Post in How do I pass a path variable in html action form of a specific parameter .
I'm not quite sure what you're trying to accomplish, but would using something like Swagger work? Swagger is a JSON file that essentially documents your API, and then there are … -
Began Watching How do I pass a path variable in html action form of a specific parameter .
For example: Http:localhost:8080/api/customer/{id} If I post in postman instead of Id a parameter it will work fine , But in html I’m asking the user for an input and than … -
Replied To a Post in i would liketo learn MySQL
Hi there and welcome to DaniWeb! I've moved your psot to the Say Hello! forum, which is designed as a place to introduce yourself to the community. If you have … -
Began Watching i would liketo learn MySQL
im here to learn MySQL -
Edited i would liketo learn MySQL
im here to learn MySQL -
Replied To a Post in Want to improve my website ranking.
Put your best foot forward and showcase your skills. You're advertising your services as a freelance web designer, and yet you're using a premade Wordpress template. Also, work on reducing … -
Began Watching Want to improve my website ranking.
Hi Experts, I want to improve my website [techxonic.com](http://www.techxonic.com) ranking for freelance business specifically in UAE. Your suggestions will be highly appreciated. Thanks, -
Replied To a Post in I want to code an operating system
Unfortunately there are no Assembly tutorials already existing on DaniWeb. Assembly experts are urged to [create some](https://www.daniweb.com/community/contribute/2/assembly) ;) *hint hint* However, you can of course simply do a [Google search …
The End.