Simple PHP Radio button enable and disable textarea textbox example in php using Mysql
Author: viveik
5 Websites to Check Keywords For Free Online
If you have a website then struggling to get good traffic or earning less from the sites it is due to the Traffic to get good traffic the quality of an article is very important, so if you are writing an article for your website it is always good to research the keyword for the […]
Important Things To Follow After Registering a New Website for SEO Purpose
If you have a new blog or website or a business website and want to fetch in search results of Google Search or yahoo or Bing then you need to manually submit your website link to the search engines then only the search engine will know that a new website has born, if you not […]
Best Websites to Download Free Images
If you are a blogger and want to use professional images in the articles, you might really worry about the copy righted images, now no need to worry asmany websites allows you to use free images with HD resolution. Check out them below. 1. Google Life2. Flickr.com3. Unsplash4. Picjumbo5. Pixabay6. GettyImages.com7. Superfamous.com8. New Old Stock9. […]
Firefox Excel Application Issue
If you are not able to download the excel in Firefox and where it is working fine in Chrome and IE then have a look at below code. To work in Firefox Excel Issue Just add below code in headersheader(“Content-type: application/vnd.ms-excel”); See below for full code header(“Content-disposition: attachment;filename=example.xls”);header(“Content-type: application/vnd.ms-excel”);header(“Pragma: public”);header(“Expires: 0”);header(“Cache-Control: must-revalidate, post-check=0, pre-check=0”);header(“Cache-Control: private”, […]
Funny HTML Jokes
What do you call a game where touching the person makes them NOT it? Alt tag. What did the SEO do on his honeymoon? A: He put a ânofollowâ outside the door. What do you call a dating service that only collects a fee when two people hit it off? Pay per click. A SEO […]
Find Console in Firefox Google Chrome Apple Safari Internet Explorer and all Browser
Firefox http://getfirebug.com/ (you can also now use Firefox’s built in developer tools Ctrl+Shift+J (Tools > Web Developer > Error Console), but Firebug is much better; use Firebug) Safari and Chrome Basically the same. https://developer.chrome.com/devtools/index https://developer.apple.com/technologies/safari/developer-tools.htmlInternet Explorer Don’t forget you can use compatibility modes to debug IE7 and IE8 in IE9 or IE10 http://msdn.microsoft.com/en-us/library/ie/gg589507(v=vs.85).aspx http://msdn.microsoft.com/en-us/library/dd565628(v=vs.85).aspx If […]
How to Do Debugging in Javascript
Below is the way to do debugging in Javascript to get typeof objForm, forms.elements and form value.
How to handle the F11 key without showing Full Screen mode using Javascript
You can handle the F11 key using Javascript function, check the below javascript function.