Difference between revisions of "PHP-and-MySQL/C3/MySQL-Part-3/English-timed"

From Script | Spoken-Tutorial
Jump to: navigation, search
(Created page with '{| border=1 || '''Time''' || '''Narration''' |- ||0:00 || ''' 'મોઝીલા ફાયરફોક્સ''' માં '' 'બુકમાર્ક્સ અને પ્ર…')
 
 
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
{| border=1
 
{| border=1
|| '''Time'''
+
|'''Time'''
|| '''Narration'''
+
|'''Narration'''
 
+
|- 
 +
|00:00
 +
|Hi, welcome back. In this tutorial you will write some data into a database.
 
|-
 
|-
||0:00
+
|00:07
|| ''' 'મોઝીલા ફાયરફોક્સ''' માં '' 'બુકમાર્ક્સ અને પ્રિન્ટિંગ ગોઠવણી'' પરના આ સ્પોકન ટ્યુટોરિયલ મા તમારું સ્વાગત છે.
+
|To do this we will use "mysql query" function.
 
+
 
|-
 
|-
||0:07
+
|00:12
|| આ ટ્યુટોરીયલમાં, આપણે બુકમાર્ક્સ વિશે જાણીશું.
+
|Now you can see here that we have our... '''records'''.  
 
+
 
|-
 
|-
||0:11
+
|00:16
|| આપણે એ પણ શીખીશું, કે કેવી રીતે: બુકમાર્ક્સ ગોઠવવું, ફાયરફોક્સ પૃષ્ઠ સુયોજિત કરવું, પ્રિવ્યુ અને પ્રિન્ટ કરવું.
+
|I am redoing this tutorial because the first time I did it, it did not work.  
 
+
 
|-
 
|-
||0:18
+
|00:22
|| અહીં આપણે ઉબુન્ટુ 10.04 પર ફાયરફોક્સ 7.0 નો ઉપયોગ કરી રહ્યા છીએ.
+
|So first of all, I will just delete this data here.
 
+
 
|-
 
|-
||0:26
+
|00:29
|| ચાલો એક Firefox બ્રાઉઝર ખોલીએ.
+
|Well... ok... So we have a blank table, we have no data in our table whatsoever at the moment.
 
+
 
|-
 
|-
||0:29
+
|00:37
||મૂળભૂત રીતે yahoo હોમ પેજ ખુલે છે.
+
|we can see that there is nothing in here.
 
+
 
|-
 
|-
||0:32
+
|00:40
|| બુકમાર્ક્સ તમે જે પૃષ્ઠો વારંવાર ઉપયોગમાં લો છે તેને નેવિગેટ કરવા માટે મદદ કરે છે .
+
|There are just our '''field''' names here.
 
+
 
|-
 
|-
|| 0:37
+
|00:43
||આપણે પહેલાંના ટ્યુટોરીયલ માં બુકમાર્ક્સ વિશે થોડુંક શીખ્યા હતા.
+
|To begin with, in here, let's just comment this.
 
+
 
|-
 
|-
|| 0:42
+
|00:47
||આપણે ત્યાં '''gmail ''' માટે બુકમાર્ક ઉમેર્યું હતું.
+
|So, "write some data". Then we will set up a '''query''' that will write data.
 
+
 
|-
 
|-
|| 0:46
+
|00:52
|| ચાલો '' 'gmail''' હોમ પેજ ખોલવા માટે આ પર ક્લિક કરીએ.
+
|So... "$write" and we will use "mysql-query()" function.
 
+
 
|-
 
|-
|| 0:50
+
|00:57
|| તમે'' 'Gmail હોમ પેજ''' ઉપર નિર્દેશિત કરવામાં આવ્યા છે.
+
|And this takes exactly 1 parameter which is our '''sql query'''.
 
+
 
|-
 
|-
|| 0:53
+
|01:02
|| શું તમે'' 'Address''' બારમાં'' 'gmail''' અડ્રેસ ની જમણી બાજુ પર પીળા સ્ટાર ની નોંધ લો છો?
+
|To do this, we will type "INSERT" to insert data.
 
+
 
|-
 
|-
|| 0:59
+
|01:06
|| આ સૂચવે છે કે આ સાઇટ બુકમાર્ક થઇ છે.
+
|We are going to say "INSERT INTO".
 
+
 
|-
 
|-
|| 1:03
+
|01:09
|| તમે બુકમાર્ક નું નામ બદલવા અને તેને અલગ ફોલ્ડરમાં સંગ્રહિત કરવા માટે પણ સ્ટાર નો ઉપયોગ કરી શકો છો.
+
|Now the reason I've typed this in capitals is because it's '''sql code'''.
 
+
 
|-
 
|-
|| 1:09
+
|01:14
|| ચાલો '' 'gmail''' નું નામ '''mygmailpage ''' તરીકે બદલીએ અને  '''MyNewBookmarks''' નામના ફોલ્ડરમાં સંગ્રહીએ.
+
|If I type anything in uppercase it means it is '''sql code'''.
 
+
 
|-
 
|-
|| 1:18
+
|01:19
|| આ'' 'Address''' બાર માં, પીળા સ્ટાર પર ક્લિક કરો.
+
|If I type anything in lowercase it means its either a table name, database name or it is data that I'm writing to the database.
 
+
|-
 +
|01:28
 +
|So, "INSERT INTO people" because that is our table name here.
 
|-
 
|-
|| 1:22
+
|01:33
|| '''Edit This Bookmark''' સંવાદ બોક્સ દેખાય છે.
+
| "INSERT INTO people" and then "VALUES" and then in brackets we will create a little area  for each value.
 
+
 
|-
 
|-
|| 1:25
+
|01:42
|| આ'' 'Name''' ફિલ્ડમાં,'''' 'mygmailpage' દાખલ કરો.
+
|So, we got 1,2,3,4,5.
 
+
 
|-
 
|-
|| 1:29
+
|01:46
|| આ'' 'Folder''' ડ્રોપ ડાઉન પર ક્લિક કરો અને  '''Choose''' પસંદ કરો.
+
|There are 5 '''fields''', so we need exactly 5 pieces of database written here.
 
+
 
|-
 
|-
|| 1:34
+
|01:53
|| *'' 'Bookmarks''' મેનુ પસંદ કરો અને'' 'New''''' 'Folder''' પર ક્લિક કરો.
+
|We need the id, firstname, lastname, all the way down to gender.
 
+
 
|-
 
|-
|| 1:39
+
|01:58
|| * '''New Folder''' બનાવવામાં આવે છે.
+
|These are created in or created using single quotes each separated by coma.
 
+
|-
 +
|02:07
 +
|The reason we don't use double quotes is because we've got these at the end or rather start and end over here.
 
|-
 
|-
|| 1:41
+
|02:15
|| * આ ફોલ્ડર'' 'MyBookmarks''' નામ દ્વારા બદલો.
+
|We don't need to insert our '''id'''  here.
 
+
 
|-
 
|-
|| 1:45
+
|02:18
|| '''Tags''' માં '''email''' ટાઇપ કરો.
+
|Our next one is firstname - so I'll say "Alex".
 
+
 
|-
 
|-
|| 1:49
+
|02:22
|| * ટૅગ્સ બુકમાર્ક્સ વર્ગીકૃત કરવામાં આપણી મદદ કરે છે.
+
|My lastname I'll say is "Garrett".
 
+
 
|-
 
|-
|| 1:52
+
|02:25
||* તમે બુકમાર્ક સાથે સંખ્યાબંધ ટૅગ્સ સાંકળી શકો છો.
+
|For my date of birth, I'll create a date function which equals to a variable "$date"
 
+
 
|-
 
|-
|| 1:55
+
|02:31
||* ઉદાહરણ તરીકે, જ્યારે તમે એક શોપિંગ સાઇટ બુકમાર્ક કરો છો,
+
|I'll put this in the particular structure.
 
+
 
|-
 
|-
|| 1:58
+
|02:35
||* તમે તેને શબ્દો, ભેટ, પુસ્તકો, અથવા રમકડાં સાથે ટૅગ કરી શકો છો.
+
|We can see from our database over here that when we go to insert a value, we can scroll down and see that our calender function has dates on it.
 
+
 
|-
 
|-
|| 2:03
+
|02:44
|| '''Done''' ઉપર ક્લિક કરો.
+
|So, on clicking 23rd, we can see the structure this field takes.
 
+
|-
 +
|02:50
 +
|It's the year in long format.
 
|-
 
|-
|| 2:06
+
|02:52
|| * વૈકલ્પિક રીતે, તમે '''CTRL '' અને '''D ''' કીઓ પણ દબાવી શકો છો
+
|Next is the month and then the day.
 
+
 
|-
 
|-
|| 2:09
+
|02:55
|| * પૃષ્ઠ બુકમાર્ક કરવા માટે.
+
|So 2009 02 23 which is 23rd of the 2nd, 2009.
 
+
 
|-
 
|-
|| 2:12
+
|03:02
|| '''Menu''' બારમાંથી, '''Bookmarks''' પર ક્લિક કરો.
+
|So, what we can do here is, we can structure our '''date''' function in capital 'Y''m' and then 'd' using hyphen in between to get the structure we need.
 
+
 
|-
 
|-
|| 2:16
+
|03:13
|| '''MyBookMarks ''' ફોલ્ડર '''Bookmarks ''' મેનુમાં પ્રદર્શિત થાય છે.
+
|So, this will be structured like that.
 
+
|-
 +
|03:16
 +
|This will equal to this and that will be the current date.
 
|-
 
|-
|| 2:20
+
|03:20
|| ફોલ્ડર પર કર્સર મૂકો.
+
|Using the '''$date''' and presuming that is in the structure of our date, we can insert it into our table here.
 
+
 
|-
 
|-
||2:23
+
|03:28
||આ'' 'mygmailpage''' બુકમાર્ક ત્યાં સંગ્રહાય છે.
+
|The last one is '''gender''' and since I'm a male, I'm putting in "M" for male.
 
+
 
|-
 
|-
|| 2:27
+
|03:34
|| હવે,'' 'Address'''બાર માં , ટૅગ,'' 'ઇમેઇલ''' ટાઇપ કરો.
+
|Presuming that will work, we can '''run''' this.
 
+
 
|-
 
|-
|| 2:31
+
|03:37
|| નોંધ લો કે સાઇટ'''mygmailpage ''' આ યાદીમાં પ્રથમ વિકલ્પ તરીકે દર્શાવવામાં આવેલ છે.
+
|But before that, we could say '''or die''' at the end followed by  "mysql_error".
 
+
 
|-
 
|-
|| 2:38
+
|03:44
|| તો, આપણે બુકમાર્ક નું નામ બદલ્યું, તેને અન્ય ફોલ્ડરમાં સંગ્રહ કર્યું અને ટેગની મદદથી સ્થિત કર્યું!
+
|I will skip that for now but feel free to add them if you like.
 
+
 
|-
 
|-
|| 2:45
+
|03:50
|| હવે, ચાલો ''''www''' dot '''google''' dot '''com''' વેબસાઇટબુકમાર્ક કરીએ .
+
|Ok, so refreshing our page.  
 
+
 
|-
 
|-
|| 2:53
+
|03:53
|| * અડ્રેસ બારમાં અડ્રેસ પસંદ કરો અને રદ કરો.
+
|What you see is from the last tutorial.  
 
+
|-
 +
|03:57
 +
|ummmm..... Let's comment this out.
 
|-
 
|-
|| 2:56
+
|03:59
||* હવે  ટાઇપ કરો ''' www''' dot '''google''' dot '''com'''
+
|Let's ignore this.
 
+
 
|-
 
|-
|| 3:01
+
|04:01
||* '''Enter''' ડબાઓ .
+
|This will completely ignore this part of tutorial.
 
+
 
|-
 
|-
|| 3:03
+
|04:08
||હવે *,'''Address ''' બારના જમણા ખૂણામાં, '''સ્ટાર''' પર ક્લિક કરો.
+
|Ok - so back to the code that I am currently showing and let's '''refresh'''.
 
+
 
|-
 
|-
|| 3:08
+
|04:14
|| google વેબસાઇટ બુકમાર્ક થઇ છે.
+
| I've refreshed it twice. So, accordingly 2 '''records''' have been put in.
 
+
 
|-
 
|-
|| 3:12
+
|04:24
|| * એ જ રીતે, ચાલો ચાર વધુ સાઇટ્સ બુકમાર્ક કરીએ '''Spoken Tutorial''', '''Yahoo''','''Firefox''' '''Add-ons''' અને '''Ubuntu '''.
+
|But by going back to browse and scrolling down we can see, let's delete 1 of these, we can see the data 1 just specified, has been put into the database.
 
+
 
|-
 
|-
|| 3:36
+
|04:35
|| નોંધ લો કે આપણે આ બુકમાર્ક્સ ફોલ્ડરમાં સંગ્રહ્યા નથી.
+
|In fact, what I have done is I have put my date of birth as the current date which I didn't mean to do.
 
+
 
|-
 
|-
|| 3:40
+
|04:43
|| અને આપણે બનાવેલ બુકમાર્ક કેવી રીતે રદ કરવું?
+
|I don't want my date of birth as the current date because I was not born today.
 
+
 
|-
 
|-
|| 3:44
+
|04:48
|| તમે '''Edit This Bookmark ''' સંવાદ બોક્સમાં '''Remove bookmark ''' બટન ચોક્કસ પહેલાથી જ નોધ્યું હશે.
+
|My '''firstname''' is ok.  My '''lastname''' is ok.  My '''gender''' is fine.
 
+
 
|-
 
|-
|| 3:50
+
|04:53
|| ચાલો '''www.google.com''' બુકમાર્ક રદ કરીએ.
+
|We can see that my '''id''' is 6 at the moment and the next time we insert a record this would go up to 7 and then again to 8.
 
+
|-
 +
|05:02
 +
|You should know that by now.Next what I'll show you is how to change my date of birth because I have made a mistake.
 
|-
 
|-
|| 3:55
+
|05:09
|| '''Address ''' બારમાં,  www.google.com ટાઇપ કરો. પીળા સ્ટાર પર ક્લિક કરો.
+
|So, first I will '''comment''' these 2 lines so we don't have to re-run this.
 
+
 
|-
 
|-
|| 4:03
+
|05:15
|| '''Edit This Bookmark''' સંવાદ બોક્સમાંથી, '''Remove Bookmark ''' બટન પર ક્લિક કરો.
+
|And I'll create a new variable.  We will just comment this as "update data".
 
+
 
|-
 
|-
|| 4:09
+
|05:20
||  * ''Menu ''' બારમાંથી , '''Bookmarks and MyBookmarks''' પર ક્લિક કરો.
+
|Current variable called "$update" and that's equal to "mysql_query()" function.
 
+
 
|-
 
|-
|| 4:14
+
|05:26
|| * '''google ''' બુકમાર્ક હવે '''Bookmark ''' મેનુમાં દ્રશ્યમાન નથી.
+
|And inside the '''parameter''' that we are calling is '''mysql query code''' itself.
 
+
 
|-
 
|-
|| 4:19
+
|05:32
||તમે તમારા બનાવેલ બુકમાર્ક્સ કેવી રીતે એક્સેસ કરી શકો?
+
|And here you  will type "UPDATE" and we are going to say the table name which is "people".
 
+
 
+
 
|-
 
|-
|| 4:23
+
|05:38
||તમે બુકમાર્ક્સ ઘણી રીતે ઍક્સેસ કરી શકો છો .
+
|Then we will say "SET" and we need to pick a particular '''field''' in which to set.
 
+
 
|-
 
|-
|| 4:26
+
|05:43
|| તમે બુકમાર્ક કરેલ સાઇટ ઍક્સેસ કરવા માટેનો સૌથી સહેલો રસ્તો એ છે કે, '''Address bar''' માં નામ ટાઇપ કરો .
+
|This happens to be the "d o b" and that's equal to my actual date of birth which is 1989, the year I was born in and the month is November and the day I was born is 16th.
 
+
 
|-
 
|-
|| 4:33
+
|05:57
||'''Address bar''' પર ક્લિક કરો, પ્રદર્શિત થયેલ અડ્રેસ પસંદ કરો અને તેને રદ કરો .
+
|By running this '''command''' what we are actually doing is we are updating everyone's date of birth in this table to this.
 
+
|-
 +
|06:05
 +
|That's because we've not specified where we want to update this.
 
|-
 
|-
|| 4:39
+
|06:10
|| હવે,''' Address bar''' માં, અક્ષર '''G''' ટાઇપ કરો .
+
|But we can do is after this we can say "WHERE id=6" because my unique id is 6.
 
+
 
|-
 
|-
|| 4:43
+
|06:18
||* નોંધ લો કે G સાથે શરૂ થનાર વેબસાઇટ્સ ની યાદી પ્રદર્શિત થાય છે.
+
|Let's have a look here.
 
+
 
|-
 
|-
|| 4:49
+
|06:23
||* આ એ સાઇટો પણ છે જે તમે બુકમાર્ક, ટેગ, અને જોઈ હતી.
+
|Otherwise it will update everyone else's.
 
+
 
|-
 
|-
|| 4:55
+
|06:26
|| તમે '''Library''' વિંડોમાં તમારા બુકમાર્ક્સ જોઈ અને વ્યવસ્થિત પણ કરી શકો છો .
+
|Remember I said the '''id''' is unique. It's better to say update my '''id'''.  
 
+
 
|-
 
|-
|| 5:00
+
|06:32
|| '''Menu '''બાર માંથી, '''Bookmarks''' પર ક્લિક કરો અને '''Show''' '''All''' '''Bookmarks''' પસંદ કરો.
+
|What I could do instead is, say, "WHERE firstname equals 'Alex' ".  However this will update every '''record''' that has '''firstname''' "Alex".
 
+
 
|-
 
|-
|| 5:06
+
|06:41
|| '''Library''' વિન્ડો ખૂલે છે.
+
|But we can also say "AND lastname equals Garrett".
 
+
 
|-
 
|-
|| 5:09
+
|06:46 
|| મૂળભૂત રીતે બધા બુકમાર્ક્સ જે તમે બનાવેલ છે તે આ '''Unsorted''' '''Bookmarks''' ફોલ્ડરમાં સંગ્રહ કરવામાં આવે છે.
+
|However, if we will have two people in the database with the same firstname and lastname, we are still running the same risk as before.
 
+
 
|-
 
|-
|| 5:16
+
|06:54
|| નોંધ લો કે  '''Yahoo''', '''Spoken Tutorial''', '''Ubuntu ''' અને  '''FireFox Add-ons ''' બુકમાર્ક્સ અંહિ યાદી થયેલ છે.
+
|So, it's better to use our "unique" and that's the key word "unique id" which for me is 6.
 
+
 
|-
 
|-
|| 5:24
+
|07:00
|| ધારો કે આપણે '''Bookmarks ''' મેનુમાં '''Yahoo India ''' બુકમાર્ક ઉમેરવા માંગીએ છીએ.
+
|So at the moment, you can see that my date of birth is set to 2009 which is the current date.
 
+
 
|-
 
|-
|| 5:29
+
|07:06
|| * પ્રથમ, ચાલો '''Library ''' વિન્ડોને સ્ક્રીનની મધ્યમાં ખસેડીએ.
+
|But, by refreshing this page nothing's happened because we are just running a '''command'''.
 
+
 
|-
 
|-
|| 5:34
+
|07:11
||* હવે, આપણે '''મેનુ '''બાર અને વિકલ્પો સ્પષ્ટ રીતે જોઈ શકીએ છીએ.
+
|Now, if we click on '''Browse''' to '''refresh''' and we scroll down, we can see that it has changed to what we specified and everything else has been left intact.
 
+
 
|-
 
|-
|| 5:39
+
|07:21
|| આ ''Unsorted''' '''Bookmarks ''' ફોલ્ડરમાંથી '''Yahoo ''' બુકમાર્ક્સ પસંદ કરો.
+
|So, if you need to update data in your database or anything like that, you can specify what data you want to update.
 
+
 
|-
 
|-
|| 5:43
+
|07:29
|| * ડાબું માઉસ બટન દબાવો, અને'' 'બુકમાર્ક્સ''' મેનુ માટે બુકમાર્ક ખેંચો.
+
|I used "dob" and that equals to the date of birth that was necessary.
 
+
|-
 +
|07:34
 +
|I could have updated my '''lastname'''.
 
|-
 
|-
|| 5:49
+
|07:36
||* ખાતરી કરો કે કર્સર  '''Bookmarks ''' મેનુ પર છે.
+
|You also need to specify where you want this to be updated.
 
+
 
|-
 
|-
|| 5:53
+
|07:40
|| '''Bookmark '''' મેનુ વિસ્તરે છે.
+
|So, I said this '''record''' which is this long line here.
 
+
 
|-
 
|-
|| 5:56
+
|07:46
|| મેનુ પર માઉસ પોઇન્ટર મૂકો અને ડાબું માઉસ બટન છોડો.
+
|These are called '''records''' and I specified "WHERE" the '''id''' was equal to 6 and that has updated my unique record.
 
+
 
|-
 
|-
|| 6:01
+
|07:56
|| હવે '''Bookmark menu''' પર ક્લિક કરો.
+
|So that's what you have learnt - how to insert values and also how to update some values if you get it wrong like I did or if you just want to update some data which happens most of the time when your doing your databases.
 
+
 
|-
 
|-
|| 6:04
+
|08:10
||'''Yahoo ''' બુકમાર્ક હવે '''Bookmark ''' મેનુ પર દેખાય છે.
+
|Ok - so join me in the next part to find out how to start reading from your database and display the data to the user.
 
+
 
|-
 
|-
|| 6:08
+
|08:17
|| '''Library ''' વિન્ડોમાંથી બુકમાર્ક ખોલવા માટે, ફક્ત તેના પર બે વાર ક્લિક કરો.
+
|See you soonThis is Juanita Jayakar, dubbing for the Spoken Tutorial Project.
 
+
|-
+
|| 6:15
+
|| હવે, ચાલો '''Library ''' વિંડો બંધ કરીએ.
+
 
+
|-
+
|| 6:19
+
|| ફાયરફોક્સ તમને બુકમાર્ક્સને સૉર્ટ કરવા માટેની પરવાનગી પણ આપે છે.
+
 
+
|-
+
|| 6:23
+
|| ચાલો બુકમાર્ક્સને નામ દ્વારા સૉર્ટ કરીએ .
+
 
+
|-
+
|| 6:26
+
|| '''મેનુ'' બારમાંથી ,'''View'' પર ક્લિક કરો,'''Sidebar''' પસંદ કરો અને પછી '''Bookmarks''' પર ક્લિક કરો.
+
 
+
|-
+
|| 6:32
+
|| '''Bookmarks''' સાઇડબાર ડાબી પેનલમાં ખુલે છે.
+
 
+
|-
+
|| 6:37
+
|| ચાલો '''Google.com''' ફરી બુકમાર્ક કરીએ .
+
 
+
|-
+
|| 6:42
+
|| '''Bookmarks ''' સાઇડબારમાંથી , '''Unsorted Bookmarks ''' ફોલ્ડર પસંદ કરો અને તેના પર જમણું ક્લિક કરો.
+
 
+
|-
+
|| 6:48
+
|| '''Sort By Name''' પસંદ કરો .
+
 
+
|-
+
|| 6:51
+
|| બુકમાર્ક્સ નામ દ્વારા સૉર્ટ થયા છે.
+
 
+
|-
+
|| 6:54
+
|| તમે બુકમાર્ક્સ ફરીથી જાતે ગોઠવી પણ શકો છો.
+
 
+
|-
+
|| 6:57
+
|| '''Bookmarks''' સાઇડબારમાંથી,'''Bookmarks Menu ''' ફોલ્ડર પર ક્લિક કરી ખોલો.
+
 
+
|-
+
|| 7:03
+
|| આગળ, '''Unsorted Bookmarks ''' ફોલ્ડર પર ક્લિક કરી ખોલો.
+
 
+
|-
+
|| 7:08
+
|| '''Spoken Tutorial ''' બુકમાર્ક ઉપર માઉસ ખસેડો
+
 
+
|-
+
|| 7:12
+
|| હવે, ડાબું માઉસ બટન દબાવો અને '''Bookmarks''' '''Sidebar''' અંદર '''Ubuntu and Free Software''' ફોલ્ડર સુધી સુધી બુકમાર્ક ખેંચો.
+
 
+
|-
+
|| 7:22
+
|| માઉસ બટન છોડો.
+
 
+
|-
+
|| 7:25
+
|| બુકમાર્ક '''Ubuntu and Free Software''' ફોલ્ડરમાં ખસેડવામાં આવે છે.
+
 
+
|-
+
|| 7:30
+
|| '''Bookmarks Sidebar ''' તમે જે ફેરફારો કરો છો તે '''Bookmarks ''' મેનુ માં પણ પ્રતિબિંબિત થાય છે.
+
 
+
|-
+
|| 7:35
+
|| તમે બુકમાર્ક્સ આપોઆપ પણ સૉર્ટ કરી શકો છો.
+
 
+
|-
+
|| 7:39
+
|| '''મેનુ '''બાર માંથી, '''Bookmarks ''' ઉપર ક્લિક કરો અને '''Show all bookmarks''' પસંદ કરો.
+
 
+
|-
+
|| 7:45
+
|| '''Library ''' વિન્ડો જે દેખાય છે, ડાબી પેનલમાં, '''Unsorted bookmarks''' પસંદ કરો.
+
 
+
|-
+
|| 7:51
+
|| હવે, ક્લિક કરો '''Views''', '''Sort ''' અને '''Sort by Added'''.
+
 
+
|-
+
|| 7:57
+
|| અડ્રેસ એ ક્રમમાં સોર્ટ થયા છે તે ક્રમમાં તેઓ બુકમાર્ક્સ થયા હતા. '''Close''' ઉપર ક્લિક કરો.
+
 
+
|-
+
|| 8:04
+
|| અંતે, ચાલો જાણીએ આ વેબપેજ કેવી રીતે પ્રિન્ટ કરવું.
+
 
+
|-
+
|| 8:08
+
|| પ્રથમ ચાલો આ વેબપેજ પ્રિન્ટીંગ માટે સુયોજિત કરીએ.
+
 
+
|-
+
|| 8:12
+
|| '''Firefox''' મેનુબારમાંથી, '''File''' ઉપર ક્લિક કરો અને '''Page''' '''Setup''' પસંદ કરો.
+
 
+
|-
+
|| 8:17
+
|| '''Page''' '''Setup ''' સંવાદ બોક્સ દેખાય છે.
+
 
+
|-
+
|| 8:21
+
||  '''Paper Size''' '''A4''' તરીકે પસંદ કરો.
+
 
+
|-
+
|| 8:24
+
|| '''Orientation''' '''Portrait.''' તરીકે પસંદ કરો.
+
 
+
|-
+
|| 8:28
+
|| '''Apply''' ઉપર ક્લિક કરો .
+
 
+
|-
+
|| 8:30
+
|| સુયોજનો કેવી રીતે  લાગુ પડાયા છે તે ચકાસવા માટે, '''File''' ઉપર ક્લિક કરો અને '''Print''' '''Preview''' પસંદ કરો.
+
 
+
|-
+
|| 8:36
+
|| તમે પૃષ્ઠ ને બરાબર એ રીતે જુઓ છો જ્યારે તે પ્રિન્ટ થયેલ હશે.
+
 
+
|-
+
|| 8:40
+
|| બહાર નીકળવા માટે '''Close ''' ઉપર ક્લિક કરો .
+
 
+
|-
+
|| 8:42
+
|| '''Firefox''' મેનુબારમાંથી,'''File''' ક્લિક કરો અને '''Print''' પસંદ કરો.
+
 
+
|-
+
|| 8:47
+
|| '''Print''' સંવાદ બોક્સ સ્ક્રીન પર દેખાય છે.
+
 
+
|-
+
|| 8:50
+
|| અહીં '''General''' ટૅબ માં આપણે '''Generic Printer''' વિકલ્પ પસંદ કરીશું.
+
 
+
|-
+
|| 8:55
+
||  * આગળ,'''Range''' ફિલ્ડમાં, '''All''' '''Pages''' પસંદ કરો.
+
 
+
|-
+
|| 9:01
+
|| * '''Copies''' માં, આપણે '''1.''' પસંદ કરીશું.
+
 
+
|-
+
|| 9:04
+
|| '''Options ''' ટેબ પર ક્લિક કરો અને ''Ignore Scaling and Shrink To Fit Page Width''' પસંદ કરો.
+
 
+
|-
+
|| 9:10
+
|| '''Print''' ઉપર ક્લિક કરો.
+
 
+
|-
+
|| 9:12
+
|| જો પ્રિન્ટર યોગ્ય રીતે રૂપરેખાંકિત થયેલ હોય, તો પ્રિન્ટરે હવે પ્રિન્ટ કરવાનું શરૂ કરવું જોઈએ.
+
 
+
|-
+
|| 9:17
+
|| અહીં આ ટ્યુટોરીયલ સમાપ્ત થાય છે . આ ટ્યુટોરીયલમાં, આપણે શીખ્યા
+
 
+
|-
+
|| 9:23
+
|| *'''બુકમાર્ક્સ'''
+
 
+
|-
+
|| 9:24
+
||'''આપણે એ પણ શીખ્યા કે, કેવી રીતે: ''' બુકમાર્ક્સ ગોઠવવું, ફાયરફોક્સ પૃષ્ઠ સુયોજિત કરવું, પ્રિવ્યુ અને પ્રિન્ટ. 
+
 
+
|-
+
|| 9:32
+
|| અહીં તમારા માટે એક અસાઇનમેન્ટ છે .
+
 
+
|-
+
|| 9:35
+
||* નવી મોઝિલા ફાયરફોક્સ વિન્ડો ખોલો,
+
 
+
|-
+
|| 9:38
+
||* પાંચ નવી સાઇટ્સ પર જાઓ.
+
 
+
|-
+
|| 9:41
+
||* તે બધાને બુકમાર્ક કરો.
+
 
+
|-
+
|| 9:43
+
||* નવાં ફોલ્ડરમાં બધા બુકમાર્ક્સ સંગ્રહો.
+
 
+
|-
+
|| 9:47
+
||* ઉલટા મૂળાક્ષર ક્રમમાં બુકમાર્ક્સ ગોઠવો.
+
 
+
|-
+
|| 9:51
+
||* છેલ્લી બુકમાર્ક સાઇટ પર જાઓ.
+
 
+
|-
+
|| 9:55
+
||* પ્રિન્ટીંગ માટે વેબપૃષ્ઠ સુયોજિત કરો અને પ્રિન્ટ કરો.
+
 
+
|-
+
|| 9:58
+
||* નીચેની લીંક પર ઉપલબ્ધ વિડીયો જુઓ,
+
 
+
|-
+
|| 10:02
+
||* તે સ્પોકન ટ્યુટોરીયલ પ્રોજેક્ટ માટે સારાંશ આપે છે.
+
 
+
|-
+
|| 10:05
+
||*જો તમારી બેન્ડવિડ્થ સારી નહિં હોય, તો તમે ડાઉનલોડ કરી તે જોઈ શકો છો.
+
 
+
|-
+
|| 10:10
+
|| સ્પોકન ટ્યુટોરિયલો પ્રોજેક્ટ ટીમ
+
 
+
|-
+
|| 10:11
+
||* સ્પોકન ટ્યુટોરિયલોની મદદથી વર્કશોપ આયોજિત કરે છે.
+
 
+
|-
+
|| 10:15
+
||* જેઓ ઓનલાઇન ટેસ્ટ પાસ કરે છે તેમને પ્રમાણપત્રો પણ આપીએ છીએ.
+
 
+
|-
+
|| 10:18
+
||* વધુ વિગતો માટે "contact@spoken-tutorial.org" ઉપર સંપર્ક કરો,
+
 
+
|-
+
|| 10:25
+
||*સ્પોકન ટ્યુટોરીયલ પ્રોજેક્ટ એ ટોક ટુ અ ટીચર પ્રોજેક્ટનો ભાગ છે,
+
 
+
|-
+
|| 10:29
+
||* જે આઇસીટી,એમએચઆરડી,ભારત સરકાર દ્વારા શિક્ષણ પર નેશનલ મિશન દ્વારા આધારભૂત છે.
+
 
+
|-
+
|| 10:37
+
||*આ મિશન વિશે વધુ જાણકારી આ લિંક ઉપર ઉપલબ્ધ છે.
+
 
+
|-
+
|| 10:40
+
||* http://spoken-tutorial.org/NMEICT-Intro
+
 
+
|-
+
|| 10:47
+
||*IIT Bombay તરફથી ભાષાંતર કરનાર હું કૃપાલી પરમાર વિદાય લઉં છું.
+
 
+
|-
+
|| 10:52
+
||* જોડાવા બદલ આભાર. 
+
|-
+
|}
+

Latest revision as of 16:19, 24 March 2017

Time Narration
00:00 Hi, welcome back. In this tutorial you will write some data into a database.
00:07 To do this we will use "mysql query" function.
00:12 Now you can see here that we have our... records.
00:16 I am redoing this tutorial because the first time I did it, it did not work.
00:22 So first of all, I will just delete this data here.
00:29 Well... ok... So we have a blank table, we have no data in our table whatsoever at the moment.
00:37 we can see that there is nothing in here.
00:40 There are just our field names here.
00:43 To begin with, in here, let's just comment this.
00:47 So, "write some data". Then we will set up a query that will write data.
00:52 So... "$write" and we will use "mysql-query()" function.
00:57 And this takes exactly 1 parameter which is our sql query.
01:02 To do this, we will type "INSERT" to insert data.
01:06 We are going to say "INSERT INTO".
01:09 Now the reason I've typed this in capitals is because it's sql code.
01:14 If I type anything in uppercase it means it is sql code.
01:19 If I type anything in lowercase it means its either a table name, database name or it is data that I'm writing to the database.
01:28 So, "INSERT INTO people" because that is our table name here.
01:33 "INSERT INTO people" and then "VALUES" and then in brackets we will create a little area for each value.
01:42 So, we got 1,2,3,4,5.
01:46 There are 5 fields, so we need exactly 5 pieces of database written here.
01:53 We need the id, firstname, lastname, all the way down to gender.
01:58 These are created in or created using single quotes each separated by coma.
02:07 The reason we don't use double quotes is because we've got these at the end or rather start and end over here.
02:15 We don't need to insert our id here.
02:18 Our next one is firstname - so I'll say "Alex".
02:22 My lastname I'll say is "Garrett".
02:25 For my date of birth, I'll create a date function which equals to a variable "$date"
02:31 I'll put this in the particular structure.
02:35 We can see from our database over here that when we go to insert a value, we can scroll down and see that our calender function has dates on it.
02:44 So, on clicking 23rd, we can see the structure this field takes.
02:50 It's the year in long format.
02:52 Next is the month and then the day.
02:55 So 2009 02 23 which is 23rd of the 2nd, 2009.
03:02 So, what we can do here is, we can structure our date function in capital 'Y', 'm' and then 'd' using hyphen in between to get the structure we need.
03:13 So, this will be structured like that.
03:16 This will equal to this and that will be the current date.
03:20 Using the $date and presuming that is in the structure of our date, we can insert it into our table here.
03:28 The last one is gender and since I'm a male, I'm putting in "M" for male.
03:34 Presuming that will work, we can run this.
03:37 But before that, we could say or die at the end followed by "mysql_error".
03:44 I will skip that for now but feel free to add them if you like.
03:50 Ok, so refreshing our page.
03:53 What you see is from the last tutorial.
03:57 ummmm..... Let's comment this out.
03:59 Let's ignore this.
04:01 This will completely ignore this part of tutorial.
04:08 Ok - so back to the code that I am currently showing and let's refresh.
04:14 I've refreshed it twice. So, accordingly 2 records have been put in.
04:24 But by going back to browse and scrolling down we can see, let's delete 1 of these, we can see the data 1 just specified, has been put into the database.
04:35 In fact, what I have done is I have put my date of birth as the current date which I didn't mean to do.
04:43 I don't want my date of birth as the current date because I was not born today.
04:48 My firstname is ok. My lastname is ok. My gender is fine.
04:53 We can see that my id is 6 at the moment and the next time we insert a record this would go up to 7 and then again to 8.
05:02 You should know that by now.Next what I'll show you is how to change my date of birth because I have made a mistake.
05:09 So, first I will comment these 2 lines so we don't have to re-run this.
05:15 And I'll create a new variable. We will just comment this as "update data".
05:20 Current variable called "$update" and that's equal to "mysql_query()" function.
05:26 And inside the parameter that we are calling is mysql query code itself.
05:32 And here you will type "UPDATE" and we are going to say the table name which is "people".
05:38 Then we will say "SET" and we need to pick a particular field in which to set.
05:43 This happens to be the "d o b" and that's equal to my actual date of birth which is 1989, the year I was born in and the month is November and the day I was born is 16th.
05:57 By running this command what we are actually doing is we are updating everyone's date of birth in this table to this.
06:05 That's because we've not specified where we want to update this.
06:10 But we can do is after this we can say "WHERE id=6" because my unique id is 6.
06:18 Let's have a look here.
06:23 Otherwise it will update everyone else's.
06:26 Remember I said the id is unique. It's better to say update my id.
06:32 What I could do instead is, say, "WHERE firstname equals 'Alex' ". However this will update every record that has firstname "Alex".
06:41 But we can also say "AND lastname equals Garrett".
06:46 However, if we will have two people in the database with the same firstname and lastname, we are still running the same risk as before.
06:54 So, it's better to use our "unique" and that's the key word "unique id" which for me is 6.
07:00 So at the moment, you can see that my date of birth is set to 2009 which is the current date.
07:06 But, by refreshing this page nothing's happened because we are just running a command.
07:11 Now, if we click on Browse to refresh and we scroll down, we can see that it has changed to what we specified and everything else has been left intact.
07:21 So, if you need to update data in your database or anything like that, you can specify what data you want to update.
07:29 I used "dob" and that equals to the date of birth that was necessary.
07:34 I could have updated my lastname.
07:36 You also need to specify where you want this to be updated.
07:40 So, I said this record which is this long line here.
07:46 These are called records and I specified "WHERE" the id was equal to 6 and that has updated my unique record.
07:56 So that's what you have learnt - how to insert values and also how to update some values if you get it wrong like I did or if you just want to update some data which happens most of the time when your doing your databases.
08:10 Ok - so join me in the next part to find out how to start reading from your database and display the data to the user.
08:17 See you soon. This is Juanita Jayakar, dubbing for the Spoken Tutorial Project.

Contributors and Content Editors

Krupali, PoojaMoolya, Pratik kamble, Sandhya.np14, Sneha