
Search In
In our application there are situations, where we need presentational logic which will be shared between many views, elements, or layouts. For this purpose cakephp provides view helpers.
Some of them are:
CacheHelper, FormHelper,&
This has been noticed that many times we try to locate an element and we do not get the element. The syntax of jquery selector is also correct but it is unable to find the element. In that case first take a look on entire HTML of the page and there m
To Create a SplitViewController in swift follow the steps:-
1- Create a new Project.
2- Add a splitViewController.
3- Create a cocoaTouch Class inherits from UIViewController named as DetailViewController
4- Create another CoCoatouchClass that in
In this post, you will know the reasons behind having the ReferenceError in your console log. Also we will discuss some common case with examples.
There is a common javascript error like this line: you are trying to access a variable or call a functi
The query language which is used to locate elements in XML document is "xpath".
XML is the context in which xpath exist. One or more elements exists inside the XML document. Every element must have a start and end tag if it contains some co
Hello readers, Today we will discuss about the Structural Semantic Elements that are used in HTML5.
Introduction of HTML5
HTML5 is basically a latest and an enhanced version of HTML.
HTML5 has various new features including new elements ,attrib
Create a strong encrypted password in Java : In almost every application we need to create a strong encrypted password. There are many encryption algorithems to create password. It is good approach to have a strong salt and on the basis of that salt
Flipping Image can be extremely valuable these days. The most basic use-case for flipping images that I can consider would incorporate some sort of image on the front, and some data related to it on its back.
By using below code we can use thi
JavaScript is extremely helpful when you require information elucidation and control on the customer side. JQuery is a standout amongst the most prominent and valuable JavaScript libraries. Web designers adoration to utilize JQuery and we use the sam
The services yield by Anjularjs which can be utilized for communication based on event between controllers are $on, $emit, and $broadcast. These are under the publish/subscribe design pattern of angularjs i.e. you can publish an event somewhere and s
