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

Search In

Slice an Image into Tiles and Store in an Array Using Swift iOS App

This is a small sample of how we can split an image into multiple pieces/tiles and store these small pieces into an array and further we will show, how these pieces are rearranged to form an image.   So let start with slicing our

Listview items sets to default after scrolling

I have list view which uses base adapter class for each item view, when I make changes in one item of list view and scroll the list view the changed item sets to default value, I need to retain my values even after scrolling. @Override public View

How to fetch twitter user feeds using PHP

If you want to display twitter user feeds then use the below code of flow. First of all for user timeline json you have to visit below twitter link. http://dev.twitter.com/doc/get/statuses/user_timeline For detail parameter please visit. http://a

How to upload a file in cakephp 2.x

Uploading a file in your application can be used to upload an image or documents. With the help of the cakephp html we can create a form with the input field of type file which allows to browse and select the file from your systems. lets create a c

Collection View

Collection view is used to display multiple data simultaneously on view controller.Data can be of any type for example collection of text or images which can be display on controller with the help of collection view.   With the help of an exam

What is Vue.js and Why Use it

Vue.js is a library of javascript that can be used to build any web application. It has MVVM(Model-View-ViewModel) architecture. It is easy to learn and also more flexible. Here you will see how you can use this js in your application. Adding Vue.js

Asp.net calendar control properties and events

These are the following Useful Properties and the events of the Calendar control: DayNameFormat: style of the days of the week. Possible values are FirstLetter, FirstTwoLetters, Full, Short, and Shortest. NextMont

Scroll in jQuery

Suppose when any page has lot of information and you are at the bottom of the page and we want to back at top of the page, either you can refresh the page or click on a link there. Example: Html code: <!DOCTYPE html> <html> <h

faker gem integration in rails application

A faker gem is used to create the fake data for testing or demo purpose in rails application. It is Perl's Data::Faker library that generate different type (i.e. Address, color, code, commerce, company, date etc.) of fake data. We are generally u

Page methods from client side code using ICallBackEventHandler interface

We can run server side code from the client without performing a Postback using ICallBackEventHandler interface.The ICallbackEventHandler interface can be implemented on a page or a Web control. The interface contains two key methods: RaiseCallbackEv

1 442 481
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: