Related Articles
On page SEO Checklist
Below is the list of On page SEO Checklist On page SEO Checklist Keyword placement: Keyword in Title Keyword in Permalink Keyword in first paragraph Keyword in Image Alt tag Tweaked Keyword in H2 or H3 Bold Important Keywords and related keywords Italics 1-2 important Keywords Outbound Link to relevant high-quality sites Internal links to […]
How to Show Errors in PHP
Below script is to show errors in PHP, the error_reporting function will show all the error.You have to initialize at the start of PHP tag.
Fixed Floating sidebar using HTML and CSS
By using simple HTML and CSS you will get Fixed Floating Right side bar and you can also make customization to it. Copy the code from the below Textarea box and see <br /> <br /> <html><br /> <head><br /> <br /> <script type=”text/javascript”><br /> function load()<br /> {<br /> document.getElementById(‘abc’).style.right=’25px’;<br /> }<br /> </script><br […]