
Search In
In Django framework first we create the project and follow these step shown below:
Step1- First we create a project in your Django. If you are not able to create a project then use this link. This link helps to create a project in Django framework.
Hi Readers,
This blog will display the collection view content in Right To Left language such as Hebrew/ Arabic. Generally, you will see the collection view as displayed in the below screenshot.
To set UICollectionView right align first make a pr
Hello, readers In today's blog , I have tried to create website logo i.e of “FINDNERD” by simply using CSS properties over it.
As looking over the logo first we need to create four circles and setting their position to absolute. For
Hi, iPhone developers today we will see how to fetch records lying between 2 dates in iOS i.e basically applying date filters on records of data. The first thing we have to take care is the "format" of records we have in our database.
In Ca
Welcome to Findnerd. Today we are going to discuss the concept of multiplexing in networking. Please have a look.
Multiplexing
Multiplexing is nothing but a process or a way to transmit the two or more signals over a communication channel at the sa
Welcome to FindNerd.
Today our discussion is based on cakePHP request cycle. In our previous blog We have described the different layers in CakePHP. Click here to check this blog. After checking that blog you will get the clear idea of layers
Css3 has added a new feature shadow to give shadow of elements. It supports two types of shadow:
Text Shadow
Box Shadow
Text Shadow:
You can use text shadow property to give text shadow effect. text-shadow property is used to give shadow effect
Hi Readers,
This blog includes the concept of NSUserDefault which is used to store a small amount of data in it. Now the question arises if we already have SQLite database to store data then why do we need NSUserDefault?
The answer is other approac
Hi Readers,
In this blog, we will discuss how to save data entered by a user in SQLite database. Before proceeding towards the saving of data into the database you should know how to create a database and tables inside SQLite database.
Here we
