• Member Avatar for mattster
    mattster

    Replied To a Post in Drop down menu fails on most mobile devices

    Agreed with @hericles, mobiles wouldn't bother with a `:hover`. Instead, you could use something like [this](http://jsfiddle.net/9e8z28zk/), and intergrate it with what you've done already. If you wanted the hover for …
  • Member Avatar for mattster
    mattster

    Began Watching problem when using htaccess

    I have problem in my site and accrues only when using htaccess, I have many css and js files stored in my site when import them on localhost by using …
  • Member Avatar for mattster
    mattster

    Replied To a Post in problem when using htaccess

    Agree with @diafol, but personally I'd add this too: // Turn rewrite engine on RewriteRule ^(js|css|images|fonts)($|/) - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d // Rewrite rule goes here Line …
  • Member Avatar for mattster
    mattster

    Began Watching Login button

    Hello, I am trying to make the login button thinner. Like a clickable image. Is it possible? This is the code that I have (below). The result is a thick …
  • Member Avatar for mattster
    mattster

    Replied To a Post in Login button

    It is always a good idea to do your styling in a CSS file, as otherwise it clutters up your code (and search engines hate it). As @edbr says, just …
  • Member Avatar for mattster
    mattster

    Gave Reputation to vegaseat in Jokes

    At a recent computer software engineering course in the US, the participants were given an awkward question to answer: "If you had just boarded an airliner and discovered that your …
  • Member Avatar for mattster
    mattster

    Began Watching How to publish my website

    HI i am create a website and want to publish my site online so everybody can access this,i am buy a domain name,i want to publish my website from my …
  • Member Avatar for mattster
    mattster

    Replied To a Post in How to publish my website

    This is possible, but you will also have to look into something called Port Forwarding. Normally outsiders can't go anywhere near your stuff, so your broadband prevents this, so you …
  • Member Avatar for mattster
    mattster

    Began Watching using windows for 5 years

    hello people daniweb....just want to ask honest oppinions from you guys, because this has been bugging me for years. I've been a PHP developer for 5 year using windows. So …
  • Member Avatar for mattster
    mattster

    Replied To a Post in using windows for 5 years

    As @deceptikon says, your ability isn't defined by not knowing Linux (in fact not a great deal different with PHP). And it certainly is not the end of the world …
  • Member Avatar for mattster
    mattster

    Replied To a Post in How to Handle Tables in Responsive Design

    You mean in the breakpoints? Because that is impossible, you have to define an exact size. Percentages are okay, as long as they are *controlled*. Percent widths soon get very …
  • Member Avatar for mattster
    mattster

    Replied To a Post in mail sending

    Change line 19 to this: Cufon.replace('h1, h2, h3, h4, h5, h6, .menu_nav ul li a', { fontFamily: 'Vegur', hover: true }); You have to tell cufon which font family to …
  • Member Avatar for mattster
    mattster

    Stopped Watching What are you eating/drinking right now?

    Well I just started eating dinner and thought this would be a neat topic. Everyone knows we love to eat while on the computer; two birds, one chair. I'll start …
  • Member Avatar for mattster
    mattster

    Began Watching What are you eating/drinking right now?

    Well I just started eating dinner and thought this would be a neat topic. Everyone knows we love to eat while on the computer; two birds, one chair. I'll start …
  • Member Avatar for mattster
    mattster

    Replied To a Post in What are you eating/drinking right now?

    > Drinking lots of coffee. Went to bed at 11pm, awoken at 1am the mobile phone of my partner. Long story short, son-in-law taken to hospital in ambulance, drove partner …
  • Member Avatar for mattster
    mattster

    Began Watching mail sending

    pls i need help from my friends out there.. i am gettin aform validation error in my contact page when i first try to load it using a webserver like …
  • Member Avatar for mattster
    mattster

    Replied To a Post in mail sending

    Well you are obviously doing something wrong in your javascript, because somewhere youre trying to find one element 'h1,h2,h3,h4,h5,h6, .menu ul li'. You cannot find one object using this locator, …
  • Member Avatar for mattster
    mattster

    Began Watching How to Handle Tables in Responsive Design

    Can anybody tell me that how we can handle the tables in a responsive website design. If you try to decrease the font size it will be harder for the …
  • Member Avatar for mattster
    mattster

    Replied To a Post in How to Handle Tables in Responsive Design

    You can look at this article for some ideas: http://exisweb.net/responsive-table-plugins-and-patterns You can use CSS3 'breakpoints' to do `display:none;` on mobiles for certain screen sizes. Additionally, you can have a wrapper …
  • Member Avatar for mattster
    mattster

    Replied To a Post in CAPTCHA Send Form After Confirmation

    Okay good good, feel free to ask if you need any bit of it explained. The author is a javascipt coder so his javascript is pretty complicated, but the main …
  • Member Avatar for mattster
    mattster

    Replied To a Post in CAPTCHA Send Form After Confirmation

    Okay cool, sounds more like a javascript problem. Here is another link, to something that appears to do exactly what you want, as a free downloadable tutorial. [Here](http://www.sitepoint.com/easy-jquery-php-captcha/) + [Demo](http://www.jquery4u.com/demos/easy-jquery-php-captcha/). …
  • Member Avatar for mattster
    mattster

    Gave Reputation to DarkBerzerk in difference in html and css

    the easiest way to understand html and css, HTML is the data and text and images you display in the website, CSS is the presentation and the way you display …
  • Member Avatar for mattster
    mattster

    Began Watching CAPTCHA Send Form After Confirmation

    Hello to all: I've been banging my head against the proverbial wall on this (for a few days), and finally thought I'd seek thoughts on it. I have an existing …
  • Member Avatar for mattster
    mattster

    Replied To a Post in CAPTCHA Send Form After Confirmation

    So what exactly is your problem then? I don't get what isn't working for you. You could take a look at some big CAPTCHAs, like these: 1. https://www.phpcaptcha.org/ 2. [Are …
  • Member Avatar for mattster
    mattster

    Began Watching Time to ask that question again ...

    Time once again to ask that question: What could I be doing better? More specifically, I'm looking to answer the following: * Is the UI clear and concise? Is it …
  • Member Avatar for mattster
    mattster

    Replied To a Post in Time to ask that question again ...

    I'm a big fan of the mobile view, as I nearly always get article updates by email, go to look at them on my phone and it doesn't work. Especially …
  • Member Avatar for mattster
    mattster

    Replied To a Post in Posting News To Subscriber's Email.

    Without sarcasm th world would be a very very boring place aha ;) > we should try to avoid feeding them if possible. Will do, but hopefully still useful to …
  • Member Avatar for mattster
    mattster

    Replied To a Post in Posting News To Subscriber's Email.

    Sorry @diafol, didn't read your comment before posting that.
  • Member Avatar for mattster
    mattster

    Began Watching Posting News To Subscriber's Email.

    Hello DaniWeb, I want to develop PHP application, when there is Entry in specific table of database, it should send that information to subcribers on their emails, i am new …
  • Member Avatar for mattster
    mattster

    Replied To a Post in Posting News To Subscriber's Email.

    I think this is something you have to set up on your server. You can have some sort of program (maybe in C#, python, perl) that will sit and wait …
  • Member Avatar for mattster
    mattster

    Began Watching help with scrolling sections of site under eachother

    I am trying to make a section block on my website scroll on top of the section before it. This works with jquery, however, instead of scrolling slowly over the …
  • Member Avatar for mattster
    mattster

    Replied To a Post in help with scrolling sections of site under eachother

    You control which elements appear above/below each other by `z-index` in CSS. So if you wanted that yellow box on top, add to line 9 above: `z-index: 100;`. This will …
  • Member Avatar for mattster
    mattster

    Gave Reputation to veedeoo in Web error - CI

    as already been suggested, stay away from using those short tags. I hate adding more confusion to a broken source codes, so I have decided to write a pretty simple …
  • Member Avatar for mattster
    mattster

    Began Watching Can I rotate different sets of random image arrays every month?

    Let's say I have a banner on my site that randomly rotates between images that depict the month of January. Is it possible to have 10 images randomly rotate the …
  • Member Avatar for mattster
    mattster

    Replied To a Post in Can I rotate different sets of random image arrays every month?

    Have a look at this: http://www.javascriptkit.com/script/script2/jsslide.shtml Get it up and running, and then change the following lines: //configure the paths of the images, plus corresponding target links var currentMonth = …
  • Member Avatar for mattster
    mattster

    Replied To a Post in Fixed background image

    The danger with background images is that they have to be big enough to support all devices, so they have to be big. This goes against every 'good' web practice …
  • Member Avatar for mattster
    mattster

    Began Watching Best Javascript Book for Beginners, Intermediate and Advance???

    Hi, I am learning javascript. I started in w3schools, but it's not enough. Is there any good downloadable javascript ebook from the internet and websites that will give me exercises, …
  • Member Avatar for mattster
    mattster

    Replied To a Post in Best Javascript Book for Beginners, Intermediate and Advance???

    I know they're all from one or two publishers, but here are some good books: http://shop.oreilly.com/product/0636920032663.do http://shop.oreilly.com/product/9780596805531.do < Very popular! http://shop.oreilly.com/product/0636920033141.do < Advanced http://shop.oreilly.com/product/0636920027065.do https://www.packtpub.com/all/?search=javascript# Each book goes over the …
  • Member Avatar for mattster
    mattster

    Began Watching Fixed background image

    Hi, I made this code shown below to display a background image. It is possible to make it fixed for all resolution without showing white background? CSS code: body { …
  • Member Avatar for mattster
    mattster

    Replied To a Post in Fixed background image

    Your code is fine, no problem there. The reason for this is because your background image is clearly the wrong dimesions to support mobile resolutions. If you'd like me to …
  • Member Avatar for mattster
    mattster

    Began Watching How to detect mobile being sideways?

    I want to make kinda responsive design, problem is, my website is picture based and if you hold mobile vertically you see 2 giant bars above and below it. If …
  • Member Avatar for mattster
    mattster

    Replied To a Post in How to detect mobile being sideways?

    Most of the time you would use [CSS breakpoints](http://css-tricks.com/snippets/css/media-queries-for-standard-devices/). For instance: /* Smartphones (landscape) ----------- */ @media only screen and (min-width : 321px) { /* Styles */ } /* Smartphones …
  • Member Avatar for mattster
    mattster

    Began Watching Combining Javascript & PHP with RequireJS

    So I've given RequireJS a try this weekend, and although it appears to work pretty smooth, I can't figure out one thing: How do I combine PHP and Javascript while …
  • Member Avatar for mattster
    mattster

    Replied To a Post in Combining Javascript & PHP with RequireJS

    Depending on your situation, you could use AngularJS. Okay it's not perfect, but it is backed by the Google development team and is an extremely efficient way of combining client+server …
  • Member Avatar for mattster
    mattster

    Stopped Watching Random Facts

    I'm hoping that people will post unusual or little known facts here. It would be proper to include a link to a source for confirmation. Here's a start. Speedy Gonzales …
  • Member Avatar for mattster
    mattster

    Began Watching What's up with Windows 10?

    I hear rumours that Windows 10 is on the way. Is this true? What happened to Windows 9? Does anybody out here have any ideas?
  • Member Avatar for mattster
    mattster

    Replied To a Post in What's up with Windows 10?

    https://www.daniweb.com/community-center/geeks-lounge/threads/485640/windows-10-tech-preview Personally, I'm really not sure about it. Microsoft could be on the verge of another Vista accident... As for calling it Windows 10 and not 9, I shall link …
  • Member Avatar for mattster
    mattster

    Began Watching Web error - CI

    Hello, I am trying to troubleshoot this problem using codeigniter. I am following a tutorial and getting this error after installing the ready-to-use-uncomplete-ci-script. Therefore, I still have to edit things …
  • Member Avatar for mattster
    mattster

    Replied To a Post in Web error - CI

    All I'll say is: thank god that Davy is at last using a framework. Nice one for taking the advice, and hope that your future in CI goes well. It's …
  • Member Avatar for mattster
    mattster

    Began Watching Update mysql database with a phphtml form

    Hi..I sure hope you can help me ! 2 years ago you helped with a Update Form and I've been trying to adapt the form to my mySQL Database.As I'm …

The End.