
Search In
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
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 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
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
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
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
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
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
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 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