Category: Web Development
PHP | How to install CakePHP 3.0
These are the steps to install CakePHP 3.0 on Ubuntu machine: Make sure you have PHP 5.5.9 (CLI) or higher installed. Check php version on your system using this command: php -v Run the following commands: 1. Download the composer
Totara | Hide Administration block
1. Turn editing On and click on the settings icon of the administration block as shown below: 2. Click on configure Administration link. This screen will open: 3. Change the drop-down value from “Assessment information page” to “ Edit Assessment
HTML | Using CSS for animation
With recent evolution in CSS, we can try animations. Below is a sample code where in which have used latest CSS features and will give the illusion of animation. Just copy paste the code below in an HTM file and
Get Salesforce SObject name through Salesforce Record Id
Description: We have Salesforce recordId but need to identify what is the type of Subject corresponding to this record id. Solution: We can get Sobject name from recordId with getSobjectType() function, sample code below: Apex Code: public void echoSObjectName(String RecID)
Locating recycle bin in Salesforce
Click on any of the tabs and find Recycle bin at the left bottom as shown in this image: OR You can use this URL into the salesforce to see Recycle bin: https://na14.salesforce.com/search/UndeletePage
jQuery | Get and change link using near by class or Id value
In one of our projects we are working on, we faced a problem where we wanted to change the HREF attribute value of anchor tag using jQuery. When we inspected the HTML code no unique id, name or class was given
Introduction to Heroku
Heroku is an all-in-one cloud based platform which allows software developers to develop and host applications over Heroku cloud. The company was setup in June 2007 which initially supported Ruby programming language. Later on, support for other programming languages such
Transition Delay Property in CSS and Javascript
What is Transition Delay? Transition delay specifies the amount of time for the change to take place in css properties of DOM elements. Transition Delay value is defined in seconds (s) or milliseconds(ms). How to implement Transition Delay in CSS?
Localhost WordPress site asking for FTP credentials on installing new plugin
In one of the WordPress projects we are working on, whenever we tried to install a new plugin in locally installed WordPress, it asked for FTP credentials: When we tried to install a new theme then also it asked for