-
Began Watching New guy here looking to break into the industry. Looking for advice.
Hey, Bayside local here. Decided to register to see what the hubbub is about. Been to Danipad before, it's a great place. Currently pushing through my CS Associates degree but … -
Replied To a Post in need javascript
Please, help us to help you. We are here to help, but saying "need javascript" with a blurb that's a mix of HTML and PHP, without even explaining what it … -
Began Watching need javascript
<table> <?php if(count($members)) $j=1; foreach($members as $key => $member) <tr> <td><label><?php echo $j.". "." ".$member->member_id." ".$member->name;?></label></td> <td><input type="radio" id="attendance_<?php echo $key?>" name="attendance[<?php echo $key?>]" value="present" required >Present <input type="radio" id="attendance_<?php echo $key?>" … -
Replied To a Post in New member signups at a high
> I've noticed a lot more java and html questions. Neither of which I can help with. I'm starting to think the desktop is dead. I think the desktop is … -
Began Watching Coding a TextBox Leaving The Backspace And Spacebar Working
**I would Like to Use this code after you have clicked into your textbox And I am Edwin Have a good Time** -
Stopped Watching Coding a TextBox Leaving The Backspace And Spacebar Working
**I would Like to Use this code after you have clicked into your textbox And I am Edwin Have a good Time** -
Replied To a Post in New member signups at a high
Can you notice a differnce? -
Replied To a Post in Biggest DaniWeb pain points
> Too early to tell as of yet, will need a week or two in order (for me at least) to get an idea if this is happening with what … -
Replied To a Post in New member signups at a high
There's definitely been a noticable improvement since merging DaniWeb and Dazah together. I think the branding just confused everyone, and I was too "inside" it all to realize it. -
Replied To a Post in Font on background image
I think you're going to have a very hard time finding a font color that will be okay on backgrounds that are near-white, black, and any color inbetween. What I … -
Began Watching Font on background image
 Hello i want to show font on an image. Now, the image could be whatever a user uploads- that means white of black background. The font is not looking … -
Replied To a Post in Coding a TextBox Leaving The Backspace And Spacebar Working
I think, in this case, he is meaning to supply a working code snippet for people to use if they have a text box in which they don’t want the … -
Began Watching Coding a TextBox Leaving The Backspace And Spacebar Working
**I would Like to Use this code after you have clicked into your textbox And I am Edwin Have a good Time** -
Replied To a Post in Redesigned Our Website
Your CSS is all inline. Move this out to an external file. Also, switch to HTML 5 from XHTML, which is largely deprecated nowadays. -
Began Watching Redesigned Our Website
We have completely redesigned our website but am not sure about the page content whether its enough to get ranked on search engines? What are all the possibilities available to … -
Replied To a Post in Scroll using custom data- attribute
This should be rather simple to do with jQuery, unless I'm misunderstanding what you're asking. First retrieve how many pixels from the top of the webpage the attribute you want … -
Began Watching Scroll using custom data- attribute
* My [Primary code](https://jsfiddle.net/kvp2Laju/) jsfiddle * I was using [iscroll](https://github.com/cubiq/iscroll) to scroll to target. * **data-section** attribute is used for section id. section is full height & full width size. … -
Replied To a Post in htaccess Help - RewriteRule
I think you're overcomplicating this. Something like: RewriteRule ^admin/([a-z]+)/$ admin/$1.php [L] RewriteRule ^([a-z]+)/$ $1.php [L] -
Began Watching htaccess Help - RewriteRule
Hey, I have the following htaccess file but cant get the dam thing to work... I need the following... /admin/test/ -> /admin/test.php /home/ -> home.php (/xx/ -> xx.php Then to … -
Replied To a Post in Play multiple audio with javascript & jquery
Well I can see you're calling audio.play() when an element with the equalizer class is clicked on. If you want to create other events, I'm confused where your confusion is? … -
Began Watching Play multiple audio with javascript & jquery
I'm stuck with playing multiple sounds on website. I've 3 sounds , * Background sound * Hover Sound * Link Hover Sound I'm playing background sound with following code, //play … -
Replied To a Post in upload multiple images without page refreshing with the support of ajax
Without reading your code (because it's a lot to process), file uploads are not possible through AJAX alone. Apparently, browsers believe there is a security vulnerability of some type and … -
Began Watching upload multiple images without page refreshing with the support of ajax
I'm recently trying to upload images without page refreshing. To do that I had identify ajax. My server side programing language is php. So I tried and success with it, … -
Replied To a Post in How to call & custom function
Sorry, I'm not quite getting what it is you're trying to do. Are you trying to create a jQuery plugin? Per jQuery's official documentation: $.fn.greenify = function() { this.css( "color", … -
Began Watching How to call & custom function
I found some examples of custom function. By checking code of some websites I created my custom function, but I'm unable to use it. How to call & use following … -
Replied To a Post in pdf attachment issue
This seems to be a duplicate of [this thread.](https://www.daniweb.com/programming/web-development/threads/519255/php-webmail-pdf-attachment#post2249984) Either way, I still don't understand what you're asking. -
Began Watching pdf attachment issue
php-pdf attachment is in wrong format on webmails -
Replied To a Post in how can i find path address for code in inspect ?
I'm not familiar with Joomla, but I suspect that the button has been dynamically generated by the Joomla app, and you need to be at least somewhat experienced in PHP … -
Began Watching how can i find path address for code in inspect ?
hi i'm working with joomla and virtuemart component button in virtueMart don't have value : <input type="button" class="quantity-controls quantity-plus"> actually i want to add : value="+" in button but i … -
Replied To a Post in Anyone plz convert this algorithm to c++ language
It seems as if you're just asking us to do your homework for you, without even taking the time to explain to us what the assignment is. I get that … -
Began Watching Anyone plz convert this algorithm to c++ language
INTERSECT(p1,p2) 1 answer <----() 2 while p1 not equal Nil and p2 not eqaul Nil 3 do if docId(p1) = docId(p2) 4 then ADD (answer, docId(p1)) 5 p1 <--- next(p1) … -
Replied To a Post in how do you create a popup box using php
I'm having a hard time understanding your code. You seem to have nested <html> tags, which is not valid HTML markup. You close one HTML tag on line 82 but … -
Began Watching how do you create a popup box using php
in my assignment I trying to create a popup box but someting wrong with my code. it supposed to popup when called and close as it have a close button … -
Replied To a Post in php webmail pdf attachment
Sorry, I'm not understanding what you're asking. -
Began Watching php webmail pdf attachment
php-pdf attachment is in wrong format on webmails -
Edited basic: fetch id and data in PHP MySQL
hello, i have a basic code, and i want to fetch a data from mysql using PHP, and display in my html page; i just want to have a basic … -
Replied To a Post in SVG best tag option
I don't use SVG images myself, but I think that you can use `<img src=...>` for .svg files and the `<svg>` tag is for inline SVG code. -
Replied To a Post in SVG best tag option
Sorry, I guess I’m a little confused by what you mean by tag? HTML tag? Like `<SVG>`? -
Began Watching SVG best tag option
I made sorting arrows for a table in illustrator and exported it out as an svg. I want to place them in a table head, and use css to style … -
Replied To a Post in New member here to introduce myself
HI there Rodney! Welcome to DaniWeb, and as I messaged you privately, congrats on pursuing your BA to start a second career. -
Began Watching New member here to introduce myself
Hello all, I am a new to this world of IT and working on my BA in Computer Science (six classes to go); this is a second career for me … -
Created SameSite Cookie
We just recently (read, today) implemented SameSite cookies to prevent CSRF attacks. The thing is, while there's a decent amount of information online about the benefits of them, I can't … -
Began Watching SameSite Cookie
We just recently (read, today) implemented SameSite cookies to prevent CSRF attacks. The thing is, while there's a decent amount of information online about the benefits of them, I can't … -
Replied To a Post in Bogeyman Tolnix - The Great Unknown
Bostjan attempted to upload these files but it didn't work. For the sake of testing site functionality, here they are. -
Began Watching Bogeyman Tolnix - The Great Unknown
Greetings everyone, I've been away from this forum for a long time, must be more than 10 years since my last post. That's how long I've been pretty much trouble … -
Replied To a Post in can someone tell me what is wrong with this code
What error message are you getting? What isn't working as intended? -
Began Watching can someone tell me what is wrong with this code
hi am doing this assignment in web develpment. have been trying to run it but for some reason it is not working. maybe a third eye will hope here is … -
Replied To a Post in Login Problems (aftermath)
Sorry for the bad experience in the first place, Mr.M. -
Replied To a Post in Needs help in implementation NS2 or NS3
What is your algorithm? Maybe if you try to explain it to us we can be of better assistance? -
Began Watching Needs help in implementation NS2 or NS3
Dear All, I need help in implementation my proposed algorithm for MANETs Routing either with NS2 or NS3 simulator or any other paossible simulator. Tq b_b960@yahoo.com
The End.