You are going to block this site. This will do the following:
- You will no longer see this site in searches.
- Site will no longer see your site in searches.
- Site will not be able to comment on your site profile.
- Any comments this site has posted to your profile will not be displayed.
Are you sure you want to do this?
New coding tip page: "Common Mistakes"! Got fed up with bad advice being shared around here so I wrote a short page about it. I'll expand it once I have more time >.< Let me know if you have ideas for more common mistakes
love the new coding tip page! i've thought about writing a blog similar to this - its honestly so impressive what people manage to do on here using table layouts!! a small coding mistake i've seen(and used to do myself) is misuse of alt text for images and not using alt="" or aria-hidden to mark decorative images
the tips are very nice! another mistake i see pretty often is using divs for clickable stuff - this is bad for accessibility, as screen readers wont recognize them as clickable elements and you wont be able to trigger them using the keyboard (at least not without extra work) - button elements should be used instead as they come with both functions out of the box
thanks guys ! i added some stuff to the page!