Posts Tagged with "tips"
Important things you must know before register a domain name
Posted by Stanislav Furman on May 16, 2014Unix shell commands to detect a DDoS attack and its source
Posted by Stanislav Furman on April 25, 2014How to secure your php application
Posted by Stanislav Furman on February 21, 2012Working on web projects you should consider most common dangers such as XSS ("Cross Site Scripting"), SQL Injection, Session Hijacking, Spoofed Form Submissions, etc. This little guide will help you to understand basics of web security and it will help you to protect your web applications against possible attacks.
Remember that security must be balanced with expense. Don't use paranoidal security approaches if it is not really needed.
Please note that this post covers only basic security approach which is quite enough for most of web sites but not enough for large, e-commerce projects. However, listed measures are fundamental for all types of web applications.
Continue readingAnother 12 SEO tips that everyone should know
Posted by Stanislav Furman on February 17, 2012I have already posted a post with some SEO optimization tips. Let's continue this topic.
1. Try to put your keywords and key phrases closer to the beginning (top) of the page.
2. Use sitemap.xml to give search engines more information about the structure of your web site and pages.
3. Use mod_rewrite to build user-friendly URLs. www.yourdomain.com/cars/toyota/corolla looks better much than www.yourdomain.com/index.php?cat=cars&make=toyota&model=corolla.
Continue reading