PurabTech is technical blog for Programmer and Coders
Author: Purab
I am Purab from India, Software development is my profession and teaching is my passion.
Programmers blog dedicated to the JAVA, Python, PHP, DevOps and Opensource Frameworks.
Purab's Github Repo
Youtube Chanel Video Tutorials
Connect to on LinkedIn
For putting the web authentication we always use the .htaccess or apache configuration file. For removing the web auth from folder you need put following code in .htaccess file.
How to remove the AuthType Basic
<Directory /var/www/html/>
#AuthType Basic
#AuthName "By Invitation Only"
#AuthUserFile /etc/httpd/passwd/passwords
#Require user wpapi
#Require valid-user
</Directory>
<Directory /var/www/html/>
AuthType None
Require all granted
Satisfy Any
</Directory>
WordPress tutorial for, disable html code in comments wordpress. We given code sample for functions file to prevent html code in wordpress comments section.
If you are wordpress developer then only use following code. Open your functions.php file from your theme and put following code in that file. Just copy and paste the following code on your functions.php file:
In many wordpress premium theme search form added in navigation menu and many clients are demanding for same So here we created tutorial for adding search form.
WordPress tutorial for, add search form to wordpress navigation menu. If you are wordpress developer then only use following code. Open your functions.php file from your theme and put following code in that file.
add search form to wordpress navigation menu
add search form to wordpress navigation menu
Using following code in you can add the search form in your menu bar.
Egyptian protesters thanking to facebook and youtube and twitter’s role in the revolution against the country’s ruling government.
Big role of facebook and twitter in egyptian revolution
Big role of facebook and twitter in egyptian revolution
Key Facebook page
An anti-Mubarak Facebook page started by Ghonim, a Google Inc. marketing manager in the Middle East, was credited with helping embolden millions of Egyptians to take to the streets to demand that Mubarak step down after three decades of authoritarian rule.
Even when the government made the unprecedented move to shut the country’s Internet connections with the outside world for several days, engineers from Twitter and Mountain View’s Google developed a “Speak-to-Tweet” service, giving people on the inside a way to send voice messages transmitted by Twitter.
Several memorable news photos showed handmade cardboard signs and wall paintings that read “Thank you, Facebook” in Arabic and English.
Facebook and Twitter executives need to remain circumspect with their public statements about Egypt as they “thread the needle” of international diplomacy.
One protest leader, Wael Ghonim, said he wanted to meet Facebook CEO Mark Zuckerberg and thank him.
“This revolution started online,” he said in an interview Friday on CNN. “This revolution started on Facebook.”
But as a company, Facebook Inc. – and to a similar extent Twitter Inc. – has taken great pains to appear neutral about the uprisings in Egypt and elsewhere in the Middle East because taking too much credit could leave the Palo Alto company open to blame or being shut off from other countries.
And that, experts say, would not help its long-term business prospects.
wordpress tutorial, how to Add Twitter and Facebook buttons to wordpress posts. we need to install the various plugins without installing any wp plugin.
Add Twitter and Facebook buttons to wordpress posts
For showing the facebook and twitter button in wordpress post many times we need to install the various plugins but with following code you dont need to install the wordpress plugin.
Add Twitter and Facebook buttons to wordpress posts
If you are wordpress developer then only use following code. Open your functions.php file from your theme and put following code in that file.
In this article we collected some of the best CSS tips and Techniques for web designers. CSS is most important part of every web application. CSS tips and Techniques
PSD is the design layout made in Photoshop, which needs to be converted as PSD files cannot be launch in any browser. In such scenario PSD to WordPress conversion gives a lot of advantages like easy to update, install and import. Code generated by WordPress is compliance with W3C standards.
Future of PSD to WordPress Conversion
W3C validation helps to check errors during the development phase. User registration feature of WordPress helps visitors to register themselves and can communicate to back end. Customization and integration of WordPress theme becoming most sought -after for web development.
Future of PSD to WordPress Conversion
Interestingly, more than 12 percent of the top million websites across the globe are using open source blog publishing WordPress CMS for creating great user experiences. With such a rapid growth, PSD to CSS/Wordpress conversion will be one the most sought-after forms of markup conversion service.
A WordPress empowered website is search engine friendly and helps in generating more traffic. One of the in-built features of WordPress is user registration. It allows users to register on website for further communication. Another feature provided by WordPress is password protection which helps users to keep their comments, feedback and transaction protected.
Robots.txt file is very important for Search Engine. If this file is not witten in proper way then search engine will crawl your site and your website never come in search engine result so you need to be very care ful about this file.
how to check robots.txt file in website
For Checking robots.txt file you should go for following website I really like this website.
http://tool.motoricerca.info/robots-checker.phtml
You should write your robots.txt file following way.
User-agent: *
Disallow:
Sitemap: https://purabtech.in/sitemap.xml.gz
# WordPressAPI.com 18 April 2010
WordPress 3.0.5 contains a better fix for the KSES security vulnerability we reported on back in December and which was fixed by WordPress 3.0.4 – but that’s far from the only upgrade contained in this release.
WordPress 3.0.5 with fixes of security functionality
The latest update also includes fixes for two security flaws that allow sufficiently clued-up contributors or authors to increase their permission levels and gain access to content that they are not supposed to see. A fix for an information disclosure vulnerability that allowed authors to see private and draft posts from other users on the same installation is also included in WordPress 3.0.5.
Additional hardening has gone into this newest release, too: plugins that don’t correctly use the WordPress security API now have a harder time of breaking things should they go wrong – which could help limit the impact of badly-written or malicious plugins.
The last line refers, of course, to WordPress 3.1, the next major revision in the pipeline. With a release due imminently, the WordPress team is looking for people to test the latest release candidate for bugs. While WordPress 3.1 RC4 is close to the code that will make up the final release, it’s still a good idea not to try it in a production environment – but you can download the release candidate if you’re willing to risk it.
Read more: http://www.thinq.co.uk/2011/2/8/wordpress-305-plugs-more-security-holes/