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
SQl Server : Get size of tables in database
Many times when we manage SQL server databases we need to determine how much space each table is consuming on disk. In this blog we will learn two approaches for solving this frequently encountered common problem.
Approach 1:
We...
CSS Transform Property
The transform property permits you to visually control an element using transform functions. Such functions are skewing, rotating, translating, or scaling. A transformation effect lets you to change shape, size and position of...
Arraylist vs Vector
Basic difference between the two is the Synchronization. Vector is Synchronized and Arraylist is not. If your application will be having single thread of execution use Arraylist else Vector.
ArrayList is fast because its not synchronized...
Close window on button click
If you have requirement to close window on button click, for example closing popup window, you can use below code for same:
<input type="button" id="myCloseButton" onClick="window.close()" />
Here we have created a button and added ...
CSS Star Rating
Hey Readers!
We visit uncountable web pages in a day. We read reviews, news, blog posts etc.
In many of these pages, you might have seen a star rating.
A star rating consists of a series of stars. A star rating is required to know the us...
Save image taken from device memory to a specific folder in Android
Step1: Permssion needed to save image.
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
Step2: Saving image to the particular directory with new name as given by the user. This will make a seperate direct...
Parallel Programming with .NET
There might be some scenario in your code, where some of the tasks should be performed in the background without affecting the current task. Some time we have scenario, where we needed to fire the function, which consists of some function call, w...
Full Calendar Events From Database
1- Create a mysql Database.
2- Create a Table events inside created database.
CREATE TABLE `events` (
`id` int(10) NOT NULL AUTO_INCREMENT,
...
Custom Radio Buttons
Use of Custom Radio Buttons
Custom radio buttons are used to style radio buttons by the use of CSS properties by applying background-color and border-color.
HTML:
<div class="radioButtons ">
<label for="veryurgent"&g...
Earning Benefits with Admob used in application?
How much can I expect to earn with Admob Interstitials, Banners, Medium Rectangle Ads with 400 daily users spending 20 minutes each on my App? What should be the frequency to show each type of Ad?
How to seamlessly enable location/gps without redirected to the location service window
Most of the apps requires the user to manually enable the gps setting which causes confusion with the user as they are redirected to the location services window outside the app. The below code will help you to seamlessly enable location/gps with...
Videoplayer widget libraries on Github that you have used?
Hello!!!
I have found a problem to create the required video player.
Anyone please suggest any nice video player widget library on github that you have used.
Please help!!!
Sending Mail using SMTP in Cakephp 3.0
Hello Reader's ,
Today in my blog, I am going to explain about the mail function in CakePHP3 and how you can use it for sending a mail. It is simple to implement in your project.
First, you need to configure email transports and email d...
CSS Transition Property
Transition properties allows you to change the values of a element over a predefined duration, animating the property changes, as opposed to having them happen instantly. Over a given duration, CSS3 transition property permit...
jQuery Effects methods
Hello Readers,
jQuery provides a simple way to apply wonderful effects in your application. jQuery effects methods are very amazing and easy to implement with minimum configuration. So in today's post, we will discuss the jQuery effects me...
What are some must have Util classes so I don't have to reinvent the wheel everytime?
Just wanted to know that What are the important util classes or the functions I need to put in the util classes, that can optimise my code as well as save time.
Full Calendar Implementation
1- Place the JS files in js directory.
fullcalendar.min.js
jquery.min.js
moment.min.js
2- Place CSS files in CSS folder.
fullcalendar.css
fullcalendar.print.css
3- Paste the bellow javascript code i...
Difference Between Out and ref Keywords in C#
Ref
Out
1. Ref keyword is required to initialize a passing parameter first then passed it to ref.
1. Out keyword doesn't required to initialize a passing parameter before it is passed it to o...
What are some common mistakes to avoid when it comes to Project Management?
Please suggest some common mistakes to avoid during Project Management especially dealing with software development, web development, etc. Thanks in advance!
Code First Approach in .Net - Part 2
Hi Friends,
I have implemented the code first approach in my last blog if you miss it below is the link.
Code First Approach in .Net
There are some points i need to discuss while implementing code first approach.
If you run the code f...
10 Awesome High-Tech Gadgets for Teachers
If you are a teacher looking for the best high-tech gadgets so to make your life easier, or if you are someone trying to get a special present for a geek teacher, here are ten of the most awesome high-tech gadget in offer nowadays.
...
Cordova plugin to login with Google Sign-In on iOS
Hello Readers,
In today's post we will learn about Cordova plugin to login with Google Sign-In on iOS. This plugin allow users with Google Sign-In on iOS application and you will get the user's profile information such as ema...
Chapter 2 : CSS Color
CSS color values is used to set the two type background color, foreground (borde-color,text-color etc.) to define a color value we some color format. You can determine your color values in different formats. Below is lists all of possible formats...
Integrating Virtual Reality in Web App Development
Okay, let me just start by saying how cool it is that I can actually write this article. I mean, virtual reality is actually here! Considering they’ve been saying that it’s just around the corner for something like three...
All about Kraken PHP Framework
Kraken is revered as one of the only multi-threaded, multi-processed, fault-tolerant and one of the best PHP Framework. It is a new framework written to offer reliable and easy API for making distributed PHP applications. It aims to offer solutio...
Jquery Mouse Events
Event methods trigger or join a function to an event handler for the choosen elements. Mouse events attaches an event handler function to an HTML element. Here, below are some of the mouse events :-
.click() :- The function is ...
Override Portlet MVC Action Command in Liferay 7
Hello Programmers,
If you are looking to override a Portlet MVC Action Command then you are at correct place. I'm going to override LoginMVCActionCommand in this example. I'm writing the steps here. Before starting ...
HttpClient Class
HttpClient class is used to send the http request and receive http response by URL.
It is defined inside the System.Net.Http namespace.
HttpClient is instantiated once and re-used throughout the life of an application.
Properties:
I...
Bootstrap Grid System
Bootstrap grid system are used for creating page layout using series of rows and columns.
It allow maximum 12 columns across the page.
First class we use in grid system is .container. All rows and columns are placed inside container. Conta...
Pagination in CakePHP 3
Hello Reader's,
Today we will discuss the Pagination in CakePHP 3. Pagination is a very useful part of any application where you can manage multiple record in a single page with the help of Pagination. Pagination in CakePHP is provided by a ...
How to use Inflector in CakePHP3
Hello Reader's ,
Hope you are doing good today.
Today in my blog, I am going to explain about the inflector in CakePHP3.
inflector is a many utility classes which takes a string and can manipulate it to handle word variations.
Ex...
Adding Site Map in asp.net application and showing it in Tree View
Sitemap is used for navigation to different pages in Website. It contains a hierarchal structure of pages.
In this article, I shall show you how to create a sitemap and then show the sitemap in Treeview control in ASP.Net
To add a sitemap, ...
Manage new windows in GeckoFX webbrowser
Hi there.
I have been studying web automation for a while, using GeckoFX.
Now I have encountered a problem - I cannot found any information about how to control GeckoFX's Webbrowser in new windows. Opening popups is integrated in GeckoF...
Php mail function if statement
I want to use another if statement in below mail function with failure message.
so when mail will not sent it can display failure message on the screen
<?php
if(isset($_POST['submit'])){
$to = "Test@gmail.com"; // this...
Override Login JSP using Liferay OSGI module
Dear Programmers,
Liferay 7 has been modularized to a great extend, so the most of the JSPs you might want to override are no longer in Liferay's core. Being modularized, Liferay 7 comes with a modular approach to override the co...
Resizing Sprites in AS3
Can anyone help to know, How can I resize sprite in AS3 without scaling the child elements?
Application Developer Needed to Convert Delphi Pascal to C#
I have a windows application written in delphi pascal, that need to be converted to C# visual studio.
What common CMS do we have for .Net alike Django for Python and WordPress?
Hello,
I am a new in programming platform I knew PHP but had just started learning .NET, I was wondering, If Django is a goto for Python and WordPress for PHP, what common CMS do we have for .Net, if any?
Apache Felix Gogo in Liferay 7
Apache Felix Gogo helps to get the details of all modules installed in Liferay 7. It is very useful when overriding JSP or Actions.
Before overriding, you must know the bundle in Liferay's module framework and its version so that...
How to create a module using Liferay Plugin SDK in Liferay 7.0
Follow the following steps to create a module using Liferay Plugin SDK in Liferay 7.0.
1) Install Liferay IDE in your eclipse (if not yet installed). Follow this to install Liferay IDE.
2) Open eclipse and create a new Liferay Workspace Pro...
Drow Basic Lines Using Highchart
1- First of all place JS file in JS folder.
jquery-1.11.0.min.js
highcharts.js
exporting.js
2- ...
Title and Alt Attribute and it's Importance
Alt attribute is a tag which provides a description of the image you use in your website blog etc. The main propose of this attribute is that when sometimes some browser can't display image so if the image doesn't appear in the browser / ...
What are your Top three favorite Apps in terms of UX and UI?
Can you please suggest me three best Favourite app related to UI/UX designs. ( Like Color theme, Fonts, Iconography, Look & feel, Text spacing, Simple and elegant ).
jQuery CSS Classes
JQuery helps us to easily handle the CSS of the elements. jQuery provides several methods to handle CSS elements. These methods are :-
addClass() :- This allows to add one or more than one classes to the selected elements
...
Chapter 1 : CSS Introduction
Cascading Style Sheets, affectionately alluded to as CSS, is a straightforward plan dialect proposed to streamline the way toward making pages satisfactory.
CSS handles the look and feel part of a site. Utilizing CSS, you can control the shade...
An Overview to Accordin Using Metro UI
Hello readers, Today in my block we will discuss a plugin i.e Tabion that is used to create Tab Accordion inside a website using METRO UI.
Here, I have tried to create Accordion using Metro UI. I have applied animation to the tab-content div.
...
How to Show Store On google map Locator in PHP using mysql?
Hello Reader's ,
Hope you are doing good today.
Today in my blog, I am going to explain how you can show store on google map Locator using database record.
In this tutorial we are using database table for getting a lat long through googl...
Strings methods and properties in JavaScript
Hello Readers,
In today's post, we will discuss the String methods and properties in JavaScript. These methods and properties make easy to deal with strings.
Now let's have a look at methods and properties:
&n...
Jcrop image croping
1- Place JS and CSS files under head tag.
jquery.min.js
jquery.Jcrop.js
main.css
demos.css
jquery.Jcrop.css
2- Also copy and paste bellow piece of javascript code under head tag.
<script type="text/javascript"...
Top 5 SEO Friendly CMS a Web Developer Should Choose
What is CMS
CMS means Content Management System. It is a web application that provide capabilities for multiple users on different levels to manage content, information & data of a website, internet application. Content Man...