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

Difference between Cakephp 2 and Cakephp 3

CakePHP 2 CakePHP is basically a rapid developing framework for PHP. It provides the user a flexible architecture to develop, maintain, and deploy the application . In CakePHP within the convention over configuration paradigm, we basically ...

Hide Status bar in iOS

Hi,   If you want to hide status bar in your application then do following steps to achieve:   1- Go to info.plist file provided in left panel of your application. 2- Add a new key with name “View controller-base...

How to login with Facebook in swift 3.0

To Implement Facebook login in swift 3.0, we can use following steps. 1. install pod pod 'FacebookCore' pod 'FacebookLogin' 2.Register your app on the Facebook  developer account. After registration,Go to you info.plist, right ...

Convert NSDate from local timezone to UTC and vice versa in Swift 3.0

1. To convert UTC(Coordinated Universal Time) to Local timezone func convertToLocalDateFromUTCDate(dateStr : String) -> String { let formatter = DateFormatter() formatter.dateFormat = "yyyy-MM-dd HH:mm:ss Z" let...

How to create separate AngularJS controller files?

Controllers are used to adding behaviors to $scope object. When you are building a large application,the best practice is to split your controllers into different files according to the purpose that it fulfills. So, you need to follow these very ...

How to Move Map in Background with Fixed Marker Pin in Objective-C iOS?

Install pods named as- pod 'GoogleMaps' Import <GoogleMaps/GoogleMaps.h> in your class. On your view controller where you want to show the map take a UIview & adjust its size according to the size you want to show the map...

5 Key Factors to Consider when Outsourcing your IT Support

If you are heading up your own business, you will have a need for IT services, and unless you happen to be a web designer, or similar, you will have little choice but to outsource this section of the business. There are many specialist companies ...

How to create custom keyboard in android

In this tutorial we will learn how to create custom keyboard in android. We can customise keyboard by adding extra buttons, change keyboard theme, set image as keyboard background etc. Here in this example we are going to add two extra buttons...

App Group capability of iOS

Hi All, In iOS, AppExtension and its containing application and groups of application use App Groups capability to share data between them. For example if keyboard extension app want to share data with its containing application. Using app ...

Reading and writing file on MAC with Python

Hi All ,   Some time we have to create a file to store some data for our application and also read that file whenever we need it. So in this tutorial we will learn how to create a file on MAC system using python and also reading and wr...

Send Text Message in Swift

Hi,   Here we’ll learn how to send messages programatically in Swift. With the use of provided MessageUI framework we will implement message functionality in our app. This framework has MFMessageComposeViewController class which prov...

Setting Dimensions at Runtime

Set View Dimensions at runtime Welcome to another tutorial of setting view dimensions at runtime. Following is a simple way to set your view dimensions at runtime (there is another way also for doing same but will discuss in another blog). ...

6 Things to Focus for Ecommerce Website Development with Magento

Magento is one of the most widely used CMS for building ecommerce website. The CMS offers a number of highly useful tools that allow businesses to build responsive and optimised sites that drive in traffic and retain users. Magento, unlike WordPr...

How to add and remove select options

To remove an element we use remove() method. The remove() method removes all text, data and events of selected elements. To add an item to select option we use append() method. Syntax of remove() method:- $("#selectBox...

HTTP request using python

Hi All, HTTP request  is a two way process i..e client - server communication .Three basic features that make HTTP a powerful protocol and these are: HTTP is connection less HTTP is media independent HTTP is stateless: Ther...

Upload Multiple Files in CodeIgniter 2.0 Using Customized Library Class

In this tutorial, we will learn "How to upload multiple files with the help of Codeigniter's customized upload class named as CI_Upload_Multiple in the file named Upload_Multiple.php in the Codeigniter's library". With the help ...

Send Email in Swift

Hi,   Here I’m exploring how to send mails programatically in Swift. Apple has provided MessageUI framework to implement mail functionality in your app. This framework has MFMailComposeViewController class which provides an inter...

Starting a Blog? Here are the things you should consider

So, you want to ‘start a blog’. Well, you’ve come at the right place.     A blog is a timely updated online diary or a personal journal. It’s a place to share your thoughts and express yourself to th...

Convert UIColor to Hexa Color Code

Hi,   If you want to get the HexaDecimal String code for any color then below code will surely help you to come out with the hexa color string. Here are the steps to get hexa code string for any color.   1- Declare the va...

Sharing Data Between Controllers using Services

Services are the Javascript functions (stateless object) that are responsible to do some specific tasks. We can use service to share some data or functions throughout the application within a controller or between different controllers. Services ...

How to Recover EDB to PST File - A Process for EDB Recovery into Outlook File

Marvelous Process for EDB Recovery into Outlook File   Use EDB to PST Recovery Software to Recover EDB to PST   If you need to recover EDB File to PST file and you have no idea how to recover EDB File? So, in this condition ...

Should You Use Interns in Your Business Startup?

Ah interns. The butt of so many jokes: going on latte runs and picking up dry cleaning, making copies, and wandering cluelessly around the office. There’s a lot of debate surrounding internships for just this reason: paid or unpaid, many in...

Creating list page of content with the help of view and also search option in drupal 8

HI Druplers, Today I m going to share a very useful code for drupal 8.I am going to create a list of the pages which also have search functionality with any code with the help of drupal most famous module which is view.   Step 1: ...

Famous Games to Play on Android List of Most Addictive Android Games

Some of the most famous games for mobiles are found on Android. In recent years we have seen an influx of so many games in different genres. First, we saw many parts of Angry Birds taking off on Android and later we saw famous games like Candy Cr...

5 Suggestions to Make Your Business Effective by Using Discussion Boards

Abstract   Discussion boards provide you efficient method of finding answers to various challenging questions. You can take professional and personal advice online.   Content   Students & Business Professional...

How to create digital signature in OpenERP/Odoo?

Below example will helps you to add the digital signature in OpenERP/Odoo, you just have to follow the steps mentioned below:   Step-1 Install the web_digital_sign module from Odoo apps to addons Step-2 After installation you have t...

GUI to show list in MAC application

Hi All, In this tutorial we will update list as user enter an entry to the list. We create an entry field and a button to get details from the user and label to show the list. First we will create a user interface. 1) First step is to creat...

10 Best SEO Tips and Tricks to Build Quality Backlinks for Beginners

Backlinks are the links with which one website can visit another website just like incoming links to reach a web page. When a web page is linked to other web page, it is known as a backlink. Any web page with lots of backlinks tends to have h...

Handling Click Events On SKSpriteNode

Hi,   Like UIButtons we don’t have IBActions for SKSpriteNode and what if we have to trigger the click event on SpriteNodes. Solution comes here by handling touch methods provided by UIResponder class. Start by creating a subc...

Adding Video With Sound In Unity Games

Playing video file in unity game is as simple as drag and drop. The only requirement is that the video that you have to add must be in .mov, .mpg, .mpeg, .mp4, .avi, .asf formats. Then simply put video file(.mp4,.avi etc) in unity assets folder...

Model Validation Using cakephp 3.x with Example

As we all know that validation plays an important role in any technology. In cakephp 3.x we will implement either model validation or javascript validation. Steps to implement model validation is as follow. Step 1: Fisrt we have to set the val...

Autolayout: Content hugging VS Content compression resistance priority

Hi All, We have properties to set content according to content length and device screen size which help us to manage user interface of an application. Content hugging priority and content compression resistance priority helps you to maintain U...

Import CSV file data to database using PHP

CSV ( Comma-Separated Values ) is a simple file format which is used to store data in tabular format like spreadsheets, database. Here, in this blog we will import the CSV file data into MYSQL database using PHP. Let us consider we have the fo...

Android ViewPager Example [Video Tutorial]

Hello everyone, This Android Video Tutorial will provide you clear idea about "What Android ViewPager is and How to Implement it in Android App?".   Basically ViewPager is an application or a ...

Function Returning Function in Swift

Hi,   As we all know that Swift comes with new and variety of enhancements over objective C. Returning a function as a return type of a function is also one of them. Here we are defining two functions which are accepting Int kind of...

Android - Learn to Integrate Google Map in 5 Minutes [Video Tutorial]

Hello everyone, With the help of this Android Video Tutorial, you will get a clear idea about "Google Maps in Android" or we can say that this tutorial you will let you know "How to Integrate Google Map in Android...

Is Angular JS Compatible with Odoo

Odoo-7 and Odoo-8 support the angularjs using Odoo Web Services but Odoo-9 and Odoo-10 does not supports angular js, the reason is that Odoo-9 and Odoo-10 supports back-bone.js.   Below are few steps how Odoo-7...

Login with Google Plus OAuth using Cakephp

In this blog we will be integrating Google Plus OAuth Login functionality using Cakephp. So, let's start with the first foremost step, i.e, creating the Google Apps to get the Google OAuth Client Id and Client Secret Key.   Step 1:...

Learn How to Send Email in Android with Example [Video Tutorial]

Hello everyone, In this Android Video Tutorial, we will learn "How to Send an Email in Android with Video Example".   Note: For further reference, you can download the EmailSending.zip fi...

Learn How to Check Android Network Connectivity in 10 Minutes [Video Tutorial]

Hello again, This Android Network Connectivity Video Tutorial will demonstrate you about "How to Determine and Monitor the Connectivity Status in Android Device and Apps".   Note: For further reference, you ...

Business Issues that Lower the Organizational Productivity

Workplace productivity is the assessment that how well an employee is responsive towards a given task and this evaluation much crucial element for the progress of any organization. Only the efficient and effective group of employees can be the ke...

Check Android App Status - If App is in Background or ForeGround [Video Tutorial]

Hello everyone, In this Android Video Tutorial, we will learn "How We Can Check App Status (Background or Foreground) in Android with Video Example". Note: For further reference, you can download the AppStatusD...

Advantages of LMS TIN CAN Blended Learning API Over Scorm

Tin Can Api is an elearning software solution specification, also known as experience Api. It has the ability to constantly track and capture valuable data that revolves around the user’s learning activities across various devices. Stil...

How Whiteboard Animation Marketing Can Benefit a Business Startup

If you have a business in place you must be wondering how to make it click. Well there are a number of ways to do that. However, most of the available options could be on the higher side for a startup, most startups often require affordable tips ...

Android RecyclerView Items Animation Using Custom Adapter With Example

RecyclerView was introduced as an upgraded version to List view. The RecyclerView is much flexible, more efficient and more advance. With the help of RecyclerView, you can show larger data collections whose data may change at run time. RecyclerVi...

Learn Basics of Functions in Swift with Example [Video Tutorial]

Hi, Functions are chunks/module of code that can be reused in a program. Function in swift are unique and flexible enough to work with simple to complex style.  In this video we’ll be learning basics of functions, various function ...

Learn to Get Geographical Information Using Geocoder in Android [Video Tutorial]

This Video Tutorial will guide you to Get Lat Long and address information using Geocoder in Android. Means, It will give you clear picture of "How to Displaying a Location Address "Lat Long using by Android Geocoder?"...

World's Best 10 Premium WordPress Blog Themes for Professional Bloggers

  WordPress was originally designed to cater the needs of bloggers but eventually evolved into a system that addresses all niche’s needs. There are thousands if not millions, designers who are developing new themes with advanced...

Unit testing of swift project - User experience (UX)

Hi All, In iOS , We have two type of testing one is UI testing (User interface) and UX testing (User experience). In this tutorial we will learn UX testing of an ios app. User experience (UX)  is the internal experience that a person h...

Sorting list with IComparable interface

IComparable interface is used for sorting of list of objects. It can be similar to Array.Sort() method but the difference is that it provides customization on sorting of objects. We can sort a list of string or integer by simply calling List.S...
1 38 269
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: