বাউনডুলে

বাউনডুলে
Featured Post Today
print this page
Latest Post

নিয়ে নিন সকল HTML Code For Web Design

যারা ওয়েব ডিজাইন এর কাজ করেন তাদের জন্য সবচেয়ে গুরুত্বপূর্ণ একটা নাম হচ্ছে HTML code. এটা ছাড়া সাইট ডিজাই করা মুশকিল। সুতরাং দেরি কেন? নিয়ে নিন


Tag
Description
<!–…–>Defines a comment
<!DOCTYPE>Defines the document type
<a>Defines a hyperlink
<abbr>Defines an abbreviation
<acronym>Not supported in HTML5. Use <abbr> instead.
Defines an acronym
<address>Defines contact information for the author/owner of a document
<applet>Not supported in HTML5. Use <object> instead.
Defines an embedded applet
<area>Defines an area inside an image-map
<article>NewDefines an article
<aside>NewDefines content aside from the page content
<audio>NewDefines sound content
<b>Defines bold text
<base>Specifies the base URL/target for all relative URLs in a document
<basefont>Not supported in HTML5. Use CSS instead.
Specifies a default color, size, and font for all text in a document
<bdi>NewIsolates a part of text that might be formatted in a different direction from other text outside it
<bdo>Overrides the current text direction
<big>Not supported in HTML5. Use CSS instead.
Defines big text
<blockquote>Defines a section that is quoted from another source
<body>Defines the document’s body
<br>Defines a single line break
<button>Defines a clickable button
<canvas>NewUsed to draw graphics, on the fly, via scripting (usually JavaScript)
<caption>Defines a table caption
<center>Not supported in HTML5. Use CSS instead.
Defines centered text
<cite>Defines the title of a work
<code>Defines a piece of computer code
<col>Specifies column properties for each column within a <colgroup> element
<colgroup>Specifies a group of one or more columns in a table for formatting
<command>NewDefines a command button that a user can invoke
<datalist>NewSpecifies a list of pre-defined options for input controls
<dd>Defines a description/value of a term in a description list
<del>Defines text that has been deleted from a document
<details>NewDefines additional details that the user can view or hide
<dfn>Defines a definition term
<dialog>NewDefines a dialog box or window
<dir>Not supported in HTML5. Use <ul> instead.
Defines a directory list
<div>Defines a section in a document
<dl>Defines a description list
<dt>Defines a term/name in a description list
<em>Defines emphasized text
<embed>NewDefines a container for an external (non-HTML) application
<fieldset>Groups related elements in a form
<figcaption>NewDefines a caption for a <figure> element
<figure>NewSpecifies self-contained content
<font>Not supported in HTML5. Use CSS instead.
Defines font, color, and size for text
<footer>NewDefines a footer for a document or section
<form>Defines an HTML form for user input
<frame>Not supported in HTML5.
Defines a window (a frame) in a frameset
<frameset>Not supported in HTML5.
Defines a set of frames
<h1> to <h6>Defines HTML headings
<head>Defines information about the document
<header>NewDefines a header for a document or section
<hr>Defines a thematic change in the content
<html>Defines the root of an HTML document
<i>Defines a part of text in an alternate voice or mood
<iframe>Defines an inline frame
<img>Defines an image
<input>Defines an input control
<ins>Defines a text that has been inserted into a document
<kbd>Defines keyboard input
<keygen>NewDefines a key-pair generator field (for forms)
<label>Defines a label for an <input> element
<legend>Defines a caption for a <fieldset> element
<li>Defines a list item
<link>Defines the relationship between a document and an external resource (most used to link to style sheets)
<map>Defines a client-side image-map
<mark>NewDefines marked/highlighted text
<menu>Defines a list/menu of commands
<meta>Defines metadata about an HTML document
<meter>NewDefines a scalar measurement within a known range (a gauge)
<nav>NewDefines navigation links
<noframes>Not supported in HTML5.
Defines an alternate content for users that do not support frames
<noscript>Defines an alternate content for users that do not support client-side scripts
<object>Defines an embedded object
<ol>Defines an ordered list
<optgroup>Defines a group of related options in a drop-down list
<option>Defines an option in a drop-down list
<output>NewDefines the result of a calculation
<p>Defines a paragraph
<param>Defines a parameter for an object
<pre>Defines preformatted text
<progress>NewRepresents the progress of a task
<q>Defines a short quotation
<rp>NewDefines what to show in browsers that do not support ruby annotations
<rt>NewDefines an explanation/pronunciation of characters (for East Asian typography)
<ruby>NewDefines a ruby annotation (for East Asian typography)
<s>Defines text that is no longer correct
<samp>Defines sample output from a computer program
<script>Defines a client-side script
<section>NewDefines a section in a document
<select>Defines a drop-down list
<small>Defines smaller text
<source>NewDefines multiple media resources for media elements (<video> and <audio>)
<span>Defines a section in a document
<strike>Not supported in HTML5. Use <del> instead.
Defines strikethrough text
<strong>Defines important text
<style>Defines style information for a document
<sub>Defines subscripted text
<summary>NewDefines a visible heading for a <details> element
<sup>Defines superscripted text
<table>Defines a table
<tbody>Groups the body content in a table
<td>Defines a cell in a table
<textarea>Defines a multiline input control (text area)
<tfoot>Groups the footer content in a table
<th>Defines a header cell in a table
<thead>Groups the header content in a table
<time>NewDefines a date/time
<title>Defines a title for the document
<tr>Defines a row in a table
<track>NewDefines text tracks for media elements (<video> and <audio>)
<tt>Not supported in HTML5. Use CSS instead.
Defines teletype text
<u>Defines text that should be stylistically different from normal text
<ul>Defines an unordered list
<var>Defines a variable
<video>NewDefines a video or movie
<wbr>NewDefines a possible line-break
TagDescription
Basic
<!DOCTYPE>Defines the document type
<html>Defines an HTML document
<title>Defines a title for the document
<body>Defines the document’s body
<h1> to <h6>Defines HTML headings
<p>Defines a paragraph
<br>Inserts a single line break
<hr>Defines a thematic change in the content
<!–…–>Defines a comment
Formatting
<acronym>Not supported in HTML5. Use <abbr> instead.
Defines an acronym
<abbr>Defines an abbreviation
<address>Defines contact information for the author/owner of a document/article
<b>Defines bold text
<bdi>NewIsolates a part of text that might be formatted in a different direction from other text outside it
<bdo>Overrides the current text direction
<big>Not supported in HTML5. Use CSS instead.
Defines big text
<blockquote>Defines a section that is quoted from another source
<center>Not supported in HTML5. Use CSS instead.
Defines centered text
<cite>Defines the title of a work
<code>Defines a piece of computer code
<del>Defines text that has been deleted from a document
<dfn>Defines a definition term
<em>Defines emphasized text
<font>Not supported in HTML5. Use CSS instead.
Defines font, color, and size for text
<i>Defines a part of text in an alternate voice or mood
<ins>Defines a text that has been inserted into a document
<kbd>Defines keyboard input
<mark>NewDefines marked/highlighted text
<meter>NewDefines a scalar measurement within a known range (a gauge)
<pre>Defines preformatted text
<progress>NewRepresents the progress of a task
<q>Defines a short quotation
<rp>NewDefines what to show in browsers that do not support ruby annotations
<rt>NewDefines an explanation/pronunciation of characters (for East Asian typography)
<ruby>NewDefines a ruby annotation (for East Asian typography)
<s>Defines text that is no longer correct
<samp>Defines sample output from a computer program
<small>Defines smaller text
<strike>Not supported in HTML5. Use <del> instead.
Defines strikethrough text
<strong>Defines important text
<sub>Defines subscripted text
<sup>Defines superscripted text
<time>NewDefines a date/time
<tt>Not supported in HTML5. Use CSS instead.
Defines teletype text
<u>Defines text that should be stylistically different from normal text
<var>Defines a variable
<wbr>NewDefines a possible line-break
Forms
<form>Defines an HTML form for user input
<input>Defines an input control
<textarea>Defines a multiline input control (text area)
<button>Defines a clickable button
<select>Defines a drop-down list
<optgroup>Defines a group of related options in a drop-down list
<option>Defines an option in a drop-down list
<label>Defines a label for an <input> element
<fieldset>Groups related elements in a form
<legend>Defines a caption for a <fieldset> element
<datalist>NewSpecifies a list of pre-defined options for input controls
<keygen>NewDefines a key-pair generator field (for forms)
<output>NewDefines the result of a calculation
Frames
<frame>Not supported in HTML5.
Defines a window (a frame) in a frameset
<frameset>Not supported in HTML5.
Defines a set of frames
<noframes>Not supported in HTML5.
Defines an alternate content for users that do not support frames
<iframe>Defines an inline frame
Images
<img>Defines an image
<map>Defines a client-side image-map
<area>Defines an area inside an image-map
<canvas>NewUsed to draw graphics, on the fly, via scripting (usually JavaScript)
<figcaption>NewDefines a caption for a <figure> element
<figure>NewSpecifies self-contained content
Audio/Video
<audio>NewDefines sound content
<source>NewDefines multiple media resources for media elements (<video> and <audio>)
<track>NewDefines text tracks for media elements (<video> and <audio>)
<video>NewDefines a video or movie
Links
<a>Defines a hyperlink
<link>Defines the relationship between a document and an external resource (most used to link to style sheets)
<nav>NewDefines navigation links
Lists
<ul>Defines an unordered list
<ol>Defines an ordered list
<li>Defines a list item
<dir>Not supported in HTML5. Use <ul> instead.
Defines a directory list
<dl>Defines a description list
<dt>Defines a term/name in a description list
<dd>Defines a description of a term/name in a description list
<menu>Defines a list/menu of commands
<command>NewDefines a command button that a user can invoke
Tables
<table>Defines a table
<caption>Defines a table caption
<th>Defines a header cell in a table
<tr>Defines a row in a table
<td>Defines a cell in a table
<thead>Groups the header content in a table
<tbody>Groups the body content in a table
<tfoot>Groups the footer content in a table
<col>Specifies column properties for each column within a <colgroup> element
<colgroup>Specifies a group of one or more columns in a table for formatting
Style/Sections
<style>Defines style information for a document
<div>Defines a section in a document
<span>Defines a section in a document
<header>NewDefines a header for a document or section
<footer>NewDefines a footer for a document or section
<section>NewDefines a section in a document
<article>NewDefines an article
<aside>NewDefines content aside from the page content
<details>NewDefines additional details that the user can view or hide
<dialog>NewDefines a dialog box or window
<summary>NewDefines a visible heading for a <details> element
Meta Info
<head>Defines information about the document
<meta>Defines metadata about an HTML document
<base>Specifies the base URL/target for all relative URLs in a document
<basefont>Not supported in HTML5. Use CSS instead.
Specifies a default color, size, and font for all text in a document
Programming
<script>Defines a client-side script
<noscript>Defines an alternate content for users that do not support client-side scripts
<applet>Not supported in HTML5. Use <object> instead.
Defines an embedded applet
<embed>NewDefines a container for an external (non-HTML) application
<object>Defines an embedded object
<param>Defines a parameter for an object
AttributeDescription
accesskeySpecifies a shortcut key to activate/focus an element
classSpecifies one or more classnames for an element (refers to a class in a style sheet)
contenteditableNewSpecifies whether the content of an element is editable or not
contextmenuNewSpecifies a context menu for an element. The context menu appears when a user right-clicks on the element
data-*NewUsed to store custom data private to the page or application
dirSpecifies the text direction for the content in an element
draggableNewSpecifies whether an element is draggable or not
dropzoneNewSpecifies whether the dragged data is copied, moved, or linked, when dropped
hiddenNewSpecifies that an element is not yet, or is no longer, relevant
idSpecifies a unique id for an element
langSpecifies the language of the element’s content
spellcheckNewSpecifies whether the element is to have its spelling and grammar checked or not
styleSpecifies an inline CSS style for an element
tabindexSpecifies the tabbing order of an element
titleSpecifies extra information about an element
translateNewSpecifies whether the content of an element should be be translated or not
















































1 comments

লিনাক্স,উবুন্টু, ফেডোরা এ গ্রামীণফোন মডেম ব্যবহার করুন



For linux: First of all, install wvdial (u can also use other dailer app) to check your mobile as a modem
——————————-
#wvdialconf
Grameen Phone here is a sample of my wvdial.conf (Grameen Phone EDGE/GPRS)
————————————————————
[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Init3 = AT+CGDCONT=1,”IP”,”gpinternet”
Modem Type = Analog Modem
ISDN = 0
Phone = *99***1#
Modem = /dev/ttyUSB0
Username = xyz
Password = xyz
Baud = 115200
———————————————————–
change the modem speed/Baud and /dev/ttyUSB0 according to your mobile phone
Aktel here is a sample of my wvdial.conf (Aktel GPRS)
————————————————————
[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Modem Type = Analog Modem
ISDN = 0
Phone = *99***1#
Modem = /dev/ttyUSB0
Username = xyz
Password = xyz
Baud = 115200
0 comments

গুরুত্বপূর্ন স্টুডেন্ট ভিসার প্রশ্ন. Special For USA and Australlian Students


 US Embassy Question for Student VISA
1.         Why do you select USA for higher education and not Bangladesh?
Ans : I selected USA for higher education because USA has a great reputation in all over the world for higher education. US degree is worldwide highly recognized but our degree is not that. Though we have the almost similar course in our country but again it will be more benefited for me to have a foreign degree specially your country. That means USA.
2.         If you get an US degree here, would you like to go to US again for higher studies?
Ans : Yes, still I would like to go to USA for higher education, even if I get a US degree in here, because the educational environment of Bangladesh and USA are so deferent. I want to have a batter education and I think USA is the best place for that.
3.         What is the purpose of your trip?
Ans : Higher studies. I already took admission at (Name of the college) in USA.
4.         Have you ever been to USA?
Ans : No. I haven’t there.
5.         Which US College are you planning to go to?
Ans : I’m planning to go to the (Name of the college) in (State/Location of the college). I have already taken admission in that college in (Subject Name).
6.          Can you tell me some details about your college?
Ans : Yes, of course! (Some description about the college). Like (ASA's modest roots began in 1985 with a professor and 12 students in a small Brooklyn classroom. Since then, the college has grown to more than 3000 students, 20 programs of study, and 2 large centrally-located campuses in midtown Manhattan and downtown Brooklyn. In 1999, ASA received authorization from the New York State Board of Regents to confer degrees in accounting, computer programming and information technology and medical assisting).
7.         Why have you chosen this specific college?
Ans : I have decided to go to this college, because one of my friend are currently studying there and I have seen online (Name of the college) is well organized and they have good education system. And I have found my desired subject to study there.
8.         Can you tell me the location of the college?
Ans : Sure! (Name of the college) is situated in an excellent location in  (Location of the college), USA.
9.         How many US University/College did you apply for?
Ans : This is the only College I have applied for. Though I was searched for a several Colleges in online.
10.       Can you mention the name off some professors of this college?
Ans : Of course! Kate Lyapustina, She is an advisor of the International Student Department.
11.       Did you have any scholarships?
Ans : Yes I got (How much scholarship do you get mention here) scholarships of my total tuition fees.
12.       What course are you going for?
Ans : (Subject name).
13.       Why did you select this course? It’s relevant to your previous studies?
Ans 1: Yes. It’s relevant with my previous course. I got (Previous Earned Course’s name), and I want to have a batter and more knowledge in (Subject name). That’s why I selected this course.
Ans 2: Well. It’s not really 100% relevant with my previous course, but I’m more interested about this subject than my previous course. That’s why I selected this course.
14.       What is the course structure & contents?
Ans : The course has 8 Semesters and in each semester there are 5/6 subjects to take. The total duration of the course is 36 months.
15.       Why don’t you do this course in your country?
Ans : We have the almost similar course in our country. But I believe that the quality will not be same because the educational environment of Bangladesh and USA are so deferent. I want to have a batter education and I think USA is the best place for that.
16.       How long will your studies last?
Ans : The course duration is 36 months.
17.       What is the scope of your course?
Ans : You know, now the age of ICT. At this moment Information Management Technology is the most valuable subject for anything. And I have a dream to establish a business organization in Bangladesh. For this reason I hope it’s have a huge demand in Bangladesh & others country.
18.       What do you plan to study at the university?
Ans : I plan to study (Subject Name).
19.       What benefit will bring this course to you?
Ans : By doing this course, I will be benefited a lot. Once I finish this course my profile will be enough high. The subject I have chosen to study has a great demand throughout the world.
20.       What is the course commencement date?
Ans : My course commencement date is the (Starting date of class. like, Septembor 18th, 2013).
21.       What is your arrival date in the US?
Ans : (Approximate flight date. Like Septembor 1st, 2013)
22.       Arrival City?
Ans : New York/Virginia/New Jersey (any one which one are you going).
23.       Date of departure from USA?
Ans : September, 2017.
24.       Departure City?
Ans : Dhaka, Bangladesh.
25.       What will be the total cost of per year?
Ans : the total cost per year is (……..) USD.
26.       Where will you stay in US?
Ans : My friend already arrange an accommodation for me in 8015 41st Avenue, Apt-437, Queens, New York 11373.
27.       Where did you do your last course of study?
Ans : (Last finished Institute Name. like, Khulna Polytechnic Institute, Khulna, Bangladesh).
28.       What is your specialization?
Ans : Business.
29.       What is your School?
Ans : (School Name. Like, Fulbari Secondary School, Patkelghata, Satkhira).
30.       What is your High School?
Ans : (College Name. Like, Khulna Polytechnic Institute, Khulna, Bangladesh)
31.       You need to improve your English!!
Ans : Oh yes. No worry I will have ESL program in (College Name). I am sure I will be able to improve my English. Thank you.
32.       What does your father do?
Ans : He is a business man.
33.       How many brother and sister do you have?
Ans : I have one elder brother and one elder sister.
34.       Where your brother and sister did complete their studies?
Ans : They are completed their studies in Bangladesh.
35.       Who is sponsoring you?
Ans : My (Relation) (Name of Sponsor) is sponsoring me.
36.       Have you got any loans?
Ans : No. I haven’t got any loans.
37.       What are the income sources of your sponsor?
Ans : My (Relation) is a businessman.
38.       What proof do you have that your sponsor can support your studies?
Ans : My sponsor (Name of Sponsor) is my (Relation). He is a business man. He has enough money in his bank account to support me & my studies expenses. I have my sponsor’s business documents with me and his bank statement with bank solvency.
39.       Could you please show me the bank statements?
Ans : Sure. Please…
We are live in village, and the branch of the bank is situated in village and they are not started computerized banking in this branch. That’s why the bank statements are hand writhed in Bangle. This is the translate copy of this Statements.
40.       How many people are dependents on your sponsor?
Ans : All of our family members, including my parents. The total members are 4 without me.
41.       Why is he sponsoring you?
Ans 1: Because he is my (Relation).  After retirement of my father he looked over our family business these business is really my father’s business. That’s why he sponsoring me.
Ans 2: Because he is my (Relation). I’m the only son of him, he always likes my batter future. That’s why he sponsoring me.
42.       How much money is available for your stay in USA?
Ans : There is enough money available in my sponsor’s bank account for my study in USA. It’s near about 45 thousand USD.
43.       How will you finance your education funds for 3 years?
Ans : My sponsor will support me.
44.       What will you plans after completing your studies?
Ans : After completing my studies I will come back in my country. Then I have a dream to establish a business organization in Dhaka, Bangladesh.
45.       Have you researched your career prospects?
Ans : Of course I have. I believe after complete my desired degree from a reputed place I will be able to compete with others in all over the world.   
46.       How much money can you earn after your completion of your studies?
Ans : I think if I can start my desirer business in our country I will earn at least 200,000/= per month which is a random amount in Bangladesh.
47.       Do you intend to work in US during or after completion of your studies?
Ans : During my study in USA, I wish to work part time accordingly the permission.
48.       How can you prove that you will come back after finishing your studies?
Ans : Well. You know all of my family members, friends, relatives & other’s familiar persons are live in Bangladesh. Most important things are I want to do batter something for my country because I love my motherland. I think this is my moral duty to serve my country. That’s why definitely I will come back to my own country after completion my degree. Even while studying I will keep visiting my country during my vacation.
49.       Do you have any relatives in the USA?
Ans : No I don’t have any relatives in the USA, but some of my friends are currently living in there.
50.       Why should I grant you US VISA?
Ans : I think you should grant me US VISA because I already admitted in a US college with scholarship. Now my bright future depends on gets the US VISA. Otherwise it will be frustrated me.
51.       What will you do if your VISA is rejected?
Ans : At first I like to know what is the reason of my rejection. Then I will try for next.
52.       Have you ever visited any other country?
Ans : No.
53.       Will you come back to home during summers?
Ans : It’s will be depends on situation.
54.       What will you during the off semester?
Ans : It’s will be depends on situation. If I get better opportunity then maybe I will move to Bangladesh & again I will go back to USA for studies.
3 comments

বাংলাদেশী জব ওয়েবসাইট



বিডি জবস(bdjobs.com)

সাইবার জব(cyberjob.com)

দেশি জব(deshijob.com)

জবস এ১(jobsa1.com)

জবস ডায়েরি(jobsdiary.com)

জব স্ট্রীট(jobstreet.com)

চাকরি.কম(chakri.com.bd)

এইম ইন লাইফ(aiminlife.com)

জিবিকা.কম(jeebika.com.bd)

বিডি জব শপ(bdjobshop.com)

জব বাংলা(jobbangla.com)

গ্রামীণ জবস(grameenjobs.com)

প্রথম-আলো জবস(Prothom-alojobs.com)

জবস বাংলাদেশ(jobsbangladesh.com)

জবস বিডি(jobsbd.com)

জব.কম(job.com.bd)

অল জবস বিডি(alljobsbd.com)

বিডি টিপটপ জব(bd.tiptopjob.com)

জব বাংলা(jobbangla.com)

শ্রম বাজার(sromobazar.com)

চিটাগং জবস(ctgjobs.com)

জব টেস্ট বিডি(jobtestbd.com)

এম সি কিউ টেস্ট(mcq-test.com)
0 comments

আপনার অ্যান্ড্রয়েড ফোন টি কি লক হয়ে গেছে ?


আজাকাল বেশির ভাগ মানুষ ই দেখা যাচ্ছে অ্যান্ড্রয়েড ফোন ব্যবহার করছে, তাই আজকের এই পোস্ট টির লক্ষ্য হচ্ছে একটি ছোট সমস্যার সমাধান করা । আমরা যারা এই অ্যান্ড্রয়েড ফোন ব্যবহার করে থাকি তারা দেখে থাকবেন যে এই ফোনে স্ক্রীন লক করে রাখার জন্য একটি সিস্টেম আছে আর সেটি হচ্ছে প্যাটার্ন লক । এই লক টি ব্যবহার করা খুবি নিরাপদ এবং সহজ তর হওয়ায় প্রায় বেশির ভাগ মানুষ ই  এই প্যাটার্ন লকটি ব্যবহার করে থাকেন ।
তা প্রায়শয়ই দেখা যায় যে পরিবারের ছোটো ভাই বোন আপনার ফোনে গেমস বা অন্য কিছু করার জন্যে, তারা ফোনের প্যাটার্ন লক টি খুল তে চায় । ফলে অনেক বার ভুল প্যাটার্ন ট্রাই করার কারনে আপনার প্রিয় ফোন টি একে বারেই লক হয়ে যায় । তখন দেখা যায় যে আপনি অনেক চেষ্টা করার পরেও আপনার ফোন টির লক খুলতে পারছেন না, তাই তারা খুবি চিন্তিত হয়ে পরেন ।

তাই পুনরায় আপনার ফোন টি ব্যবহার উপযোগী করার জন্য যা যা করতে হবে তা আমি নিম্নে আলোচনা করছি ।

১. প্রথমেই আপনার ফোন টি সুইচ অফ করুন ।

২. ফোনের লক কি + সাউন্ড বাড়ানোর কি + হোম/মেইন মেনু কি এক সাথে প্রেস করুন ।

৩. কিছু খনের মধ্যেই দেখবেন ফোন টি অন হয়েছে এবং ৪-৫ টি অপশন ও এসেছে ।

৪. প্রাপ্ত অপশন গুলো থেকে ওয়াইপ ডেটা/ফেক্টরি রিসেট অপশনে ক্লিক করুন ।

৫. পরবর্তী স্ক্রীনে যদি Yes/No চায় তবে Yes বাটনে ক্লিক করুন ।

৬. দেখবেন ফোন টি রিস্টার্ট হবে এবং আপনি আগের মত আপনার প্রিয় ফোন টি ব্যবহার করতে পারবেন ।

বিশেষ দ্রস্টাব্যঃ
১.উপরে বর্ণিত কাজ গুলো করার ফলে আপনার ফোন মেমরিতে থাকা সকল ফাইল + ফোন মেমরিতে থাকা কন্টাক্ট নাম্বার গুলো মুছে যাবে । তাই প্রয়োজন অনুসারে ব্যাকআপ নিয়ে নিন ।
২. উক্ত কাজ গুলো করার সময় ফোনের টাচ স্ক্রীন টি কাজ করবে না । ভয়ের কিছু নেই, তখন সাউন্ড বাড়ানো কমানোর কি দিয়ে উপরে বা নিচে যেতে হবে এবং হোম কি এর মাধ্যমে কোন অপশন কে সিলেক্ট করতে হবে ।
0 comments

প্রয়োজনীয় বিভিন্ন বাংলাদেশি/িবদেশি ওয়েবসাইট এর লিস্ট



সোসাল নেট ওর্য়াকিং

http://www.facebook.com
http://www.twiter.com
http://www.sitetalk.com
http://www.hi5.com
http://www.linkedin.com/
http://www.myspace.com/
http://www.ning.com/
http://www.tagged.com/
http://www.myyearbook.com/
http://www.meetup.com/
http://www.badoo.com/
http://www.bebo.com/
http://www.mylife.com/
http://www.friendster.com/
http://multiply.com/
জব সাইট

bdjobs.com
jobsbd.com
prothom-alojobs.com
jobstreet.com
deshijob.com
alljobsbd.com
jobsa2z.com
jobbangla.com
thedailyjobs.com
chakri.com.bd
jobsdiary.com
tiptopjob.com
allbdjobs.com
jobsa1.com
ctgjobs.com
telejobsbd.com
jobsbangladesh.com

বিমান

http://www.unitedairwaysbd.com/
http://www.uabdl.com/
http://www.bestairbd.com/
http://www.gmgairlines.com/site/index.php

জব সাইট ,ডাটা আপলোড
ডাটা আপলোড


http://www.sendover.com/
http://www.sendover.com/
http://www.cyberupload.com/
http://www.uploading.com/
http://www.content-type.com/
http://www.megashares.com/
http://www.sendspace.com/
http://www.yousendit.com/
http://www.transferbigfiles.com/
http://www.zupload.com/
http://www.spread-it.com/
0 comments

ওয়েবে সবচেয়ে জনপ্রিয় ফ্রী ৫২টি ফ্রিল্যান্স মার্কেটপ্লেস

ওয়েবে সবচেয়ে জনপ্রিয় ফ্রী ৫২টি ফ্রিল্যান্স মার্কেটপ্লেস

আলেক্সা মতে ওয়েবে সবচেয়ে জনপ্রিয় ফ্রী ৫২টি ফ্রিল্যান্স মার্কেটপ্লেসের ঠিকানাগুলো নিয়ে এবারের পোষ্ট।
…………………………………………………………………………………….
আমরা ফ্রিল্যান্স মার্কেট বলতে শুধু Odesk, Frelancer, Elance, People Per hour, 99 design etc-এর কথাগুলোই সচরাচর জানি। কিন্তু কাজ করার মতো আরও অনেক সাইট আছে, যার কথা আমরা জানিনা। তাই আজকে এই পোষ্ট-এর মাধ্যমে জানতে পারবেন ফ্রিল্যান্স সাইটের ঠিকানাসহ কোন সাইটে কি কাজ করে তার সংক্ষিপ্ত বর্ণনা জানতে পারবেন। সাথে সাথে পরিচিত হবেন নতুন নতুন সাইটের সাথে।
……………………………………………..
Refreshed and updated for 2014!
…………………………………………….
1) odesk.com – General
2) Freelancer.com – General
3) Elance.com – General
4) peopleperhour.com – Programming, Design, Administrative Tasks, Accounting, PR
5) 99designs.com – Design
6) mediabistro.com – Writing/Editing, Production, Graphic Design, Publishing. NOT FREE FOR FREELANCERS: membership fees.
7) Guru.com – General
8) proz.com – Translation, Interpreting
9) designcrowd.com – Design
10) freelanceswitch.com – General
11) Suite101.com – Writing
12) TaskRabbit.com – House Cleaning, IKEA Assembly, Donation Pickup, Event help, Office help, Pet Sitting
13) Donanza.com – General
14) getacoder.com – Web design, Writing, Programming, Legal
15) clickworker.com – Online Marketing, e-commerce, media, information and directory services, SEO content, translation, web research, data categorization and tagging
16) freelance.com – general
17) trabajofreelance.com – Spanish, general. NOT FREE FOR EMPLOYERS: contact fees.
18) legitonlinejobs.com – general
19) freelancewriting.com – writing
20) freelance-info.fr – French, consulting. NOT FREE FOR EMPLOYERS: access fees.
21) freelancewritinggigs.com – writing
22) taskcity.com – programming
23) ifreelance.com – proofreading,arts, data entry, graphic designing, photography, bookkeeping. NOT FREE FOR FREELANCERS: membership fees.
24) xplace.com – designing, programming, writing/editing, translating, marketing, photographing. NOT FREE FOR FREELANCERS: bidding fees.
25) joomlancers.com – everything related to the Joomla CMS
26) freelancesuccess.com -writing
27) scribendi.com – editing and proofreading
28) project4hire.com – programming, translation, consulting, graphic design
29) freelancers.net – general
30) Hoofdkraan.nl – Dutch, general
31) genuinejobs.com – telecommuting
32) freelance-informatique.fr – French, general. NOT FREE FOR EMPLOYERS: intermediary fees.
33) freelanceindia.com – general
34) governmentbids.com – general
35) freelancedesigners.com – web and graphic design, programming, photography, writing, fashion design, industrial design, video production, advertising, logo design
36) hourly.com – general
37) freelancer-job.com – programming
38) bizreef.com – writing, programming, graphic designing, marketing, translating, photographing.NOT FREE FOR FREELANCERS: contact fees.
39) greatlance.com – general
40) wordpressfreelance.com – wordpress projects
41) writerlance.com – writing
42) whichlance.com – general
43) freelancejobsearch.com – web & graphic design, photography
44) directfreelance.com – writing, graphic design, programming
45) outsourcexp.com – SEO, engineering, administrative tasks, marketing, writing, databases, graphic and web design, programming
46) freelanceauction.com – programming, design
47) freelancefree.com – general
48) bountyit.com – business, technology, creativity
49) programmingbids.com – programming, databases, graphic design. NOT FREE FOR FREELANCERS:membership fees.
50) maglance.com – programming
51) freelanceprojectupdates.com – general
52) auctionsforbusiness.com – training, virtual assistants, product reviews, documenting, legal, imports/exports handling, financial and business, information technology, translation and proofreading, data entry
………………………….
Special mention
………………………….
53) Craigslist.org – general Although not technically a freelance marketplace, many people do use Craigslist to post and bid on free job listings, both freelance and salaried jobs.
0 comments

পাসপোর্টের ছবির সাইজ কি হবে?

বিভিন্নদেশের পাসপোর্ট সাইজের ছবির মাপ সমূহ

Name of Country
Photo Size
Specialization
The United States
2” x 2”
less than six months old
Canada
5cm x 7cm
high quality photo paper are acceptable
Mexico
2” x 2”
white  background
Bangladesh
50mm x 40 mm

United Kingdom
4.5cm x 3.5cm

Germany
4.5cm x 3.5cm

France
4.5cm x 3.5cm

Italy
4.5cm x 3.5cm

Spain
4cm x 3cm

Russia
4cm x 3.5cm

Turkey
4.5cm x 3.5cm

Netherlands
4.5cm x 3.5cm

Australia
4.5cm x 3.5cm

China
4.8cm x 4.3cm

Japan
4.5cm x 3.5cm

India
3.5cm x 3.5cm

Singapore
3.5cm x 3.5cm

Korea
3.5cm x 3.5cm

Brazil
7cm x 5cm

সবচেয়ে বেশি ব্যবহৃত পাসপোট সাইজ ছবি   (2 x 2") and (3.5 x 4.5 cm).
 2x2
3.5 cm x 4.5 cm
2" x 2"
413 x 531 pixels (300 dpi)
600 x 600 pixels (300 dpi)
2 comments
Flag Counter
 
Helped By : Copyright © 2014. বাউনডুলে - All Rights Reserved
Proudly powered by Blogger