Posts Tagged with "tricks"
File search and wildcards in PHP
Posted by Stanislav Furman on June 7, 2013How to trim array elements in PHP in one shot
Posted by Stanislav Furman on April 17, 2013How to get most accurate visitor's IP address in PHP
Posted by Stanislav Furman on April 15, 2013Reading file list from a mapped Windows network drive
Posted by Stanislav Furman on March 25, 2013CSS rounded corners
Posted by Stanislav Furman on February 26, 2012How to secure your php application
Posted by Stanislav Furman on February 21, 2012CSS Centering Trick: How to center a div or an image?
Posted by Stanislav Furman on February 15, 2012From time to time we create HTML/CSS templates where we need to center a div or an image. For some newbies it poses a problem. In this blog post I'll show you one of the ways of CSS centering.
Suppose you have a div or an image (with the size 150px X 100px) that should be centered on the web page. First step you do is the following CSS:
centered {
position: fixed;
top: 50%;
left: 50%;
}
Continue reading
12 SEO tips that everyone should know
Posted by Stanislav Furman on February 10, 20121. The first thing that you have to know - content is your number one and it's your primary priority. Therefore, make sure that you publish good, clear and unique content that is based and focused on your target keywords.
2. Quality backlinks is your number two. Buliding of a network of backlinks is a very important thing in terms of Search Engine Optimization. Make sure backlinks contain your keywords or key phrases between the tags.
3. Remember that one single link from a good site can beat 10 links from other 10 web sites with poorer quality.
Continue reading