05Jun
It requires two main steps:
Add Virtual Host Entries to vhosts Configuration file.
Assign... read more
05Jun
"if ( $this->input->is_ajax_request() ) {
// your code here...
}" read more
05Jun
Fix spanish translations (email sent sep 10)
login mods (email sent march 2)
add... read more
05Jun
$this->db->insert('users', $data); # where $data is an array
$insert_id = $this->db->insert_id(); # insert_id()... read more
05Jun
List of popular and most used search engines based on web research:
... read more
05Jun
Major Differences are:
Git and Mercurial are the two most popular Distributed Version... read more
05Jun
As per official bootstrap documentation about "sr-only CSS class":
Always add labels
Screen readers... read more
05Jun
Most popular browsers like Google Chrome and Mozilla Firefox allow you to... read more
05Jun
Simple Syntax:
chmod 744 yourfile.ext
Below Codes can be helpful to set permissions
400... read more
05Jun
Simple structure to pin the flow to developers mind for project IS ... read more
Leave a Reply