-
Began Watching 1.11
Yay! But what is 'MM' out of curiosity? 1.11 millimetres? :)  -
Replied To a Post in 1.11
MM is an abbreviation for million, since M can be confused with the roman numeral meaning thousand. -
Replied To a Post in Designing for mobile
Honestly, the only reason I don't feel that way is because I keep hearing about how website owners' mobile usage started climbing and climbing until they were forced to respond. … -
Replied To a Post in Designing for mobile
Pretty good for a day and a half of coding, eh? :) I don't know why I didn't do it sooner. Oh, that's right. Because only 2% of our entire … -
Replied To a Post in Designing for mobile
OK, so yeah. For some reason your device isn't triggering to use the mobile text editor. It's attempting to use the full editor which can be buggy in mobile devices. … -
Replied To a Post in Designing for mobile
> First bug, Android (KitKat, latest update) on a Nexus 7 2013 LTE tablet, when composing a reply/post Just replies or new threads as well? Do you get the editor … -
Replied To a Post in Designing for mobile
I only have an iPhone and an iPad Mini, with no access to an Android. Do you have a screenshot of the first bug? And is the second bug reproducable … -
Created Designing for mobile
Mobile-friendly is pretty much here ... let me know if you spot any bugs. That being said, designing for mobile is suuuuper easy! Anytime that I can't find a way … -
Began Watching Designing for mobile
Mobile-friendly is pretty much here ... let me know if you spot any bugs. That being said, designing for mobile is suuuuper easy! Anytime that I can't find a way … -
Began Watching Fresh Entry
Hello,everyone -
Replied To a Post in Fresh Entry
Hi there. Welcome to DaniWeb!! -
Began Watching Beards
I have contributed to the 'Real World Computing' section of PC Pro magazine here in the UK for, come the next edition, what will be 20 years. During all of … -
Replied To a Post in Beards
No one here with a Unix beard? -
Replied To a Post in Awake and in pain
I'm not entirely positive I kicked the garbage can. I wasn't looking down. I was simply turning the corner into my kitchen to head to the sink when suddenly I … -
Replied To a Post in Awake and in pain
Thanks for the well wishes guys! -
Created Awake and in pain
Last Thursday, I somehow managed to break my little pinky toe. I was walking over to my kitchen sink to do the dishes and I somehow kicked my garbage can. … -
Began Watching Awake and in pain
Last Thursday, I somehow managed to break my little pinky toe. I was walking over to my kitchen sink to do the dishes and I somehow kicked my garbage can. … -
Edited Facebook is useful or not?
Facebook is useful or not? Regards -
Edited How can i read elements from my structure?
# include <iostream> # include <fstream> # include <string> using namespace std; struct primera # include <iostream> # include <fstream> # include <string> using namespace std; struct primera { int … -
Replied To a Post in HTML5 section and article tags
ComNaD, we do it the way you have outlined, but I have no idea if that's even correct. We use the `<section>` element to encapsulate all of the posts on … -
Began Watching directory
directory dead or still alive -
Replied To a Post in directory
Dead as a doornail. -
Edited SOFTWARE DEVELOMENT
HI FRINDAS I AM NEW HERE. ANY ONE WANTS TO SHARE THRIE IDEAS -
Began Watching What is a good program for design?
Hello! I just wanted to ask, which program is good for web design. Hopefully one thats free and can run without admin access. -
Replied To a Post in What is a good program for design?
Gimp. -
Began Watching What is the whole purpose of Assembly?
I Assembly even worth learning if your not going to be developing the root of an os? I've considered it but it just seems worthless. -
Replied To a Post in What is the whole purpose of Assembly?
Not every language is a fit for everyone. Some people enjoy low level languages and some people enjoy high level languages. But assembly certainly isn't worthless considering everything else is … -
Began Watching Is there a way to make an android app with PHP and JSON and such
Can you make an android app with the languages PHP JSON and others like that? Like is there a specific frameworkd for it to run on? Any answer is gladly … -
Replied To a Post in Is there a way to make an android app with PHP and JSON and such
PHP is a scripting language that usually powers the backend of a website, and JSON is a format used to transmit data between servers. I don't think either of those … -
Began Watching How to get out of being a newbie poster.
How do you stop being a newbie poster? Dod you just use reputation points, are is it just how much you post? Because I dont have many problems, so I … -
Replied To a Post in How to get out of being a newbie poster.
It's strictly how many posts you have. -
Began Watching How do I delete my DaniWeb Account?
The title pretty much says it all. I cant find an option in my control panel? Thanks [fake signature removed] -
Replied To a Post in How do I delete my DaniWeb Account?
We have a firm policy of not deleting content unless it violates our rules. I can sometimes delete your question as long as it has not received any replies. Deleting … -
Edited audio element does not change songs in Opera
This simple code changes sounds in firefox, IE, safari, and chrome but will not switch in Opera. Any thoughts? <div id="playlist"style="position: absolute; z-index:10001; top: 0px; width: 100%; height: 100%;"> <button … -
Edited Off-Label use of include files.
I am interested in getting some opinions on the use of include files to sub-divide a large module into functionally related groups. What I'm interested in is opening a discussion … -
Replied To a Post in Marking specific posts as a contribution to the answer
One of the aspects of the algorithm which considers rewards points is to look at Q&As that have been marked solved, and then to focus in on responses that have … -
Began Watching Marking specific posts as a contribution to the answer
I think it would be a good idea for the question asker to mark the posts or the users who contributed to finding the answer to their query. The reason … -
Replied To a Post in Marking specific posts as a contribution to the answer
The reason we don't want to go down this route, like sites like Stack Overflow and Google Groups do, is because DaniWeb is all about encouraging discussions, where there can … -
Began Watching HTML5 section and article tags
In most of the books I've read on HTML5, they use <section> as a main container, and that then may have <article>'s inside it. I have also seen other tutorials … -
Replied To a Post in HTML5 section and article tags
We used to just use the `<article>` element to represent our editorial content such as a news story or tutorial. However, I've been seeing it defined to include any content … -
Began Watching Search Engine Optimization
I am trying to promote my website on google from last 3 months, but till now my keywords are not listed on google, literally felling helpless, please help me out … -
Replied To a Post in Search Engine Optimization
Guest blogging and commenting no longer works, either. -
Edited Auto commit while bulkuploading a csv file
Controller: $data['error'] = ''; //initialize image upload error array to empty $config['upload_path'] = './uploads/'; $config['allowed_types'] = 'csv'; $config['max_size'] = '10000'; $this->load->library('upload', $config); // If upload failed, display error if (!$this->upload->do_upload()) … -
Began Watching adding simple icon to my blogger posts HMTL
Hey guys, Im very new to editing HTML and venturing into writing code. I wanted to ask the community here for a little help, adding an icon which becomes included … -
Replied To a Post in adding simple icon to my blogger posts HMTL
Umm ... do you mean HTML? :) You can make an image with `<img src="http://www.site.com/path/to/image.gif" alt="Image Alternate Text" />` You need to find out where the right place in the … -
Replied To a Post in Suggestion to DaniWeb developers
That's a CSS bug on the part of those mobile browsers. -
Replied To a Post in down-vote
> downvote anonymously > downvote with comment Both choices affect post quality score. The second choice additionally affect reputation. -
Began Watching down-vote
Please add a feature that requires a short explanation for a down-vote. It is not beneficial to see that a post was down-voted without knowing why. -
Replied To a Post in down-vote
> We have seen users whose posting quality has tanked because another user had gone through the forums and downvoted averything by that user. The algorithm to calculate post quality … -
Replied To a Post in Suggestion to DaniWeb developers
Hi Mr. M, Thanks for looking into it!! :) I actually [posted a thread](http://www.daniweb.com/web-development/javascript-dhtml-ajax/threads/481429/voting-buttons-dont-work-on-ios) about it and got the problem figured out. As you suggest, they aren't being considered links …
The End.