
Search In
It is important to know how to optimize your blog posts to make them more search engine. Read the key SEO writing tips for good blog posts.
The internet era has brought into existence many websites that serve for business and advertising pur
Typography is the main element in any design you create. Without proper typography, you can't get your hands on the appropriate design because it plays a huge role in letting people know what your design is about and what message you want to conv
In digital era, crowdfunding has emerged as a great medium for startups and early stage companies to raise funds by reaching out to masses. Crowdfunding means receiving donations from people who you believe will like, support the idea of yo
Access modifiers in java are used to control the access of other classes to access the class or method.
There are different type of access modifiers used
1.Public-It is the default access modifier it means that your class or method is visible to al
Hello Readers
In php we count the number of elements of an array by two ways:
1. sizeof()
2. count()
sizeof()
sizeof() function is an alias of count() and it is used to count the elements of an array.
Syntax of the function sizeof():
sizeof(a
Here is my Code:
import java.sql.*;
public class dbcon {
Connection con;
Statement st;
ResultSet rs;
dbcon() {
try {
Class.forName("net.ucanaccess.jdbc.UcanaccessDriver");
Connection con = DriverManager.getConnection("jdbc:ucanaccess:
Hello readers !
Today We will discuss about clearfix
If you have any floating div inside a container and want to clear the floats normally you may are using clear:both class because this is simplest and most common way to solve this. But it's a ver
鈥淚t is especially critical to change your filter during the cooling season,鈥?noted Jodsaas, 鈥渂ecause it is critical for air flow. A dirty filter can cause big problems, plus it lowers the efficiency and life expectancy of the system.鈥?www.raybanoutle
This tutorial help us in creating RSS Feed in cakephp framework. For more on RSS Feed see the link below:
"http://findnerd.com/account#url=/list/publish/What-is-RSS-Rich-Site-Summary-/2965/"
Let use take a table users in the database.
Step 1: We
To give border color to UIButton :-
1. Take UIButton as property .
2. Give corner radius and corner width to UIButton.
3. Now give border color to UIButton.
For Swift use :-
demoButton.backgroundColor = UIColor.clearColor()
demoButton.layer.cor
