Developer Tutorials & Guides
212 ArticlesExplore comprehensive, step-by-step programming tutorials, scalable architecture patterns, database optimizations, and hands-on coding walkthroughs.
What is cUrl
cUrl is a tool to transfer data from one server to another via URL. cUrl is library in...
Difference between Placeholder and Value
While using input tag in HTML form we use two common attributes that are value and placeholder. If...
how to add border in the table row?
Adding border in the table row i.e. tr seems to be easier task , but eventually it turn...
what is material design ?
Material design is combination of classic principles of design and new technology created by google.It is a new...
what is “Doctype” in html
“Doctype” is a declaration for a html page that tells the browser type of html. doctype declaration for...
how can we pass variables from view to element in cakephp
we can set param while calling element in view
How to use editor in wordpress
There is a predefined function in wordpress to add editor anywhere in your code. use following code to...
How to add google recaptcha on login form in cakephp
(1)First register your domain and create site key and secret key here (2)Open file app/Config/bootstrap.php and add following...
How to create profile url (http://sitename/username/) in cakephp
(1)Create a profile controller app/Controller/ProfileController.php and write following code (2)create a view file app/View/profile/index.ctp (3)Open file app/Config/routes.php and...
How to send email in cakephp ?
Need custom help or mentorship on a project?
Connect directly with our engineering team for 1-on-1 technical guidance.