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

Search In

How to make a Round UIView with selected Daimeter programatically in iOS

Create UIView as UIView *myroundView; or watever name suits u... Allocate it itz memory as well as its frame & its diameter as- myroundView = [[UIView alloc]initWithFrame:CGRectMake(40, 18, 15, 15)]; [self setRoundedView:myroundView toDiamete

Change the datatype of a column in SQL Server

Hello Reader!If you wish to add, delete or modify columns in an existing table you can do this with the help of ALTER command. The syntax to change or we can say to modify a column in an existing table in SQL server is: ALTER TABLE table-name ALTER

Validation in CakePHP

Validation in cakePHP is on the client side and on the server side. Client side validation is on the js file that is in the webroot folder. Server side validation is on the model which we are using. Client side validation is important as it do not

Percent to Toal in SQL

To display percent to total in SQL, we want to leverage the ideas we used for rank/running total plus subquery.   Different from what we saw in the SQL Subquery section, here we want to use the subquery as part of the SELECT.   Name

Materialize UI

A modern responsive UI component  library made with CSS, JavaScript, and HTML is known as Materialize UI. This reusable UI component helps in developing attractive, predictable, and functional site pages and web applications while clinging to pr

Smart Watches and Wearable Technology Products: What's the Big Deal?

  It seems like everyone is wearing some sort of fitness tracker or smart watch these days. Sitting in a meeting or at a restaurant, you'll see people look at their watches like they're busy to get somewhere else, when in re

How to create simple drop down navigation menu using css3

Hello readers ! This blog is about how to make a simple drop down navigation menu. First of all you need an unorder listing(ul-li) in html page as I have taken in example below. After this we come on css. Here we define all classes with their att

How To Create Your WordPress Theme Responsive?

It is incredibly important to have a responsive website.. You need to read this post if you are generally running a static theme and also desire to make it responsive. It will be easier to do so than customizing as well as already taking responsive t

Typography for Responsive Design or RWD Typography

Typography for Responsive Design or RWD Typography Hello Friends, As we all know that, Responsive Design is a very popular technique and most using concept in web design. A responsive design giving us a flexible layout by adju

Binary Search using Java

Binary search is an efficient linear search algorithm which is also known as half-interval search or logarithmic search. In this algorithm we try to find the target value inside the linear structure. The range should be sorted in order to apply binar

1 8 120
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: