Featured
-
How Regression Testing Detects Integral Errors In Business Processes
Humans are forever changing and evolving and so to
by kristina.rigina -
Get Display Banner Advertising Opportunity on FindNerd Platform
“Do you have a product or service that nee
by manoj.rawat -
Android O Released with Top 7 New Features for App Developers
Android was founded by Andy Rubin, Rich Miner, Nic
by sudhanshu.tripathi -
Top 5 Features That Make Laravel the Best PHP Framework for Development
Laravel is a free open source Web Framework of PHP
by abhishek.tiwari.458 -
Objective C or Swift - Which Technology to Learn for iOS Development?
Swift programming language is completely based on
by siddharth.sindhi
Tags
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 ...
Easy way to Learn Content Writing
I am a trainee content writer, doing my internship with one of the reputed companies in India. Content Writing really fascinates me. I want to learn more. Can someone guide me through the entire Content Writing process? Also, how can I build a co...
Freelancer Required with JAVA, HTML & SEO Skills for Maintaining My Retail Website
I have a website for retail sales that I'd like to be maintained on a part time basis. Also, some SEO and social networking to promote the website for google organic searches. I have a small budget so price is important.
To core ...
Android App Development Required for Personal Exercise Diary Application
I have been exercising for years, using an excel-based diary to see how far I have been going.
I've bicycled a distance from my hometown in Norway to Moscow, via Kiev and Chisinau through Europe, across Crete, then from Metulla in Israel a...
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 ...
Facebook Blueprint!
Anybody using Facebook Blueprint? Is it worth? How is it different from eLearning and other digital advertising certifications?
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...
Applications on SD card moving back to Phone
Hi,
I am using Yuphoria 5010 and Lenovo Vibe K5 smart phones running stock Android 5.1.1. Both the phones are installed with 16 GB Class 10 memory cards.
I moved many applications to the SD card. Now, whenever these apps are updat...
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...
Which Parts Of Php Not To Learn ?
Guys,
After getting putoff from php.net to learn php 7 (because it is not beginner friendly) and raoming around youtube for 1.5mnth to learn php and failing to get proper tutorials there, I returned to php.net. Was reading the CONSTANT chapter...
Weasyprint only gives me empty pdfs when I'm trying to print newsarticles
#!/usr/bin/python3.5
from weasyprint import HTML
url = "http://ekstrabladet.dk/112/nye-oplysninger-i-30-aar-gammel-mordgaade/6579176"
HTML(url).write_pdf("test.pd")
The problem is that the final pdf has only part of the webpage.
I...
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...
How To Display Data in iFrame A Url From Mysql?
This is my latest shortened version of the homepage in my reg-login site PHP.
When you login to your account, your homepage welcomes you with your first & surname.
Then it is supposed to show you your bio ($row "bio" in tbl) and s...
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...