MES Lab. - Materials, Mechanical, Automation and Industrial Engineering, CAD CAM & Design
Go Back   MES Lab. (Be Professional!) - Diễn đàn của Cộng đồng Kỹ thuật Vật liệu - Cơ khí - Tự động hóa - Kỹ thuật Công nghiệp Việt Nam > Hỏi/Ðáp

BB Code
BB code is a set of tags based on the HTML language that you may already be familiar with. They allow you to add formatting to your messages in the same way as HTML does, but have a simpler syntax and will never break the layout of the pages you are viewing. The ability to use BB code is set on a forum-by-forum basis by the administrator, so you should check the forum rules when you post a new message.

Below is a list of the BB code tags you can use to format your messages.
Danh sách vB code
[b], [i], [u] Đậm / Italic / Underline
[color] Color
[size] Size
[font] Font
[highlight] Highlight
[left], [right], [center] Left / Right / Giữa
[indent] Indent
[email] Email Linking
[url] URL Hyperlinking
[thread] Thread Linking
[post] Post Linking
[list] Danh sách thứ tự / Danh sách nâng cao
[img] Images
[code]
[php] PHP Code
[html] HTML Code
[quote] Trích
[noparse] Stop BB Code Parsing
[attach] Ðính Kèm
[ad] User Advertisment
[ad3361] GA 3361
[DOWN] Download
[flash] flash
[gvideo] Google Video
[marquee] Chữ chạy
[Music] Post nhạc
[NEWSBREAK] Newsbreaker
[youtube] YouTube Video
[[phuclink][/phuclink]] PhucLink
Incorrect BB Code Usage:
  • [url] www.example.com [/url] - don't put spaces between the bracketed code and the text you are applying the code to.
  • [email]myname@domain.com[email] - the end brackets must include a forward slash ([/email])

Đậm / Italic / Underline
Thẻ [b], [i] và [u] tương ứng cho phép bạn tạo chữ đậm, nghiêng và gạch chân.
Usage [b]value[/b]
[i]value[/i]
[u]value[/u]
Example Usage [b]this text is bold[/b]
[i]this text is italic[/i]
[u]this text is underlined[/u]
Example Output this text is bold
this text is italic
this text is underlined

Color
Thẻ [code] được chuyển sang font có chiều cố định (đơn cách).
Usage [color=Option]value[/color]
Example Usage [color=blue]this text is blue[/color]
Example Output this text is blue

Size
The [size] tag allows you to change the size of your text.
Usage [size=Option]value[/size]
Example Usage [size=+2]this text is two sizes larger than normal[/size]
Example Output this text is two sizes larger than normal

Font
The [font] tag allows you to change the font of your text.
Usage [font=Option]value[/font]
Example Usage [font=courier]this text is in the courier font[/font]
Example Output this text is in the courier font

Highlight
The [highlight] tag allows you to emphasize your text.
Usage [highlight]value[/highlight]
Example Usage [highlight]this text is highlighted[/highlight]
Example Output this text is highlighted

Left / Right / Giữa
The [left], [right] and [center] tags allow you to change the alignment of your text.
Usage [left]value[/left]
[center]value[/center]
[right]value[/right]
Example Usage [left]this text is left-aligned[/left]
[center]this text is center-aligned[/center]
[right]this text is right-aligned[/right]
Example Output
this text is left-aligned
this text is center-aligned
this text is right-aligned

Indent
The [indent] tag allows you to indent your text.
Usage [indent]value[/indent]
Example Usage [indent]this text is indented[/indent]
Example Output
this text is indented

Email Linking
The [email] tag allows you to link to an email address. You can include an optional parameter to 'name' your link.
Usage [email]value[/email]
[email=Option]value[/email]
Example Usage [email]j.doe@example.com[/email]
[email=j.doe@example.com]Click Here to Email Me[/email]
Example Output j.doe@example.com
Click Here to Email Me

URL Hyperlinking
The [url] tag allows you to link to other websites and files. You can include an optional parameter to 'name' your link.
Usage [url]value[/url]
[url=Option]value[/url]
Example Usage [url]http://meslab.org/mes[/url]
[url=http://meslab.org/mes]MES Lab. (Be Professional!) - Diễn đàn của Cộng đồng Kỹ thuật Vật liệu - Cơ khí - Tự động hóa - Kỹ thuật Công nghiệp Việt Nam[/url]
Example Output http://meslab.org/mes
MES Lab. (Be Professional!) - Diễn đàn của Cộng đồng Kỹ thuật Vật liệu - Cơ khí - Tự động hóa - Kỹ thuật Công nghiệp Việt Nam

Thread Linking
The [thread] tag allows you to link to threads by specifying the thread id. You can include an optional parameter to 'name' your link.
Usage [thread]threadid[/thread]
[thread=threadid]value[/thread]
Example Usage [thread]42918[/thread]
[thread=42918]Click Me![/thread]
(Note: The threadid/postid is just an example and may not link to a valid thread/post.)
Example Output http://meslab.org/mes/showthread.php?t=42918
Click Me!

Post Linking
The [post] tag allows you to link to posts by specifying the post id. You can include an optional parameter to 'name' your link.
Usage [post]postid[/post]
[post=postid]value[/post]
Example Usage [post]269302[/post]
[post=269302]Click Me![/post]
(Note: The threadid/postid is just an example and may not link to a valid thread/post.)
Example Output http://meslab.org/mes/showthread.php?p=269302#post269302
Click Me!

Danh sách thứ tự
The [list] tag allows you to create simple, bulleted lists without specifying an option. Within the value portion, each bullet is denoted by the [*] tag.
Usage [list]value[/list]
Example Usage [list]
[*]list item 1
[*]list item 2
[/list]
Example Output
  • list item 1
  • list item 2

Danh sách nâng cao
The [list] tag allows you to create advanced lists by specifying an option. The option should have a value of 1 (for a numbered list) or A (for an alphabetic with capital letters list) or a (for an alphabetic with lowercase letters list) or I (for a numbered with capital Roman numeral list) or i (for a numbered with small Roman numeral list).
Usage [list=Option]value[/list]
Example Usage [list=1]
[*]list item 1
[*]list item 2
[/list]

[list=a]
[*]list item 1
[*]list item 2
[/list]
Example Output
  1. list item 1
  2. list item 2
  1. list item 1
  2. list item 2

Images
The [img] tag allows you to embed images within your posts. You can also combine this tag with the [url] tag to make images become links.
Usage [img]value[/img]
Example Usage [img]http://meslab.org/mes/sblue/statusicon/forum_new.gif[/img] (Not linked)

[url=http://www.example.com] [img]http://meslab.org/mes/sblue/statusicon/forum_new.gif[/img] [/url] (Linked)
Example Output (Not linked)

(Linked)

The [code] tag switches to a fixed-width (monospace) font and preserves all spacing.
Usage [code]value[/code]
Example Usage [code]
<script type="text/javascript">
<!--
    alert("Hello world!");
//-->
</script>
[/code]
Example Output
Mã:
<script type="text/javascript">
<!--
	alert("Hello world!");
//-->
</script>

PHP Code
The [php] tag performs the same function as the [code] tag, but also adds syntax highlighting for PHP code. Although it is designed for PHP, it may correctly highlight some other C-like languages.
Usage [php]value[/php]
Example Usage [php]
$myvar = 'Hello World!';
for ($i = 0; $i < 10; $i++)
{
    echo $myvar . "\n";
}
[/php]
Example Output
PHP Code:
$myvar 'Hello World!';
for (
$i 0$i 10$i++)
{
    echo 
$myvar "\n";


HTML Code
The [html] tag allows you to perform syntax highlighting for HTML code.
Usage [html]value[/html]
Example Usage [html]
<img src="image.gif" alt="image" />
<a href="testing.html" target="_blank">Testing</a>
[/html]
Example Output
HTML Code:
<img src="image.gif" alt="image" />
<a href="testing.html" target="_blank">Testing</a>

Trích
The [quote] tag allows you to attribute text to someone else.
Usage [quote]Trích[/quote]
[quote=Ký danh]value[/quote]
Example Usage [quote]Lorem ipsum dolor sit amet[/quote]
[quote=John Doe]Lorem ipsum dolor sit amet[/quote]
[quote=John Doe;111805]Lorem ipsum dolor sit amet[/quote]
Example Output
Trích:
Lorem ipsum dolor sit amet
Trích:
Nguyên văn bởi John Doe
Lorem ipsum dolor sit amet
Trích:
Nguyên văn bởi John Doe View Post
Lorem ipsum dolor sit amet

Stop BB Code Parsing
The [noparse] tag allows you to stop the parsing of BB code.
Usage [noparse][b]value[/b][/noparse]
Example Usage [noparse][b]Lorem ipsum dolor sit amet[/b][/noparse]
Example Output [b]Lorem ipsum dolor sit amet[/b]

Ðính Kèm
The [attach] tag allows you to display an attachment in your post rather than at the bottom. It will only display attachments that belong to the post in which it is utilized.
Usage [attach]attachmentid[/attach]
Example Usage [attach]12345[/attach]
Example Output

User Advertisment
Usage [ad]value[/ad]
Example Usage [ad]{param}[/ad]
Example Output

GA 3361
Usage [ad3361]value[/ad3361]
Example Usage [ad3361]{param}[/ad3361]
Example Output

Download
Download ở đây!
Usage [DOWN]value[/DOWN]
Example Usage Download
Example Output Download

flash
Usage [flash]value[/flash]
Example Usage [flash]link[/flash]
Example Output

Google Video
Usage [gvideo]value[/gvideo]
Example Usage [GVIDEO]link[/GVIDEO]
Example Output
www.meslab.org
ERROR: If you can see this, then Google Video is down or you don't have Flash installed.

Chữ chạy
Usage [marquee]value[/marquee]
Example Usage [marquee]marquee[/marquee]
Example Output marquee

Post nhạc
Usage [Music]value[/Music]
Example Usage [music]links[/music]
Example Output [music]links[/music]

Newsbreaker
Mit dem Newsbreaker kann der Text im vBCMS Newsmodul abgeschnitten werden. Ab dem Punkt wo der BBCode eingefgt wird, wird kein weiterer Text mehr angezeigt.
Usage [NEWSBREAK]value[/NEWSBREAK]
Example Usage [NEWSBREAK][/NEWSBREAK]
Example Output [NEWSBREAK][/NEWSBREAK]

YouTube Video
Usage [youtube]value[/youtube]
Example Usage [GVIDEO]link[/GVIDEO]
Example Output
www.meslab.org
ERROR: If you can see this, then Google Video is down or you don't have Flash installed.

PhucLink
Usage [[phuclink][/phuclink]=Option]value[/[phuclink][/phuclink]]
Example Usage [phuclink]phuclink[/phuclink]
Example Output [phuclink]phuclink[/phuclink]

free counters

Múi giờ GMT. Hiện tại là 04:01 AM.
Powered by: vBulletin v3.x.x Copyright ©2000-2010, Jelsoft Enterprises Ltd.
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
Bản quyền nội dung thuộc MES Lab. Vui lòng ghi rõ nguồn MES LAB. và LINK đến bài trích dẫn

Scroll to read all of the content - For Students who want to learn Engineering English Site Keywords in English:
machine, cnc, tools, engineering, cad cam, solidworks, pro engineer, catia, mastercam, inventor, mold, cae, materials, heat treat, mechanics, alloys, materials, steels, industry, machining, casting, machine, model, 3d, stl, scanner, laser, ptc, catia, cimatron, visi, solidcam, mold, die, jobs, software, metallurgy, iscar, mori seiki, mazak, cutting, edm, cae, sodick, automobile, sandvik, shipbuilding, aerospace, technique, experiment, fixture, valve, fluid, airplane, lathe, milling, automation, sensor, robot, industry, design, product, factory, equipment, welding, weld, machine element, pipe, astm, aisi, rfid, steel, standard, sae, jis, din, gost, gb, afnor, iron, metal, processing, forming, shaping, rolling, punching, drawing, chill, foundry, crucible, furnace, materials, ferrous, data, ceramic, polymer, composite, organic, semiconductor, superconductor, english, free, grammar, nano, biomaterials, manufacture, manufacturing,a ssembly, instrument, measurement, QC, QA, quality control, quality assurance, ergonomic, Vericut, Artcam, delcam, unigraphic, nx, pdm, plm, npd, siemens, spaceclaim, vericut, autocad, development, research, scholarship, autodesk, mechatronics, ebooks, free, download, career, recruitment, mechanical, study, student, solutions, services, maintenance, expert, scientist, engineer, surface, dfx, dwg, bearing, meter, plant, component, market
This Month's reference reading for better English skills:
Mechanical Engineering:
Many mechanical engineering companies, especially those in industrialized nations, have begun to incorporate computer-aided engineering (CAE) programs into their existing design and analysis processes, including 2D and 3D solid modeling computer-aided design (CAD). This method has many benefits, including easier and more exhaustive visualization of products, the ability to create virtual assemblies of parts, and the ease of use in designing mating interfaces and tolerances. Other CAE programs commonly used by mechanical engineers include product lifecycle management (PLM) tools and analysis tools used to perform complex simulations. Analysis tools may be used to predict product response to expected loads, including fatigue life and manufacturability. These tools include finite element analysis (FEA), computational fluid dynamics (CFD), and computer-aided manufacturing (CAM). Using CAE programs, a mechanical design team can quickly and cheaply iterate the design process to develop a product that better meets cost, performance, and other constraints. No physical prototype need be created until the design nears completion, allowing hundreds or thousands of designs to be evaluated, instead of a relative few. In addition, CAE analysis programs can model complicated physical phenomena which cannot be solved by hand, such as viscoelasticity, complex contact between mating parts, or non-Newtonian flows As mechanical engineering begins to merge with other disciplines, as seen in mechatronics, multidisciplinary design optimization (MDO) is being used with other CAE programs to automate and improve the iterative design process. MDO tools wrap around existing CAE processes, allowing product evaluation to continue even after the analyst goes home for the day. They also utilize sophisticated optimization algorithms to more intelligently explore possible designs, often finding better, innovative solutions to difficult multidisciplinary design problems. Computer Aided Design - CAD:
Computer-Aided Design is one of the many tools used by engineers and designers and is used in many ways depending on the profession of the user and the type of software in question. There are several different types of CAD. Each of these different types of CAD systems require the operator to think differently about how he or she will use them and he or she must design their virtual components in a different manner for each. There are many producers of the lower-end 2D systems, including a number of free and open source programs. These provide an approach to the drawing process without all the fuss over scale and placement on the drawing sheet that accompanied hand drafting, since these can be adjusted as required during the creation of the final draft. 3D wireframe is basically an extension of 2D drafting. Each line has to be manually inserted into the drawing. The final product has no mass properties associated with it and cannot have features directly added to it, such as holes. The operator approaches these in a similar fashion to the 2D systems, although many 3D systems allow using the wireframe model to make the final engineering drawing views. 3D "dumb" solids (programs incorporating this technology include AutoCAD and Cadkey 19) are created in a way analogous to manipulations of real world objects. Basic three-dimensional geometric forms (prisms, cylinders, spheres, and so on) have solid volumes added or subtracted from them, as if assembling or cutting real-world objects. Two-dimensional projected views can easily be generated from the models. Basic 3D solids don't usually include tools to easily allow motion of components, set limits to their motion, or identify interference between components. 3D parametric solid modeling require the operator to use what is referred to as "design intent". The objects and features created are adjustable. Any future modifications will be simple, difficult, or nearly impossible, depending on how the original part was created. One must think of this as being a "perfect world" representation of the component. If a feature was intended to be located from the center of the part, the operator needs to locate it from the center of the model, not, perhaps, from a more convenient edge or an arbitrary point, as he could when using "dumb" solids. Parametric solids require the operator to consider the consequences of his actions carefully. Some software packages provide the ability to edit parametric and non-parametric geometry without the need to understand or undo the design intent history of the geometry by use of direct modeling functionality. This ability may also include the additional ability to infer the correct relationships between selected geometry (e.g., tangency, concentricity) which makes the editing process less time and labor intensive while still freeing the engineer from the burden of understanding the model’s design intent history. These kind of non history based systems are called Explicit Modellers. The first Explicit Modeling system was introduced to the world at the end of 80's by Hewlett-Packard under the name SolidDesigner. This CAD solution, which released many later versions, is now sold by PTC as "CoCreate Modeling" Draft views are able to be generated easily from the models. Assemblies usually incorporate tools to represent the motions of components, set their limits, and identify interference. The tool kits available for these systems are ever increasing; including 3D piping and injection mold designing packages. Mid range software are integrating parametric solids more easily to the end user: integrating more intuitive functions (SketchUp), using the best of both 3D dumb solids and parametric characteristics (VectorWorks), making very real-view scenes in relative few steps (Cinema4D) or offering all-in-one (form•Z). Top end systems offer the capabilities to incorporate more organic, aesthetics and ergonomic features into designs (Catia, GenerativeComponents). Freeform surface modelling is often combined with solids to allow the designer to create products that fit the human form and visual requirements as well as they interface with the machine. Modern CNC Machines:
Numerical control (NC) refers to the automation of machine tools that are operated by abstractly programmed commands encoded on a storage medium, as opposed to manually controlled via handwheels or levers, or mechanically automated via cams alone. The first NC machines were built in the 1940s and '50s, based on existing tools that were modified with motors that moved the controls to follow points fed into the system on paper tape. These early servomechanisms were rapidly augmented with analog and digital computers, creating the modern computed numerically controlled (CNC) machine tools that have revolutionized the design process. In modern CNC systems, end-to-end component design is highly automated using CAD/CAM programs. The programs produce a computer file that is interpreted to extract the commands needed to operate a particular machine via a post processor, and then loaded into the CNC machines for production. Since any particular component might require the use of a number of different tools—drills, saws, etc.—modern machines often combine multiple tools into a single "cell". In other cases, a number of different machines are used with an external controller and human or robotic operators that move the component from machine to machine. In either case, the complex series of steps needed to produce any part is highly automated and produces a part that closely matches the original CAD design.
Source: Wikipedia