Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to make ajax searching in codeigniter?

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#

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

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

How to Integrate Google Login in iOS App Using Swift?

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

Using Parcelable in Android

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

Why Bugs/Defect in Newly Developed Product?

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 and its Components

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

Category on View to animate subview like popup in iPhone sdk

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

Dynamically remove the model validation in cakephp

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

On paste event in javascript.

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

1 8 179
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: