Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
83% Quality Score
Upvotes Received
7
Posts with Upvotes
5
Upvoting Members
5
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
1
1 Commented Post
0 Endorsements
Ranked #4K
~3K People Reached
About Me

Web Designer who loves learn new technologies and be creative and artistic.

Interests
HTML5, CSS3, JavaScript, PHP, MySQL
PC Specs
Intel i7, 16GB Ripjaws, GTX770M, 228SSD, 1TB HHD
Favorite Tags

7 Posted Topics

Member Avatar for ComNaD

If you have a Form that gets user input, submits and adds to a MySQL db. You want to be alerted via email, and also send an email to the user thanking them. You decide PHPMailer is the safest way, but want to use PDO to avoid Injection hacks. What …

Member Avatar for pritaeas
1
458
Member Avatar for Khalilur_1

It probably has to do with the encoding. I have a bit about it in a blog at http://blog.comnad.com/ More browsers are actually coming around to be more standard. For a while using the Video tag in HTML5 we had to have three videos, the video/mp4, the video/webm and the …

Member Avatar for Ashley_9
0
352
Member Avatar for ComNaD

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 that will show <article> as a main container for an article, or even a book, and then have <section> used …

Member Avatar for aliceknight
0
311
Member Avatar for amitseo

Posting things that are interested to your target market. graphics catch the eye faster than long paragraphs of info, but too many graphics in a followers News Feed can be annoying. The KEY is posting something interesting enough to get others to Share it, or at least Like it so …

Member Avatar for James_28
0
1K
Member Avatar for Bensirpent07

Tagging onto what alb and dia pointed out, <center> is obsolete in HTML5, and putting style elements in the HTML code is discouraged. Better to use CSS. Use margin:auto; and text-align:center; (even for images). Sometimes when you don't have much in a div, using min-width and max-width to define the …

Member Avatar for ComNaD
0
417
Member Avatar for owen101

HTML5 is not only an upgrade in the code, but it is a methodology, a new way of looking at your code. The new tags are very noticable as a way to organize the elements of the page, instead of just using <div>, but these also help with eReaders and …

Member Avatar for ComNaD
0
192
Member Avatar for Bensirpent07

yep. side note: putting the style attributes in CSS is preferable to using <style>

Member Avatar for k99rs
0
256

The End.