• Member Avatar for mattster
    mattster

    Replied To a Post in Web Development

    http://css-tricks.com/
  • Member Avatar for mattster
    mattster

    Created Email Options

    Hi All, Ive noticed something that maybe prompts discussion: Large social media sites like Facebook have a notificaton settings page, where the user can select what notifications they get emails …
  • Member Avatar for mattster
    mattster

    Began Watching Email Options

    Hi All, Ive noticed something that maybe prompts discussion: Large social media sites like Facebook have a notificaton settings page, where the user can select what notifications they get emails …
  • Member Avatar for mattster
    mattster

    Stopped Watching Bad Grammar

    I can't take it anymore. At first it was only occasionally. Now it seems that every time I turn on the TV someone else is doing it. Doesn't our school …
  • Member Avatar for mattster
    mattster

    Began Watching problem Bootstrap 3 icons

    Hello there am using bootstrap a long time ago but this is the first time I had an issue like this, normally when adding an icon to button its should …
  • Member Avatar for mattster
    mattster

    Replied To a Post in problem Bootstrap 3 icons

    This is because the font library is being included from a remote location, easily solved by including a library hosted on your own site :)
  • Member Avatar for mattster
    mattster

    Replied To a Post in Auto Tags

    Great, I'm so happy that I've got everyone thinking! I really like the sound of how we can now really use this idea (and tags in general) so great work …
  • Member Avatar for mattster
    mattster

    Began Watching Ultimate CMS page builder

    Hey guys, I'm creating an ultimate CMS with codeigniter, at the moment I've got the following -login system with email -installer -menu builder with drag and drop -forums with search …
  • Member Avatar for mattster
    mattster

    Replied To a Post in Ultimate CMS page builder

    You mean something like **TinyMCE** or are you aiming for more of an advanced Wordpress style drag and drop page builder?
  • Member Avatar for mattster
    mattster

    Began Watching Creating a print out page after submitting data to database

    I am in the process of completing a php program. The issue i am having is getting the data to display on a page after submission so that the data …
  • Member Avatar for mattster
    mattster

    Replied To a Post in Creating a print out page after submitting data to database

    So I take it your redirect works alright, so all you need to do is: <?php $sql = "SELECT * FROM database WHERE ... "; #Query $query = mysql_query($sql) or …
  • Member Avatar for mattster
    mattster

    Replied To a Post in Bad Grammar

    I'm not surprised.
  • Member Avatar for mattster
    mattster

    Replied To a Post in New Forums

    Thanks people, have also posted the new tagging idea
  • Member Avatar for mattster
    mattster

    Created Auto Tags

    Following our recent discussions about mandatory tags, why not force users to use tags, but also help them along..? Say I create a discussion with the title "Sharing a variable …
  • Member Avatar for mattster
    mattster

    Began Watching Auto Tags

    Following our recent discussions about mandatory tags, why not force users to use tags, but also help them along..? Say I create a discussion with the title "Sharing a variable …
  • Member Avatar for mattster
    mattster

    Began Watching Code Snippet Window

    When I have my browser snapped onto the view where it takes up half my screen and have the code snippet window, it only reveals half of the window (half …
  • Member Avatar for mattster
    mattster

    Replied To a Post in Code Snippet Window

    I've noticed it too, not sure if they'll bother to fix something like that though..?
  • Member Avatar for mattster
    mattster

    Replied To a Post in Favorite song

    @diafol I actually really like that!
  • Member Avatar for mattster
    mattster

    Replied To a Post in New Forums

    Well exactly people, because most people that have such questions turn away because there is no immediate place to look for such a specific forum. Yes I agree, CSS/HTML/PS all …
  • Member Avatar for mattster
    mattster

    Edited New Forums

    Hi All, I was just wondering about an idea that might give Daniweb against other forums, and would suit a lot of us as developers. What about another set of …
  • Member Avatar for mattster
    mattster

    Created New Forums

    Hi All, I was just wondering about an idea that might give Daniweb against other forums, and would suit a lot of us as developers. What about another set of …
  • Member Avatar for mattster
    mattster

    Began Watching New Forums

    Hi All, I was just wondering about an idea that might give Daniweb against other forums, and would suit a lot of us as developers. What about another set of …
  • Member Avatar for mattster
    mattster

    Began Watching Hellow my dear brothers and sisters

    Hello my dear Brothers and sisters, I am going to introduce myself after publishing my very first thread. When I read the threads and comments, I have noticed one thing. …
  • Member Avatar for mattster
    mattster

    Replied To a Post in Hellow my dear brothers and sisters

    Welcome!
  • Member Avatar for mattster
    mattster

    Began Watching *One Word Game*

    [B]The rules are simple:[/B] [B]Use [U]one[/U] word to start a story and then continue it.[/B] I will start: Once
  • Member Avatar for mattster
    mattster

    Replied To a Post in *One Word Game*

    the ?
  • Member Avatar for mattster
    mattster

    Began Watching Bad Grammar

    I can't take it anymore. At first it was only occasionally. Now it seems that every time I turn on the TV someone else is doing it. Doesn't our school …
  • Member Avatar for mattster
    mattster

    Replied To a Post in Bad Grammar

    Nothing worse than bad grammar, simply just makes the person look like an idiot. My Mum always used to stop us and make me and my brothers say everything again …
  • Member Avatar for mattster
    mattster

    Replied To a Post in Favorite song

    > never heard of him before. Nor had I until one day it was on the radio and have been obsessed ever since! James Blunt's Bonfire Heart is also a …
  • Member Avatar for mattster
    mattster

    Began Watching HI friends

    HI all members DANIWEB i,am one of the Ict proff and I love so much Ict and computer and my fox is prgamammer I hope to help each other welcome …
  • Member Avatar for mattster
    mattster

    Replied To a Post in HI friends

    Welcome, nice intro aha ;)
  • Member Avatar for mattster
    mattster

    Began Watching Hi everyone

    I am a junior PHP programmer trying to improve my knowledge in OOP. I have some experience in HTML, CSS, PHP and MySQL but mainly in small projects. It's nice …
  • Member Avatar for mattster
    mattster

    Replied To a Post in Hi everyone

    Hi there, welcome! Hopefully you'll find lots here and theres a great community of people to get to know!
  • Member Avatar for mattster
    mattster

    Began Watching Hello Dear Members

    I am new member here, glad to join this forum, I am huge investor on share market and want to make it more profitable with current market updates.
  • Member Avatar for mattster
    mattster

    Replied To a Post in Hello Dear Members

    Welcome! Wow, what sort of things do you have shares in? :)
  • Member Avatar for mattster
    mattster

    Began Watching how to update retriving values from a while loop

    It is the student_info table CREATE TABLE student_info ( s_id varchar(50) NOT NULL, c_id varchar(50) , sem_no varchar(50), quiz_mark varchar(50) , att_mark varchar(50), total_mark varchar(50), exam_mark varchar(50), grade varchar(50), ); …
  • Member Avatar for mattster
    mattster

    Replied To a Post in how to update retriving values from a while loop

    Have you tried @hericles suggestion? What did it say? I completely agree, this problem is caused by an SQL error, not PHP. Please tell us what you've done to rectify …
  • Member Avatar for mattster
    mattster

    Marked Solved Status for Generic .htaccess server problem

    Dear All, This must be a very common problem, but yet nowhere on the internet wishes to display a working answer. I am in a sticky situation. I have the …
  • Member Avatar for mattster
    mattster

    Replied To a Post in Generic .htaccess server problem

    I have a solution: <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ /home.php?view=$1 [L] </IfModule>
  • Member Avatar for mattster
    mattster

    Began Watching PHP MySQL Multiple Choice-True False Quiz

    Hi guys hope your all well, I want to put a quiz into my website that I'm doing. I've found some code for a Multiple Choice-True False Quiz Here is …
  • Member Avatar for mattster
    mattster

    Replied To a Post in PHP MySQL Multiple Choice-True False Quiz

    ^ and put all of that repeated code into functions: function validate($var){ $clean = strip_tags($var); $clean = mysql_real_escape_string($clean); return $clean; } And if it says `answer3 undefined`, it probably means …
  • Member Avatar for mattster
    mattster

    Began Watching PROBLEM WITH PHP

    i have a problem with php. I write the following code and it returns blank <?php $query = mysql_query("SELECT * FROM users"); $result = $database->sql_query($query); while ($dr = $database->sql_fetchrow($result)) { …
  • Member Avatar for mattster
    mattster

    Replied To a Post in PROBLEM WITH PHP

    Are you sure your `while` loop is working then? Try testing this and check the result: while(...){ echo "testing"; echo $var['id']; } And try this too: `mysql_query(...) or die(mysql_error()) What …
  • Member Avatar for mattster
    mattster

    Created Generic .htaccess server problem

    Dear All, This must be a very common problem, but yet nowhere on the internet wishes to display a working answer. I am in a sticky situation. I have the …
  • Member Avatar for mattster
    mattster

    Began Watching Generic .htaccess server problem

    Dear All, This must be a very common problem, but yet nowhere on the internet wishes to display a working answer. I am in a sticky situation. I have the …
  • Member Avatar for mattster
    mattster

    Replied To a Post in Favorite song

    Okay, big change, I now absolutely love Avicii's Hey Brother!! Its a great fusion of american bluegrass and modern pop, please everyone give this a listen!!
  • Member Avatar for mattster
    mattster

    Began Watching Multiple Designing

    Hello all, I am new into this webdesign industry. How to do website design so that my website contnet will show differnt in desktop and in mobile different ? This …
  • Member Avatar for mattster
    mattster

    Replied To a Post in Multiple Designing

    Hi there, What you're talking about is something called **responsive** design. It is usually done by placing your content into a *grid system*. Take a look at [Pure](http://purecss.io/grids/). ([Include links …
  • Member Avatar for mattster
    mattster

    Began Watching Feedback on design

    hi so im working on this school project (developing a website), im not be best front end designer and was hoping if you could all give me feedback on the …
  • Member Avatar for mattster
    mattster

    Replied To a Post in Feedback on design

    This post should be in the 'website review' section. But as you're here, I'll just say that you have a simple grounding for what looks like a very simple theme. …

The End.