
Search In
Hi,
You want to show any video from youtube to be shown in you website, read my following steps
There are several other customization features that you can do with video ,i.e.(set Height or width, set youtube logo, Show suggested videos when the vid
Hello Readers,
These are some techniques to speed up the cakephp website:-
1. Upgrade versions regularly
When you work on cakephp website.You need to upgrade your Cake website to the latest version in order to keep it performing at its best.
2.
Social media... Now a days social media is a part of life or requirement of time. We are here to discuss integration of twitter with magento. We all have twitter account. Am I right?. We can integrate twitter to magento with different ways. Like you
User Name Validation Code: Use below code, to check if the name field only contains alphabet and white space.
$name = test_input($_POST["name"]);
if (!preg_match("/^[a-zA-Z ]*$/",$name)) {
$nameErr = "Only alphabet and white space allowed";
}
E-
Hi Guys,
I need to import data from a website, Like a Website ( http://ss64.com/nt/ ), which provide list of commands and their description.
I want these command and description can directly import to my local LibreOffice Calc Sheet columns se
Theme is most important part of odoo website and its is also use to make odoo website.
When the themes have been installed only after then XML files loaded, and whenever you make changes on an xml file then each and ever time you will have to force r
WE can create user friendly url using url rewriting with the help of htaccess file. It helps to make URLs with duplicate content should have canonical URLs specified for them. Also beneficial for search engine optimization(SEO) for url crawling an
Python Official Website : http://www.python.org/"
Python Documentation Website : www.python.org/doc
Python binary can be found here:
https://www.python.org/downloads/
Python IDE’s:
http://sourceforge.net/projects/pyscripter/
https://wingware.com/d
What is Keyword?
Keywords are very important to your Site’s SEO. For the entire SEO campaign your Keywords will act as the cornerstone. If you don’t have right keywords, you have no foundation for your SEO structure and you won’t get the desired res
I want to filter images and videos posted on my website to block profane/offensive content. Please suggest a 3rd party service or plugin which can be used to automate this.