bkbillma
-
Computer Science Degree
Starting average is like $55k. Might be higher now as that was 3-4 years ago for CS. But most CS was targeted at hard core coding back then
-
Boilerplates, preprocessor. To use or not to use? Which one?
I say definitely on the preprocessor if it is more than a single static page. As far as the templates go I have had a hard time jumping onto that. The one I have considered the most is inuit.css by Harry Roberts. I like this one because it doesn&…
-
Specific CSS for Touch Enabled Devices
Yeah I know via js you can look for it as well. But I think the link @chrisP linked to might be best practice (making your site touch friendly always)
-
CSS Menu Slider for Mobile Devices - Collaboration
@paintballer89 if you size your browser down to
-
CSS Menu Slider for Mobile Devices - Collaboration
I forgot you can also see it in action in its first form here On desktop browsers it is certainly not ideal currently. It works better on mobile at the moment
-
Specific CSS for Touch Enabled Devices
Nice article. Thanks for the link. I have partly been doing this in all of my recent dev. More just making targets bigger and not so much thinking about placement based on the way a device is held. We can't really know what way the device w…
-
Trying to make our text fields in contact form REQUIRED! Frustrated!! PLEASE HELP!
it is not HTML5 but it doesn't really matter as the HTML5 form support is severely lacking right now
-
Best Free CSS Editor
Notepad++ and Filezilla. If you go with N++ checkout the plugins and customization it is hard to beat. Also if you are getting into SASS then checkout Scout for SASS
-
CSS Menu Slider for Mobile Devices - Collaboration
I actually just went and looked back at how you used the label checking the checkbox for the action and that is pretty slick. In mine i used :hover/:target/:active to try to get cross browser stuff in play.
-
CSS Menu Slider for Mobile Devices - Collaboration
I looked at your demo (not your code yet) but it reminded me of something I was tinkering with a while ago on codepen. http://codepen.io/bkbillma/pen/LKrjo Not sure if it is helpful or not but I hope so. We might even have a similar approach
-
PHP & Web-services
Any site that money changes hands is no small feat and should be done carefully and heavily tested. Not sure the scope of your project, and I have not worked with TicketNetwork's Web Services but most things like that have an api in which you …
-
Why is my site not displaying right in Firefox and IE
oh ha. My bad for some reason I completely ignored the big black box with the answer in it. But yeah jkinney768 has it.
-
Why is my site not displaying right in Firefox and IE
you have this on your canvas #canvas background: url(images/michael.png) no-repeat transparent; background-position-x: right 10px; background-position-x: 453px; instead try background: url(images/michael.png) no-repeat right transparent; i am …
-
Trying to make our text fields in contact form REQUIRED! Frustrated!! PLEASE HELP!
Not sure where this stands currently. Just trying to catch up but it looks like it is close to complete.