Rules for Web designers to protect himself from Bad Clients

While not all clients are bad here some basic rules for Web designers to protect himself from Bad Clients. Web designer should always protect yourself in the following ways:

How to Show Pending Review post to front end logged-In users in wordpress

Here is wordpress snipped code to Show “Pending Review” post to frontend logged-In users. Other Normal users which are not logged into wordpress website cant see “pending review “post in post list.

How to define Access on specific content in WordPress for a specific user only

Some requirement comes to access specific portion of wordpress website to specific user only. So here is the code define Access on specific content in WordPress for a specific user only. Update this code into Your template page like page.php, singlepost.php or wherever u want to do this.

Microsoft PowerPoint alternative to view PowerPoint files like ppt or pptx

Here is Microsoft Powerpoint alternative to view PowerPoint files like .ppt or pptx. Microsoft PowerPoint Viewer lets you view full-featured presentations created in PowerPoint 97 and later versions. This is all free you don’t need to buy or pay anything to use this. Download & Use :) Software Name: PowerPointViewer.exe Software size: 60.3 MB Microsoft Powerpoint Viewer Download Link

How to Moving WordPress Plugin Folder

If you don’t want to change the location of the entire wp-content folder in wordpress but just want to move the plugins folder then you can change this location the same as above. For the plugin folder location we need to define the variable WP_PLUGIN_DIR.

How to WordPress Move Wp-Content Folder To Different Location

Move the wordpress wp-content is for wordpress security if you move this to an unexpected location any hackers looking to target this area won’t be able to find it, or it will make it more difficult to find. To change the location of the wp-content is quite simple as the location of this folder can be configured […]

Firefox OS – Bringing the Open Web to mobile devices

If you haven’t heard yet, Mozilla is working on an awesome new phone OS called Firefox OS.  From a developer’s perspective, highlights include: all apps are and will be created from CSS, JavaScript, and HTML the OS is open source each app runs as its own virtual Firefox/browser process installing apps from Mozilla Marketplace is incredibly […]

Crumble — jQuery Plugin to quickly and easily build feature tours for your website or app

Here is jQuery Plugin to quickly and easily build feature tours for your website or app. jQuery Crumble allows you to quickly and easily build feature tours for your website or app using small bubbles. 

List of Useful websites for web designer

Here are some list of Useful websites for web designer. There lots of website for web designers to subscribe here few which i listed below.

How to disable plugin updates on your WordPress blog

Here is wordpress function php Snippet code to disable plugin updates on WordPress blog. Simply add that to your functions.php file and click save and the notices of wordpress plugin updates will disappear. Thanks to WP Snippets for the useful tip!

How to disable the WordPress Update Notice

Here is wordpress php function code to Disable the WordPress Update Notice from wordpress backend. Simply add that to your functions.php file and click save and the notices will disappear. :) Source: wp-snippets.com

25 Useful Books For Web Designers And Developers

If you are a designer or developer, you probably know that this field is one of the most innovative and fastest growing industry in the world. If you want to keep up to date and stay ahead of your competitors you must learn new things all the time and follow trends. Even though the Internet is […]

How to get current object reference in javascript function

Here is code for getting current Function object reference in javascript function. Here anchor html link

How to write Browser Specific HTML CSS in PHP

Here is code which Web designer and web developer can use to make some code browser specific only in php. Many times Web designer and web developer require to put in browser-specific HTML / CSS in your files, because most often the pages are rendered differently (esp. IE). You can detect what browser the user is […]

Make your website faster with mod_pagespeed, now out of Beta

If your page is on the web server, speed matters! For web developers, web designer and webmasters, making your page faster shouldn’t be a hassle, which is why Google PageSpeed Team introduced mod_pagespeed in 2010. Since then the development team has been working to improve the functionality, quality and performance of this open-source Apache module that automatically […]

How to Increase WordPress Memory Limit

A common error you can come across in WordPress is a PHP memory limit error. This happens when WordPress doesn’t have enough memory to achieve what you want. It can be caused by poorly written plugins that will continue to run a procedure until the installation runs out of memory. Since version 2.5 there is a […]