
Search In
Hello Reader's, If you are making searching and want to look it as ajax which show records then this blog is helpful to you. In this blog, we will make it for CodeIgniter framework. Ajax searching will show the matching results from the typed wor
Attached and Detached Child Tasks in C#
Task can be defined as an object representing some work which needs to be done. System.Threading.Tasks is library provided by .net framework for tasks. Task class have it's own set of properties a
AutoComplete TextView in Android
AutocompleteTextView is an editable textview, It shows dropdown box of suggested item based on the reserved word.
So by using this we don't need to write complete letter.
Basically AutoCompleteTextView is subclass
Login with google is very common functionality in iOS applications. We can Implement google login in swift 3.0 either by using pods or google SDK.
We need to install the following pod-
pod 'Google/SignIn'
Then register your app on the google deve
In simple words , Send the complete object to other views like (switching b/w different Activity).
What if you need to send 50 value to other Activity, Don't write 50 putExtra to your code as it will increase the size of code ,just use Parcelable
It is impossible to create error/bug free product from developer or an expert people in certain technology. There are some reason that cause major bugs in product.
1. Writing Initial Requirement – Miscommunication is the major issue while writing a
Pre-Launch Checklist:- A check-list is a list of items/tasks/assignments that are recorded for tracking.This catalog/list could be either ordered in a sequence or could be random/unsystematic. Checklist is needful for tracking and judge/rate completi
Hi Readers,
In our app we usually make custom alerts which we need to animate at the time adding it on its superview.
To achieve it with you custom view make a category like this :
Put this code into your .h file of category named as UIView+Anim
Hello Readers;
If you want to remove the validation in cakephp from the Model dynamically then use the below one line code.
$this->validator()->remove('username');
The above validation completely remove all rules for a field.(Here we use us
I am using a telerik editor control in my web app which by default has On Paste (Ctrl + V) event handler which open a dialog box. It is working in latest version of IE(Edge), Firefox and Chrome. But I need to make it support in IE 7 and 8. In IE 7 an