Hi Reader’s,
This blog includes the concept of how to use custom sound for notifications when application is in foreground/active mode. Below is the code in objective C language for the same which you have to write in AppDelegate file ...
Hello readers!
If you are developing the web based friendship structure, Then in this blog we will help you to make myfriends query with database.
Let's suppose you have database in following structure
ID
senderM...
Hello Reader's!
In this blog, we will see how to get conversion of Gregorian date into Hirji (Islamic date).
Before you start the getting the equivalent you must be knowing that Hijri Calendar is about 400 year lags behind our curr...
Hello Friends,
Today, I am going to discuss about an abstract class and an interface.
What are the difference between Abstract class and Interface?
An Abstract is a class but an Interface is not a class. It is an e...
This is a simple code snippet which explains's you how to convert NSDate to NSString in iOS.
Create a string as NSString *myDate & a date formatter. Suppose we have picked a random date from date picker so that the date we have picked is...
SQL Server Reporting Services is a server based reporting platform that consists of full range of ready-to-use tools and services to assist you to create, deploy and manage reports. Reporting Services allows creating interactive, tabular or free-...
Things have changed in drupal 8, rather than a single form, you can now make diverse contact forms. In the standard contact form you have the fields like your name, your email address, subject and message and if you click on the send button it is...
Image Courtesy: http://www.limonadaestudio.com
Designing a website seems a daunting task for many, but as long as you are clear with the basics, you’ll find the process enjoyable and gratifying. It is more to it than a cool...
Hi all, today we will discuss about search bar & how search bar displays search results from API in iOS, I'll skip some basics and lets suppose u have a tableView which already has some data lets suppose record of names of students,...
From past many years SAP has ruled the enterprise software market with its amazing products called ERP software. But the rise of open source software a decade ago had to have it’s inevitable impact on the enterprise softw...
Hi guys,
As we all know that from iOS8 Apple has provided a new UIAlertController class which you can use instead of UIAlertView which is now deprecated. So today i'll demonstrate, how to use UIAlertController for displaying an alert in iO...
Whatsapp is one of the most essential and popular messaging application which let the user communicate with each other throughout the world. About 160 million users make use of these applications each day. The use of Whatsapp applic...
Programmer Experts,
I'm embarking on an interesting project to gain work experience in php. Just stuck on one thing and wondering if you can help.
You probably used Team Viewer. This is where I create a Team Viewer session and...
New Friends! :)
The following is my member registration code as of latest.
ISSUE 1:
I get this error:
Parse error: syntax error, unexpected '_' (T_STRING), expecting ',' or ')' in C:\xampp\htdocs\e_id\reg...
Guys & Ladies,
This LOGIN.php was working lastnight and so I don't know why not now.
The ELSE at 53 gets triggered even though I have typed the right password!
What do you think of line 16 ? ...
if($numrows >1)
I tr...
Buds!
How to code so php forces mysql to show only the final row of the column ?
The followings are how I coded (2 copied youtube tuts) to show all rows to allow user to delete multiple rows:SAMPLE 1
[php]
<?php
session_start();
re...
Programming buddies,
I'm back online after nearly 2wks of offline. Gonna be harassing you guys again and more this time. Eeek!
Anyway, right now, I'm trying to build a script that adds multi-entries into the same single cell MySQLsq...
Planning and Decision-Making: these are startup objectives that are easy to conceptualize, yet hard to implement. Having a solid framework for planning your strategy can make the whole process run smoothly, but sometimes it can be difficult to ch...
I've been trying to display 2 rows with 6 columns, on different rows. I've tried different methods, none of which seems to be working.
In my .txt I have:
Corfu [Tab] 5* Gelina Village Waterpark [Tab] 21 May 2017 [Tab] Luton [Tab] 10 n...
Introduction to Wireframe
Wire-frames are simple design presentation that show the placement of elements or data in a user interface and demonstrate the planned layout and working functionality of a project. It can be crafted on a sc...
Hi guys here's an example of how to add RefreshControl in your tableView
1. Take a refresh control object in your interface as UIrefreshControl *refreshControl;
2. Alloc init the refresh control & add it to the tableview you are using...
Paul, one of my close associate applied for the Google Adsense account for his eCommerce blog site but got the reply “Site doesn’t comply with the Google Policies, We believe that currently your site does not fulfill this criteria&rdq...
1. import coreLocation in your controller.
import CoreLocation
2. Add this function to your view controller.
func getLocationFromPostalCode(postalCode : String){
let geocoder = CLGeocoder()
geocoder.geocod...
Hi All,
Sometime we have to take a picture using camera and use that image , we have to follow these simple steps.
1) Ask permission to access camera and microphone. Add these key and value in your project plist:-
<key>...
Hi All,
Sometime we have to pick an image/video from device gallery and to open gallery/photos of your device and pick any image , we have to follow these simple steps.
1) Ask permission to access user gallery. Add these key and v...
Hi, i am very new to this, so please forgive me for stupid mistakes.
I am to create an android application that consume web services currently from IIS. Program that i am currently using: SQLserver , Visual studio for web, android st...
Please check the code below and provide a solution for this:
package Gui;
import java.util.Scanner;
public class Board {
public static void main(String[] args) {
// TODO Auto-genera...
Hiii guys,
Today I'll be demonstrating how to pick any image via Gallery or via Camera in iOS ObjecticeC
1. Create a ViewController & add these two delegates to it-UIImagePickerControllerDelegate and UINavigationControllerDelegate.
...
A radio buttons is a form element used if we want the user to select one option from the multiple options.
The difference between radio buttons and check boxes is that, radio button allows to select only one option from multiple options and in...
Dear friends, I am a Blogger working with an eCommerce company and also run a personal affiliate blog site. Please share various tips & tricks to attract more clicks on my blog and write-ups.
Hi, guys, today will learn how to pass data from one view controller to another in iOS
1. First & foremost you have to analyse the type of data that is in your first ViewController that you have to pass ahead to the next view controller.
...
On the off chance that you are running or keeping up a site, then you should know about the estimation of Backlinks. Backlinks are considered as votes regarding SEO. On the off chance that you need your website/page on the top rank ...
There's always been a lot confusions in the world of regarding the difference between augmented reality and virtual reality.Today ill clear the difference between Virtual Reality & Augmented Reality.
Lets ...
Hello Guys,
I’m a novice Podcaster who uses bitly links in running my Podcast campaigns. The links redirect either to the iTunes or Stitcher page.I am using Facebook ads to drive traffic to the podcasts.
Since the day ads went liv...
Life as an entrepreneur isn’t always easy. There’s the lack of sleep, sudden bouts of loneliness, and those days when you find yourself stumped by a problem you can’t solve. In an established office, there’s a community su...
1. Suppose you want to select or get number of days as per its month.
2. First, use a picker & convert it into month picker you can use many third-party pods or simply use their .h or .m files also.
3. Once ur picker is ready to go select a...
Hi
To present a controller as a popOver we use UIPopoverPresentationController. It display the content in a popover. We can easily do it by setting controller presentation Style as popover and then presenting it.
Add UIPopoverPresenta...
A friend of mine posted a question on FindNerd Tech Q&A:
“I am a trainee content writer, doing my internship with one of the reputed companies in India. Content Writing really fascinates ...
During the start of this year 2017, Magento conducted a survey which involved 2,200 branded manufacturers, web-only merchants and several multi-channel business owners who belong to more than 15 vertical segments worldwide. The intent w...
1. Add an image view in your initial view controller as-UIImageView *animatedSplashScreen;
2. Set its frame in such a way that its compatible with all the devices as
animatedSplashScreen = [[UIImageView alloc]initWithFrame:[[UIScreen ma...
I am busy developing an action for parent that should add a number of children given by the user input.
The children have 3 properties, and combining them, each child should always be unique.
I make use of Symfony and Doctrine and my basic ...
This tutorial will help you share image and text on whatsapp from other android application. We can do it by adding filter to intent, where we will provide package name of the application.
In my code I am sharing image stored on drawable folde...
If you want instant high traffic to your existing business marketing efforts then enter to this open contest launched by Social Quant and get a chance to win exciting/game changing digital marketing prizes worth $40,000. Social Quant has team...
I have a a function in client controller and service that is "getClient()" which return a client information. Now I want to resue the function.
What I am trying to achieve is that when client click on profile button he can getcl...
Social Quant a marketing giant which has been teamed up with the best digital marketing companies like LeadPages, SEMRush, Sumo, NinjaOutreach, Buffer, Brand24 & others has come up with an open contest to give away $40K+ digital...
Speed and quality have been the two major attributes deciding the success of any mobile app. Often, while mobile app development, the lengthy development cycles becomes a matter of concern for organizations and developers both.
&...
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 ...
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...