Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to Hide RSS link in WooCommerce

If you want to change or hide RSS link in the primary navigation of your WooCommerce website, without getting into the php files. Use below 2 line code to make this possible- #navigation ul.rss {display:none !important} #navigation ul.rss.cart-enabl

failed to upload image, try again later - Wordpress

When i try to upload an image to a post or a product in my webshop (with woocommerce plugin) i constantly get this error: 'failed to upload image, try again later.' . Does anybody know how to fix this ? Thanks a lot. I already tried increasing my up

CMS vs Framework

CMS A Content Management System (CMS) is a software tool that provides functionalities to manage content like: create, edit, delete, and publish content. The main goal of CMS is to provide user interface for building and editing websites content.

How to unzip file on Server with Terminal

If you are looking to unzip any zip folder or file on server please use the below command: Open your terminal and give command unzip /var/www/html/abc.zip *Note :: Please change path with your file path

How to make shadow of text in html using CSS

Hello Reader! If you want to make your webpage more dynamic which looks like 3d using shadow of texts, Then you can use CSS. You just need to add the following css to you text css. text-shadow:23px 5px 6px #000000; To make shadow longer just chan

Exceptions in CakePHP

CakePHP uses the exceptions internally to show the logical cake PHP errors. All of the exceptions that occur in CakePHP raises a CakeException. CakePHP is also having the number of exception classes that we can use for HTTP errors. For congiguring

How to debug MYSQL database Issue while using DatePicker

As we all know that MYSQL (phpmyadmin) database require " YYYY-MM-DD " format while saving a certain DATE . So if we are using Datepicker we have to adjust the date format. $(function() { $( "#datepicker" ).datepicker({ dateFormat:'yy-

Form submit in javascript

I would like to share an interesting feature that I found as I was trying to submit form through JavaScript. If you are trying to "form.submit()" through javascript and any form elements present with the name of "submit" in it, then in that case it w

Reasons of defects occurs in software

There are lot of reason's to occur the bugs in software application but most important factor is human factor. Human being develops the software, so its natural that mistake would be happen in code/application. No one can perfect so any one can m

How to Apply Active Record Observer on a Particular Column

Meaning:- Active Record Observers means a callback or a trigger which will get called in the life cycle of active record object. This is used for the purpose of reducing the burden on model's functionality which is not directly belongs to model. e.g.

1 30 342
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: