Thứ Ba, 5 tháng 9, 2017

Waching daily Sep 5 2017

this is tidal wave from the Twitter they'e asked do you find a booking agent or do they find you

very quick answer because we've done a lot on booking agents but you can find

booking agents but again this comes down to very very simply a question another

question which is I'm facing the music industry people are always facing the

music industry if I want a booking agent well if you want a booking agent it all

comes down to proof if you can put on a show and you can get 500 people to your

show the booking agent will find you if you're approaching booking agents and

they're saying we're not interested is because they don't think that you're a

valuable option for it so there's gonna be a little bit in between where you're

like maybe we could get a booking agent and we can schmooze them but

don't forget in the music industry it's their job to try and find out this

stuff the music industry is watching at all times it's their job that is of

what's left of the music industry but they're not just sat waiting for

a for a phone call they don't want that they want to they want to hear about

bands on the grapevine and go that sounds quite good and then go down and

go fuck me this is this is really good this works but for me the question is

you're facing the music industry again with that question you are saying I want

to get a booking agent and I'm not ready because if you were completely

ready they would find you so it's like how can I jump to get a booking agent

because it's their job to find this stuff out if you want to find a

booking agent it's very very simple you need to be able to put on shows and get 200

plus people to your shows you need to video that show so you've got proof of

it and you just need to send it to a booking agent and go fucking check this

shit out you know so by which time they would have heard about it they would

have come to your show because that's their job to do that so for me

concentrate on getting the numbers to the gigs and the booking agents will

find you out so you're doing it you're already doing the work but just

you know it's the same thing with a label exactly the same you can say it

with everything does the label find you or do you find the label

I mean in 1995 you found the label because you had to send your CD in and

you lived in Swansea where I'm from and you have to send this because

they're not gonna find out by that nowadays of course they'll find out like

I talked to people in the industry all the time they live in their

car they're traveling up and down the motorways all the time going and seeing

gigs go and seeing bands hearing something going online checking

out going oh this could work going to a gig that's what they do

but if you point every time you point towards the music industry every

decision you make you'll make it with the music industry in mind

instead of the audience in mind and going back to the Taylor Swift thing at

least what she's doing is she's got the audience in mind instead of the music

industry in mind so you've got to face the audience you've got to look after

your audience and if you can find ways of getting people down to your

shows then it will grow it'll grow and the music industry will

come and find you as it always does

For more infomation >> DO YOU FIND A BOOKING AGENT OR DO THEY FIND YOU - Duration: 3:09.

-------------------------------------------

[HIGHLIGHT] 바닐라 어쿠스틱 (Vanilla Acoustic) - 너만 생각나 (Only You) (It's You OST Part 3) - Duration: 0:51.

what are you doing?

busy?

no

why?

would you like to go for a coffee?

shin hye?

[chuckle]

For more infomation >> [HIGHLIGHT] 바닐라 어쿠스틱 (Vanilla Acoustic) - 너만 생각나 (Only You) (It's You OST Part 3) - Duration: 0:51.

-------------------------------------------

hotel management system in c# - Duration: 20:21.

Hello everyone

welcome to my new channel

from today

i am going to start a new series

on

web development and today

i will show a project on hotel room

management system with

asp dot net c sharp

i am just using the

2015 of

of visual studio version 2015

okk

first of all

open your visual studio and

and go to file new project

o solution

and select asp.net web application

and then

and then rename your

web application name

and then select ok

and then you have a option

to select empty or webform

from this you can select webform

and then click ok

after the project has been open

go to the solution explorer

and then find out the site.master and open it

after opening the site.master

find out the

div

i mean the class navbar collapse collapse

and under this class

you have to edit the list item i mean the li

as there are more than one li

and you have to just edit the home and about section only

okk, after editing

this li

now take five new webform

five new webform

named as delhi tokyo rome

paris and beijing

which are the cities

in our hotel management system this five

webform

named them as delhi tokyo rome paris

and beijing

and

the default.aspx webform

named it as a home.aspx

now

now we have to design the home.aspx webform

to designing the home.aspx webform you have to write

some code i mean the html source code

which is

on my

which is on my description tag

you can collect this and paste on your

visual studio

i just do some

i just do some simple code

with html i have some trs

some tds and after doing the designing

after having the designing

the webform will be look like this

there are one search

box or text box

there is a one text box which is use as a search box

and a dropdown list

for selecting the rooms

and two calendars for checkin and checkout

on the dropdown list

control

there are

five values

one is select rooms which

value is minus one

second is one room

one bed which value is also one room one bed

third is one room two bed

fourth is two room one bed

fifth is two room two bed

okk, after doing this designing part

we have to go to the webform

which is the cities

which is one of the cities

okk, after going the

after go to the paris.aspx file

we have to design this webform

which code is also give in my

description link you can collect this

code and paste it

to your

source code in your source code

okk

in this code i have design the

paris.aspx file

where on the left side i have a

picture and on the center

i have the description of hotel

in paris and on the right side

the value of the hotel

i mean the hotel rate and there is a button control

for booking the hotel

okk

in the html source code i have

use the same thing

i have do the same thing

and i use three

images for the

hotel and give the description for three hotels and

there is a hotel rate also three hotel rate

and there is a three button three separate button

for booking the hotel

okk

and after designing the paris.aspx webform

we have to design the other four webforms as like

paris.aspx webform design

and it is just simple

we have design

and

after designing part of paris.aspx

delhi.aspx beijing.aspx tokyo.aspx

and rome.aspx

we have to go to the home.aspx

file

and

we have

we have a button control which name is

search and

and now we have to write a code

for this search button

which have a

click event name search button click event

which is

which is to redirect this page to

our hotels which

we have created named as paris delhi

rome beijing tokyo

okk

go to the home.aspx and

double click on the search button

and there is a

event

generated for you on the home.aspx

.cs file which name is search

underscore click and which have two parameters object sender

and event args e

on this

event

we have to write a code with if else

first we have write a code if

text city search dot text equal equal

delhi or text city search dot equal equal delhi

it means that

first delhi is uppercase and the second delhi

is lowercase

and then it will redirect

your home.aspx webform to delhi.aspx

and we have to do the same work for tokyo beijing

rome paris

and

at last there is else statement which will

redirect you if you don't choose

this cities

i mean the delhi tokyo beijing

rome paris

and it will be redirect you to the home

and it will be redirect you to the same page

after that

write a code for page load event

on this cs file

which is for the calendar check in calendar and checkout

calendar

which is by default to false

after doing all of this design we have to design the

design the login and register webform

for login and register as a user

which is already has been created

in our

project

to find the login and register webform

we have to go to the solution explorer and

find out the account folder

expanding the account folder we can find out

the login register webform

now we have to design the login webform

when you select our project as a webform the login

the login and register webform is

autometically created

we have to do nothing

for this login webform

we have to just add a hyperlink for this webform

which will redirect

to the register

register webform i mean the registration page

and on the login page

there is code for us

which is email and password

we have to do nothing for this page

and the source code for this page will

give in the description part

you can collect this from this description part

after editing the login page

after editing the login page we have to go the registration page

registration page which is register.aspx

and in this webform we have to edit this webform

this webform

where we have to add

some new

fields like confirm password phone

adress email name

and you can add more things you want

as you want and this code

and this code

html code for this webform

will be given in the description part you can

collect this and paste to this webform

and

in this webform we

also have to add

validators which is required field validator

for name email password confirm password

phone adress and for the email

field we have to

select the

text mode property as email

and for the password field we have to

select the text mode property to

to password

and

for confirm password

for the confirm password we have to use the compare

compare

validator to compare the

confirm password with password

so if it is matched then

it will be show the confirm password and password will matched

is matched and otherwise it will be show a

error to the user

one the paris.aspx webform we have to

take a button

we have already take button named as book now

on this button click button write a code

for redirecting to the login page

it means that when we click on the book now button

it means when we book some hotel

then it will redirect to us a login page

page

if we are already

already a registered user then we can login

then we can login or otherwise we can click

click on the hyperlink to registered as a new

user okk

we have to write the same code for

delhi.aspx

tokyo.aspx beijing.aspx and rome.aspx

on this four webforms

we have already take book now button

button control and we have to write the same code

for this book now button

controlclick event

we have complete all of task for designing

designing our project

now we have to make some

functionalities or features

for our project so

so

after doing this all of things we have to

design our database to make functional

or make some features for our project we have to

make a database on sql

server management studio i mean the mySQL

now

go to the

sql server management studio ssms and create a

database named as hotel management system

and you can

named the database as

hotel room management system or hms

hm system or anything you want and

after creating a database

we have to create four

tables for the database which we will

we will use on our project

by creating a connection string on web.config

which i wil show you on this

part

first of all create a table name

admin user table

which exist

the column

name email name password

password of a user which exist three columns

email name and password and email column

column is the primary key

of this table which is varchar

and name column which is also a varchar

and password which is also a varchar

and when we creating this

this table adminuser table we have to

check out the

not null property

and after creating the adminsuer table

we have to create now

a non admin user table

which have the following columns

name email name password phone

address and id

which have

six column and the email column

is the primary key of this table

which is varchar and the name password which is also

which is also a varchar

and the phone column type is integer

and address column type is varchar and id

which is unique for non admin user

which is also a varchar and which is a

auto increment property

after that

we have created another table third table

which name is city name table

which has two column

id and city name

and the id column is primary key

which is automatically increment property

which is automatically increment property

in this table

there are two column id and city name

type of id is integer not null

and the type of city name column is varchar

which is also a not null

after that at last we have to crate the last table

named hotel info which has

five columns name hms id it means that

hotel management system id hms id cities

checkin time checkout time and

rooms

okk

the hms id will be the primary key and

and the cities checkin checkout

rooms are the other columns in this table

and the cities column is

nvarchar and checkin is nvarchar

checkout is nvarchar and room is nvarchar and

and this five columns will be not null

we have to check out the not null property

okk

we have done the

creation of a database and we

we have also created four tables now we have to take

take the project on our

now

we have to take the database on our project

by using a connection string on our web.config file

now back to the visual studio

and go to the solution explorer and find out the web.config file

u can see it on the last

or on the bottom

of your solution explorer

open the web.config file and write a

write a connection string

there is must be a connection string for u

we have to write

another connection string for our

database

hotel management system

first of all

we have to add

our name which is dbconnection

which can be

hms connection or hotel management connection or anything

i just name the

connection as dbconnection and the connectionstring

and in the connection string part there is a

property is data source in this part

you have to write your server name which will

your server name of your

ssms of your sql server management studio

to find the server name

we have to go to the

sql server management studio and go to the object explorer

and right click on it

and click connect

there is server name and authentication

and the authentication will be by default windows authentication

and the server name will be your

desktop or computer name copy this name

copy this name and paste it in your data source field

field and

and then write the initial catelog

which is your

which is your database name hotel management system

and

and give a semicolon and after that write the

the integrated security to true which is always

by default to true after that write a

provider name which is system.data.sqlclient

okk thats it for your connection string and now

build your project you can see

see database on your project

now to build your project

on visual studio go to the visual studio and

click

press control shift and B

control shift and B

now the project

hotel room management system project will be build and

go to the server explorer on the left

of your

on the visual studio and

expand the

and expand the data connection

you will be see your database on your data connection

which named as dbconnection

onj this part we have just discussed the

designing part and how to create our

database for using on our

project on the next part we will

show the functionalities and features

to create for our project

Thank you

please like share

my video and subscribe to channel to

get more

videos

or to get the second part of this hotel management system Thank you

For more infomation >> hotel management system in c# - Duration: 20:21.

-------------------------------------------

MAKE IT COUNT! | PAPERPLANE | VLOG 05 - Duration: 4:56.

For more infomation >> MAKE IT COUNT! | PAPERPLANE | VLOG 05 - Duration: 4:56.

-------------------------------------------

Keeping kids safe on the school bus as they go back to school - Duration: 2:26.

For more infomation >> Keeping kids safe on the school bus as they go back to school - Duration: 2:26.

-------------------------------------------

Have You Ever Seen The Rain / Creedence Clearwater Revival 20170828 - Duration: 2:53.

For more infomation >> Have You Ever Seen The Rain / Creedence Clearwater Revival 20170828 - Duration: 2:53.

-------------------------------------------

Everyone is a Teacher.......Happy Teacher's Day.... - Duration: 2:31.

For more infomation >> Everyone is a Teacher.......Happy Teacher's Day.... - Duration: 2:31.

-------------------------------------------

Models Talk: Racism, Abuse And Feeling Old At 25 - Duration: 0:32.

For more infomation >> Models Talk: Racism, Abuse And Feeling Old At 25 - Duration: 0:32.

-------------------------------------------

Natural Selection Explained Using VideoScribe - Duration: 1:23.

Natural selection In nature all organisms compete with each

other to survive.

This applies to organisms of the same species as well as organisms from different species.

The concept of survival of the fittest derived from Darwin's work On The Origin Of Species.

In simple terms, there are slight variations in each organism and in any given environment,

some of these variants perform better.

A modern example of this is bacterial resistance to antibiotics.

This is Tim, he has a stomach ache caused by a bacterial infection

This bacteria cell is one of many causing Tim's infection

This particular cell divides a number of times It has a number of copies that have different

mutations to their cell walls.

These copies start having their dividing as well, carrying their particular mutation

Suddenly Tim takes some anti-biotics which begin to attack the cells.

As you can see, the black bacteria cells have been wiped out.

The blue and green cells are almost wiped but not completely.

The pink and the red cells took a hit but most managed to survive.

Over a period of time, the characteristics that allowed these cells to survive become

more dominant within the species.

Coupled with the cell wall mutation these cells carry, more chances of mutations are

possible increasing the variation of the bacteria

For more infomation >> Natural Selection Explained Using VideoScribe - Duration: 1:23.

-------------------------------------------

Lesson 2: 3 Ways To Use Present Continuous - Duration: 11:25.

hello everyone Here I am with lesson two in the grammar series to help you become

a more fluent English speaker my name's Nick I'm your English fluency coach I'm

here in Sydney Australia helping you become a confident English speaker

before we start don't forget to subscribe to my channel down here so you

can get more of these free video lessons and also you can get my free ebook how

to speak English with confidence in six fun steps six fun useful things that you

can do anytime anywhere at home on your own you don't really need a teacher with

this but these are ways that you can improve your speaking and you can start

to feel more fluent and more confident with your speaking your English speaking

so now we're talking about the present continuous tense so in the lesson one I

talked about the present simple the base tense and when we use that five ways we

can use that now we're talking about the continuous what is the continuous this

is when we put verb + ing in the sentence I'm staying at a friend's place

at the moment I'm staying I'm staying I am staying so verb ing is staying

we put ing after the base verb and this is called continuous or progressive

alright but let's talk about let's talk about three important and common ways

that we use this tense there's quite different to present simple let's go we

use present continuous when we talk about something that is temporary

temporary what do I mean by temporary so this is when you have an arrangement you

have something that you're doing and it's just for a short time it's not

forever it's for a short time maybe one week maybe three months maybe one year

it doesn't matter but it's it's not forever

so we use the present continuous for something that is temporary for example

as I said before I am staying at my friend's place at the moment we often

put at the moment at the end to signify or indicate that it's just temporary

it's just temporary it's not forever so let's look at the structure I'm staying

I am contracted I'm I'm staying at my friend's place so with the present

continuous we have the subject let's have a look at it here we have the

subject we have the to be verb it's very important in this tense we use the to be

verb so the to be verb can be is he is it can be am I am it can be ah you are

right so you have to decide depending on the subject which one to use so in this

case it i am i'm i'm and then verb ing staying always verb ing and then of

course you can have an object another noun or thing afterwards so I'm staying

at my friend's place at the moment we often put the time phrase at the end at

the moment or now or this week this month now the important part to practice

is the other forms the negative form can you make the negative for this so

positive I'm staying at my friend's place

negative yeah I'm not I am not staying at my friend's place how about the third

person well let's let's start with you you are staying at your friend's place

negative you are not or you aren't you aren't staying at your friend's place

and the third person he is staying in his friends place or he's staying at his

friend's place negative he isn't that's right he isn't

staying at his friend's place he is not isn't he's not isn't all right let's

make a question a yes/no question I'm staying at my friend's place but you

want to ask me about this maybe you you don't know and you want to ask so let's

start with the yes/no you remember the yes/no question is a simple direct

question and it begins with the auxiliary verb so in present continuous

it's not do you staying it's are you are you are you staying at

your friend's place and the answer yes I am remember we usually we have to repeat

the auxiliary verb in the answer yes I am or no I'm not yes you are no you're

not or yes he is no he isn't what she isn't she is and

the other important question open question so you can have more

conversation let's make an open question we want to know the place I'm staying so

if you want to know the place what can you ask me where where are you staying

at the moment where are you staying how about the person maybe you want to

know the person I'm staying with who who are you staying we have to say with who

are you staying with okay so of course we can say when and what but it's not

appropriate in this situation isn't okay so that's that's

number one that's one way that we very common way we use the present continuous

to talk about some temporary arrangement or something that's happening now for a

short time let's go to number two we also of course use the present

continuous for the very basic obvious one which is something that is happening

right now but it's continuing it's continuing right now for example oh look

she's she's running across the road she's running across the road she is

she's running across the road so it's happening now

you don't say she runs across the road she runs across the road every day every

week she runs in the park every week this is her habit so check out my video

on present simple when I talk about habits using the prison simple but if

it's happening now she's running she's running across the road alright so I

won't make you do the negative and question but think about the negative

and think about the two questions you can write them down for practice always

think about the bet the positive the negative and the two questions and if

you have these this is a good basis for your English grammar okay and the other

situation number three I want to talk about is the future so we can actually

use the present continuous for the future some people don't know this they

don't realize this when you talk about something that is happening in the near

future it's not too far in the future it's it's quite close to now and it's

usually your personal arrangements when you talk with your friends about your

your plans for the week or the weekend or your holidays we use the present

continuous for example I'm having lunch with my friend tomorrow

I'm having lunch with my friend tomorrow so this is very common

we don't usually say I'm going to have lunch with my friend tomorrow you can

use going to for a plan that you have but it's more common to say I'm having

lunch when it's personal with your friends I'm having lunch with my friend

tomorrow and we don't say I will have lunch that's you know that's a different

situation we're going to look at that in another video so I'm having lunch with

my friend tomorrow or she's meeting her friend for lunch she is she's meeting

her friend for lunch I'm seeing a movie tonight with my friend my brother and I

are catching up on the weekend what are you doing tomorrow would you like to

have a coffee what are you doing tomorrow this is a very common question

in social English what are you doing on the weekend I'm catching up with some

friends sorry I'm busy I'm catching up with some friends okay so there you have

three of the most common ways to use present continuous in English practice

practice and don't forget to subscribe to my channel to get more free videos

and join the real English speaker community go to my website real English

speaker comm I have free lessons on their free audio lessons you can listen

to dialogues and stories you can practice your English listening you can

learn common phrases for everyday English like talking about the weekend

going shopping and so on and you can also practice your speaking so check it

out you can also sign up to my newsletter and once a week I will

you some information from real English speaker some free lessons some fun ways

to practice so join us at real English speaker and I'll see you in the next

video lesson bye

Không có nhận xét nào:

Đăng nhận xét