05 Jun June 5, 2020
It requires two main steps:
Add Virtual Host Entries to vhosts Configuration file.
Assign... read more
05 Jun June 5, 2020
As per official bootstrap documentation about "sr-only CSS class":
Always add labels
Screen readers... read more
05 Jun June 5, 2020
$this->db->insert('users', $data); # where $data is an array
$insert_id = $this->db->insert_id(); # insert_id()... read more
05 Jun June 5, 2020
Old un managed way.
Updating the new layout soon: read more
05 Jun June 5, 2020
After a lots of headache, I find the solutions. I am using... read more
05 Jun June 5, 2020
The regex caused the error during validation check on Alphaspace Rules regular... read more
05 Jun June 5, 2020
Try "keypress" evenHandler in jQuery:
Notice Below Code, Although this code is correct... read more
05 Jun June 5, 2020
$this->session->mark_as_flash('item'); # Version 3.x only
$this->session->mark_as_flash(array('item', 'item2')); # Version 3.x only Array to... read more
05 Jun June 5, 2020
Simple structure to pin the flow to developers mind for project IS ... read more
05 Jun June 5, 2020
Simple Syntax:
chmod 744 yourfile.ext
Below Codes can be helpful to set permissions
400... read more
Leave a Reply