Home » Posts tagged "HTML"

Manage Large CSS Projects With ITCSS

Manage Large CSS Projects With ITCSS

CSS architecture seems to be somewhat in vogue right now. It’s something you’ve no doubt heard mentioned numerous times over the past year or so, and with good reason: UIs (and the teams that build them) are getting bigger and more complicated than ever before....

Continue reading »

Handling with Objects and Classes in PHP

Handling Class In PHP

Creating a class statement You write the class statement to define the properties and methods for the class. The class statement has the following general format: [crayon-5599ed3234c78032852719/] You can use any sort of valid PHP identifier for the class name, except stdClass. PHP uses the...

Continue reading »

Protect Your Website Against XSS

Protect Your Website Against XSS

XSS Attack (Cross site scripting) are very common attack found in web applications. Cross site scripting (XSS) vulnerability allows attackers to inject client-side script into a web pages and viewed by other users. Depends on how attackers use it, their effect may range from a...

Continue reading »

Subscribe