Entri Populer

Search

Ilmu Dasar HTML

Senin, 28 Oktober 2013

images.jpg 
 
Alhamdulillah ya akhirnya aku bisa kembali berposting di NURIL BLOG-UNTUK BERBAGI lagi
Dikesempatan kali ini aku membawa ulasan dan kategory baru juga dari blog ku ini yaitu: KOMPUTER,, makanan yg sudah tidak asing lagi di benak kita ya mrgreen
sebagai anak TI seperti aku ini, komputer itu sudah seperti makanan sehari hari (y)
di kesempatan kali ini aku akan mengulas habis tentang komputer dari dasar, yg biasa dulu aku plajarin dari SMA TKJ sampai S1 TI sekarang ini,,
berhubung takut lupa juga, dan ingin juga memberi plajaran murni tentang perkuliahan S1 (TI) di blog ini... bicara HTML tadi ya ?
Memahami dasar-dasar kode HTML memang sangat diperlukan dalam dunia weblog. karena hal ini sangat mempengaruhi ketepatan dalam mengubah dan menambahkan kode yang ingin dimasukkan. ketepatan tersebut terkait dengan kode pembuka dan kode penutup dalam rentetan kode HTML yang akan dipasang.
Untuk memahami dasar kode HTML silahkan sobat pahami kode pembuka dan kode penutup berikut ini :
BASIC ELEMENTS

Document Type <HTML></HTML> (beginning and end of file)

Title <TITLE></TITLE> (must be in header)

Header <HEAD></HEAD> (descriptive info, such as title)

Body <BODY></BODY> (bulk of the page)

STRUCTURAL DEFINITION


Heading <H?></H?> (the spec. defines 6 levels)

Align Heading <H? ALIGN=LEFT|CENTER|RIGHT></H?>

Division <DIV></DIV>

Align Division <DIV ALIGN=LEFT|RIGHT|CENTER|JUSTIFY></DIV>
4.0 Defined Content <SPAN></SPAN>

Block Quote <BLOCKQUOTE></BLOCKQUOTE> (usually indented)
4.0 Quote <Q></Q> (for short quotations)
4.0 Citation <Q CITE="URL"></Q>

Emphasis <EM></EM> (usually displayed as italic)

Strong Emphasis <STRONG></STRONG> (usually displayed as bold)

Citation <CITE></CITE> (usually italics)

Code <CODE></CODE> (for source code listings)

Sample Output <SAMP></SAMP>

Keyboard Input <KBD></KBD>

Variable <VAR></VAR>

Definition <DFN></DFN> (not widely implemented)

Author's Address <ADDRESS></ADDRESS>

Large Font Size <BIG></BIG>

Small Font Size <SMALL></SMALL>
4.0 Insert <INS></INS> (marks additions in a new version)
4.0 Time of Change <INS DATETIME=":::"></INS>
4.0 Comments <INS CITE="URL"></INS>
4.0 Delete <DEL></DEL> (marks deletions in a new version)
4.0 Time of Change <DEL DATETIME=":::"></DEL>
4.0 Comments <DEL CITE="URL"></DEL>
4.0 Acronym <ACRONYM></ACRONYM>
4.0 Abbreviation <ABBR></ABBR>

PRESENTATION FORMATTING


Bold <B></B>

Italic <I></I>
4.0* Underline <U></U> (not widely implemented)

Strikeout <STRIKE></STRIKE> (not widely implemented)
4.0* Strikeout <S></S> (not widely implemented)

Subscript <SUB></SUB>

Superscript <SUP></SUP>

Typewriter <TT></TT> (displays in a monospaced font)

Preformatted <PRE></PRE> (display text spacing as-is)

Width <PRE WIDTH=?></PRE> (in characters)

Center <CENTER></CENTER> (for both text and images)
N1 Blinking <BLINK></BLINK> (the most derided tag ever)

Font Size <FONT SIZE=?></FONT> (ranges from 1-7)

Change Font Size <FONT SIZE="+|-?"></FONT>

Font Color <FONT COLOR="#$$$$$$"></FONT>
4.0* Select Font <FONT FACE="***"></FONT>
N4 Point size <FONT POINT-SIZE=?></FONT>
N4 Weight <FONT WEIGHT=?></FONT>
4.0* Base Font Size <BASEFONT SIZE=?> (from 1-7; default is 3)
MS Marquee <MARQUEE></MARQUEE>

POSITIONING

N3 Multi-Column <MULTICOL COLS=?></MULTICOL>
N3 Column Gutter <MULTICOL GUTTER=?></MULTICOL>
N3 Column Width <MULTICOL WIDTH=?></MULTICOL>
N3 Spacer <SPACER>
N3 Spacer Type <SPACER TYPE=HORIZONTAL|VERTICAL|BLOCK>
N3 Size <SPACER SIZE=?>
N3 Dimensions <SPACER WIDTH=? HEIGHT=?>
N3 Alignment <SPACER ALIGN=LEFT|RIGHT|CENTER>
N4 Layer <LAYER></LAYER>
N4 Name <LAYER ID="***"></LAYER>
N4 Location <LAYER LEFT=? TOP=?></LAYER>
N4 Rel. Position <LAYER PAGEX=? PAGEY=?></LAYER>
N4 Source File <LAYER SRC="***"></LAYER>
N4 Stacking <LAYER Z-INDEX=?></LAYER>
N4 Stack Position <LAYER ABOVE="***" BELOW="***"></LAYER>
N4 Dimensions <LAYER HEIGHT=? WIDTH=?></LAYER>
N4 Clipping Path <LAYER CLIP=,,,></LAYER>
N4 Visible? <LAYER VISIBILITY=SHOW|HIDDEN|INHERIT></LAYER>
N4 Background <LAYER BACKGROUND="$$$$$$"></LAYER>
N4 Color <LAYER BGCOLOR="$$$$$$"></LAYER>
N4 Inline Layer <ILAYER></ILAYER> (takes same attributes as LAYER)
N4 Alt. Content <NOLAYER></NOLAYER>

LINKS, GRAPHICS, AND SOUNDS


Link Something <A HREF="URL"></A>

Link to Location <A HREF="URL#***"></A> (if in another document)


<A HREF="#***"></A> (if in current document)
4.0* Target Window <A HREF="URL" TARGET="***"></A>
4.0* Action on Click <A HREF="URL" ONCLICK="***"></A> (Javascript)
4.0* Mouseover Action <A HREF="URL" ONMOUSEOVER="***"></A> (Javascript)
4.0* Mouse out Action <A HREF="URL" ONMOUSEOUT="***"></A> (Javascript)

Link to Email <A HREF="mailto:@"></A>
N, MS Specify Subject <A HREF="mailto:@?SUBJECT=***"></A> (use a real question mark)

Define Location <A NAME="***"></A>

Display Image <IMG SRC="URL">

Alignment <IMG SRC="URL" ALIGN=TOP|BOTTOM|MIDDLE|LEFT|RIGHT>
N1 Alignment <IMG SRC="URL" ALIGN=TEXTTOP|ABSMIDDLE|BASELINE|ABSBOTTOM>

Alternate <IMG SRC="URL" ALT="***"> (if image not displayed)

Dimensions <IMG SRC="URL" WIDTH=? HEIGHT=?> (in pixels)


<IMG SRC="URL" WIDTH=% HEIGHT=%> (as percentage of page width/height)

Border <IMG SRC="URL" BORDER=?> (in pixels)

Runaround Space <IMG SRC="URL" HSPACE=? VSPACE=?> (in pixels)
N1 Low-Res Proxy <IMG SRC="URL" LOWSRC="URL">

Imagemap <IMG SRC="URL" ISMAP> (requires a script)

Imagemap <IMG SRC="URL" USEMAP="URL">
MS Movie Clip <IMG DYNSRC="***" START="***" LOOP=?>
MS Background Sound <BGSOUND SRC="***" LOOP=?|INFINITE>

Client-Side Map <MAP NAME="***"></MAP> (describes the map)

Map Section <AREA SHAPE="DEFAULT|RECT|CIRCLE|POLY" COORDS=",,," HREF="URL"|NOHREF>
N1 Client Pull <META HTTP-EQUIV="Refresh" CONTENT="?; URL=URL">
N2 Embed Object <EMBED SRC="URL"> (insert object into page)
N2 Object Size <EMBED SRC="URL" WIDTH=? HEIGHT=?>
4.0 Object <OBJECT></OBJECT>
4.0 Parameters <PARAM>

DIVIDERS


Paragraph <P></P> (closing tag often unnecessary)

Align Text <P ALIGN=LEFT|CENTER|RIGHT></P>
N Justify Text <P ALIGN=JUSTIFY></P>

Line Break <BR> (a single carriage return)

Clear Textwrap <BR CLEAR=LEFT|RIGHT|ALL>

Horizontal Rule <HR>

Alignment <HR ALIGN=LEFT|RIGHT|CENTER>

Thickness <HR SIZE=?> (in pixels)

Width <HR WIDTH=?> (in pixels)

Width Percent <HR WIDTH="%"> (as a percentage of page width)

Solid Line <HR NOSHADE> (without the 3D cutout look)
N1 No Break <NOBR></NOBR> (prevents line breaks)
N1 Word Break <WBR> (where to break a line if needed)

LISTS


Unordered List <UL><LI></UL> (before each list item)

Compact <UL COMPACT></UL>

Bullet Type <UL TYPE=DISC|CIRCLE|SQUARE> (for the whole list)

Bullet Type <LI TYPE=DISC|CIRCLE|SQUARE> (this & subsequent)

Ordered List <OL><LI></OL> (before each list item)

Compact <OL COMPACT></OL>

Numbering Type <OL TYPE=A|a|I|i|1> (for the whole list)

Numbering Type <LI TYPE=A|a|I|i|1> (this & subsequent)

Starting Number <OL START=?> (for the whole list)

Starting Number <LI VALUE=?> (this & subsequent)

Definition List <DL><DT><DD></DL> (<DT>=term, <DD>=definition)

Compact <DL COMPACT></DL>

Menu List <MENU><LI></MENU> (before each list item)

Compact <MENU COMPACT></MENU>

Directory List <DIR><LI></DIR> (before each list item)

Compact <DIR COMPACT></DIR>

BACKGROUNDS AND COLOR



Tiled Bkground <BODY BACKGROUND="URL">

MS Watermark <BODY BGPROPERTIES="FIXED">


Bkground Color <BODY BGCOLOR="#$$$$$$"> (order is red/green/blue)

Text Color <BODY TEXT="#$$$$$$">


Link Color <BODY LINK="#$$$$$$">


Visited Link <BODY VLINK="#$$$$$$">


Active Link <BODY ALINK="#$$$$$$">


(More info at,, nanti aku ulas artikelnyat)

SPECIAL CHARACTERS



Special Character &#?; (where ? is the ISO 8859-1 code)

< &lt;


> &gt;


& &amp;


" &quot;


Registered TM &#174;


Registered TM &reg;


Copyright &#169;


Copyright &copy;


Non-Breaking Space &nbsp;

FORMS


Define Form <FORM ACTION="URL" METHOD=GET|POST></FORM>
4.0* File Upload <FORM ENCTYPE="multipart/form-data"></FORM>

Input Field <INPUT TYPE="TEXT|PASSWORD|CHECKBOX|RADIO|
FILE|BUTTON|IMAGE|HIDDEN|SUBMIT|RESET">

Field Name <INPUT NAME="***">

Field Value <INPUT VALUE="***">

Checked? <INPUT CHECKED> (checkboxes and radio boxes)

Field Size <INPUT SIZE=?> (in characters)

Max Length <INPUT MAXLENGTH=?> (in characters)
4.0 Button <BUTTON></BUTTON>
4.0 Button Name <BUTTON NAME="***"></BUTTON>
4.0 Button Type <BUTTON TYPE="SUBMIT|RESET|BUTTON"></BUTTON>
4.0 Default Value <BUTTON VALUE="***"></BUTTON>
4.0 Label <LABEL></LABEL>
4.0 Item Labelled <LABEL FOR="***"></LABEL>

Selection List <SELECT></SELECT>

Name of List <SELECT NAME="***"></SELECT>

# of Options <SELECT SIZE=?></SELECT>

Multiple Choice <SELECT MULTIPLE> (can select more than one)

Option <OPTION> (items that can be selected)

Default Option <OPTION SELECTED>

Option Value <OPTION VALUE="***">
4.0 Option Group <OPTGROUP LABEL="***"></OPTGROUP>

Input Box Size <TEXTAREA ROWS=? COLS=?></TEXTAREA>

Name of Box <TEXTAREA NAME="***"></TEXTAREA>
N2 Wrap Text <TEXTAREA WRAP=OFF|HARD|SOFT></TEXTAREA>
4.0 Group elements <FIELDSET></FIELDSET>
4.0 Legend <LEGEND></LEGEND> (caption for fieldsets)
4.0 Alignment <LEGEND ALIGN="TOP|BOTTOM|LEFT|RIGHT"></LEGEND>

TABLES


Define Table <TABLE></TABLE>
4.0* Table Alignment <TABLE ALIGN=LEFT|RIGHT|CENTER>

Table Border <TABLE BORDER></TABLE> (either on or off)

Table Border <TABLE BORDER=?></TABLE> (you can set the value)

Cell Spacing <TABLE CELLSPACING=?>

Cell Padding <TABLE CELLPADDING=?>

Desired Width <TABLE WIDTH=?> (in pixels)

Width Percent <TABLE WIDTH=%> (percentage of page)
4.0* Table Color <TABLE BGCOLOR="$$$$$$"></TABLE>
4.0 Table Frame <TABLE FRAME=VOID|ABOVE|BELOW|HSIDES|LHS|RHS|
VSIDES|BOX|BORDER></TABLE>
4.0 Table Rules <TABLE RULES=NONE|GROUPS|ROWS|COLS|ALL></TABLE>
MS Border Color <TABLE BORDERCOLOR="$$$$$$"></TABLE>
MS Dark Border <TABLE BORDERCOLORDARK="$$$$$$"></TABLE>
MS Light Border <TABLE BORDERCOLORLIGHT="$$$$$$"></TABLE>

Table Row <TR></TR>

Alignment <TR ALIGN=LEFT|RIGHT|CENTER|MIDDLE|BOTTOM>

Table Cell <TD></TD> (must appear within table rows)

Alignment <TD ALIGN=LEFT|RIGHT|CENTER VALIGN=TOP|MIDDLE|BOTTOM>

No linebreaks <TD NOWRAP>

Columns to Span <TD COLSPAN=?>

Rows to Span <TD ROWSPAN=?>
4.0* Desired Width <TD WIDTH=?> (in pixels)
N3 Width Percent <TD WIDTH="%"> (percentage of table)
4.0* Cell Color <TD BGCOLOR="#$$$$$$">

Header Cell <TH></TH> (same as data, except bold centered)

Alignment <TH ALIGN=LEFT|RIGHT|CENTER|MIDDLE|BOTTOM>

No Linebreaks <TH NOWRAP>

Columns to Span <TH COLSPAN=?>

Rows to Span <TH ROWSPAN=?>
4.0* Desired Width <TH WIDTH=?> (in pixels)
N3 Width Percent <TH WIDTH="%"> (percentage of table)
4.0* Cell Color <TH BGCOLOR="#$$$$$$">
4.0 Table Body <TBODY>
4.0 Table Footer <TFOOT></TFOOT> (must come before THEAD>
4.0 Table Header <THEAD></THEAD>

Table Caption <CAPTION></CAPTION>

Alignment <CAPTION ALIGN=TOP|BOTTOM|LEFT|RIGHT>
4.0 Column <COL></COL> (groups column attributes)
4.0 Columns Spanned <COL SPAN=?></COL>
4.0 Column Width <COL WIDTH=?></COL>
4.0 Width Percent <COL WIDTH="%"></COL>
4.0 Group columns <COLGROUP></COLGROUP> (groups column structure)
4.0 Columns Spanned <COLGROUP SPAN=?></COLGROUP>
4.0 Group Width <COLGROUP WIDTH=?></COLGROUP>
4.0 Width Percent <COLGROUP WIDTH="%"></COLGROUP>

FRAMES

4.0* Frame Document <FRAMESET></FRAMESET> (instead of <BODY>wink
4.0* Row Heights <FRAMESET ROWS=,,,></FRAMESET> (pixels or %)
4.0* Row Heights <FRAMESET ROWS=*></FRAMESET> (* = relative size)
4.0* Column Widths <FRAMESET COLS=,,,></FRAMESET> (pixels or %)
4.0* Column Widths <FRAMESET COLS=*></FRAMESET> (* = relative size)
4.0* Borders <FRAMESET FRAMEBORDER="yes|no"></FRAMESET>
4.0* Border Width <FRAMESET BORDER=?></FRAMESET>

BISMILLAH MY BLOG IS REBORN !!

Minggu, 18 Agustus 2013

Maap saya udah kaga aktip ngeblog lagi -,- . soalnye waktu itu lagi sibuk belajar dulu #fokus azz -,- . Sekarang InsyaAllah saya akan meramaikan blog ini lagi. Mohon bantuannya ! ;;)

Free Download Avanced System Care

Sabtu, 15 September 2012

 





Darwinia Hints & Cheats

Sabtu, 08 September 2012

Darwinia Boxshot


Unlockables

End of game - Mods

UnlockableHow to Unlock
Complete the gameMODS and Map Editor

Dark Souls: Prepare to Die Edition Hints & Cheats

Dark Souls: Prepare to Die Edition Boxshot


Achievements

Games for Windows Live Achievements

CodeEffect
All achievements completed. Congratulations!The Dark Soul (50)
Acquire all rare weapons.Knight's Honor (25)
Acquire all sorceries.Wisdom of a Sage (25)
Acquire all pyromancies.Bond of a Pyromancer (25)
Acquire all miracles.Prayer of a Maiden (25)
Discover Way of White covenant.Covenant: Way of White (15)
Discover Gravelord Servant covenant.Covenant: Gravelord Servant (25)
Discover Chaos Servant covenant.Covenant: Chaos Servant (25)
Acquire best weapon through standard reinforcement.Strongest Weapon (15)
Acquire best weapon through crystal reinforcement.Crystal Weapon (15)
Acquire best weapon through lightning reinforcement.Lightning Weapon (15)
Acquire best weapon through raw reinforcement.Raw Weapon (15)
Acquire best weapon through magic reinforcement.Magic Weapon (15)
Acquire best weapon through enchanted reinforcement.Enchanted Weapon (15)
Acquire best weapon through divine reinforcement.Divine Weapon (15)
Acquire best weapon through fire reinforcement.Fire Weapon (15)
Acquire best weapon through chaos reinforcement.Chaos Weapon (15)
Light bonfire flame.Enkindle (15)
Acquire Estus Flask.Estus Flask (15)
Arrive in Lordran.Reach Lordran (15)
Ring Bell of Awakening at Undead Church.Ring the Bell (Undead Church) (15)
Ring Bell of Awakening in Quelaag's domain.Ring the Bell (Quelaag's Domain) (15)
Acquire the Rite of Kindling.Rite of Kindling (15)
Acquire the Art of Abysswalking.Art of Abysswalking (15)
Arrive in Anor Londo.Reach Anor Londo (25)
Acquire the Lordvessel.Lordvessel (25)
Reach "To Link the Fire" ending.To Link the Fire (90)
Reach "The Dark Lord" ending.Dark Lord (90)
Discover Princess's Guard covenant.Covenant: Princess's Guard (25)
Discover Blade of the Darkmoon covenant.Covenant: Blade of the Darkmoon (25)
Discover Warrior of Sunlight covenant.Covenant: Warrior of Sunlight (25)
Discover Forest Hunter covenant.Covenant: Forest Hunter (25)
Discover Darkwraith covenant.Covenant: Darkwraith (25)
Discover Path of the Dragon covenant.Covenant: Path of the Dragon (25)
Acquire best weapon through occult reinforcement.Occult Weapon (15)
Defeat the Soul Lord Gravelord Nito.Defeat Gravelord Nito (25)
Defeat the Soul Lord Bed of Chaos.Defeat Bed of Chaos (25)
Defeat the Four Kings, inheritors of souls.Defeat the Four Kings (25)
Defeat Seath the Scaleless, inheritors of souls.Defeat Seath the Scaleless (25)
Defeat Dark Sun Gwyndolin, the Darkmoon God.Defeat the Dark Sun Gwyndolin (25)
Defeat Crossbreed Priscilla, the Lifehunter.Defeat Crossbreed Priscilla (25)

The Elder Scrolls V: Skyrim Hints & Cheats

The Elder Scrolls V: Skyrim Boxshot


Cheat Codes

  1. Console Commands

    Hit "~" to bring up the command prompt and then type the code
    CheatEffect
    tclToggle collision
    tfcFreeflying camera
    tmToggle menus (HUD)
    tmm 1/0Show/hide all map markers 1=show 0=hide
    TGMGod mode
    player.additem [ItemNumber] #Give player item (i.e. gold is 0000000f, lockpicks are 0000000a)
    showracemenuShow Race Menu
    ResurrectResurrects targeted dead
    tfowToggle FOW
    KillKill enemy (Must select with arrow first)
    psbAll Spells
    help keyword #Search by the keyword, the number is what mode to search by. Modes are listed by help every time you use it.
    player.setav Health #Set health
    player.setav Stamina #Set Stamina
    player.setav Magicka #Set Magicka
    saqstarts all quests, *NOT RECOMMENDED!*
    qqqquits the game instantly
    advskill <skill> #Advances the targeted skill by xxx amount
    unlockUnlocks anything that may be locked by typing unlock then clicking the chest or door you want unlocked then press enter
    player.setlevel #Set Player Level
    player.modav carryweight #Set Carry Weight
    AdvancePCSkill (skillname) #Add levels to your skills
    AdvancePCLevelIncrease your Level
    player.modav burden #Increase Burden by #
    player.setscale #Change scale of player; 1 is normal
    SetownershipChanges ownership of target so you can safely take without stealing
    COC <location>Fast travel to location, e.g. coc Rivertown
    removeallitemsRemoves all items of selected NPC
    player.setav speedmult Xincreases movement speed where X is a percentage multiplier (eg. player.setav speedmult 250)
    player.placeatme XSpawns an NPC at your location. (Replace X with NPC ID)
    killallKills all hostiles in your immediate vicinity
    lock XYou can lock chests and door, or people by targeting them and typing "lock" followed by the level of difficulty you wish to set it at.
    movetoqtteleports you to quest target
    TDetectToggle AI Detection (You can steal all you want and no one will see you, doesn't work with pickpocketing)
    player.setcrimegold XSet it high if you want to fight, set it at 0 if you want to be free.
    TCAIToggle Combat Artificial Intelligence (same as TAI; however only makes the NPC not being able to combat)
    TAIToggle Artificial Intelligence (freezes npc, they can't walk, move, or anything.)
    Player.IncPCS [Skill Name]Will increase the level of a skill by one.
    Player.modav Dragonsouls #Adds dragon's souls to your pool, allowing you to improve your shouts.
    enableplayercontrolsThis command is used to enable controls during cinematics when they're disabled. Occasionally the game will glitch, instead of reloading put in this c
    caqsComplete all Quest Stages
    fov xAdjust field of view (insert fov value as x )
    coc qasmokeThis brings you to the testing hall with all items in the game. Be careful as opening enchanted armor and weapons cabinets may cause your game to crash
    duplicateallitemsDuplicate items (click container\NPC and copy the RefID)
    setpcfameSet character's fame.
    setpcinfamySet character's infamy.
    helplist all commands in console
    TGToggle Grass
    player.addperk ########Add perk (ie Light fingers is 00018E6A)
    SexChangeChanges your gender
    help "NPC Name" 4Gives the ID for the companion or NPC
    setessential <ID> 1Sets the NPC corresponding to the ID essential
    player.setav *skillname* #Sets skill to # level without leveling character.
    STR #Sets the refractive value of the target. 0.0= normal, 0.000001= invisible,1.0 = full refraction
    playerenchantobject <object ID> <MGEF ID #1> <MGEF ID #2>Add an item to your inventory with 1-2 enchantments of your choice. Magnitude based on enchanting skill, 100=100%.
    player.resethealthRestores the player's HP to Full
    resethealthRestores targetted NPC's HP to Full
    resetinventoryReset NPC to original inventory.
    saves game with "name of file"savegame [name of file]
    markfordeleteRemoves selected object from your game

Secrets

  1. Infinite Arrows

    If you pickpocket someone who shoots target dummies with arrows and take whatever arrows they were using (usually iron or steel) and give them 1 of the arrow type you want infinite of, they will shoot that type of arrow instead. Just collect them as they hit the dummy and you can build up a nice stockpile.

Glitches

  1. Free Archery Skill

    Visit Faendal at riverwood, he's a wood elf that usually stands by the mill. 1) Ask him to follow you.
    2) Then ask him to train your archery. (Have some gold around at least to make your first purchase of training)
    3) Ask to borrow something and take his gold. It's not considered stealing.
    4) Repeat 2 and 3 infinity times.
    NOTE: You can only level archery 5 times per level, but you level up slightly every time your archery skill goes up.
    NOTE: This will work with any trainer who can also be a follower.
  2. Restock any merchant instantly.

    Follow the steps to instantly refresh the merchant's stock and gold: 1) Choose a merchant 2) Sell or buy anything 3) Save your game 4) Kill the merchant 5) Load the game
  3. Armor Duplication

    Using the armor stand in your house in Solitude, place any piece of apparel on the mannequin then immediately take it back before exiting the menu. Leave your house and then go back in, the armor should appear on the mannequin and will still be in your inventory.
  4. Use the sneak roll without the perk

    To do this activate sneak mode and hold the sprint button, then double tap the ready/sheath button while moving forward to execute to forward roll. If you do this while moving sideways, you instead do a hop in that direction.

Achievements

Steam Achievements

CodeEffect
Find 13 standing stonesStanding Stones
Pick 50 locks and 50 pocketsThief
Learn 20 shoutsThu'um Master
Read 50 skill booksReader
Returned the Thieves Guild to its former gloryOne with the Shadows
Collect 15 daedric artifactsOblivion Walker
Bounty of 1000 gold in all nine holdsMaster Criminal
Reach level 50Master
Complete "hail sithis!"Hail Sithis!
Complete "Dragonslayer"Dragonslayer
Absorb 20 dragon soulsDragon Hunter
Clear 50 dungeonsDelver
Complete "darkness returns"Darkness Returns
Complete "bound until death"Bound Until Death
Complete "the fallen"The Fallen
Get a skill to 100Skill Master
Complete 10 side questsSideways
Get marriedMarried
Complete 50 misc objectivesHero of the People
Capture Solitude or WindhelmHero of Skyrim
Complete "Glory of the Dead"Glory of the Dead
Discover 100 LocationsExplorer
Reach level 25Expert
Complete "elder knowledge"Elder Knowledge
Capture Fort Sungard or Fort GreenwallWar Hero
Successfully persuade, bribe, and intimidateSnake Tongue
Escape from jailWanted
Complete "The Eye of Magnus"The Eye of Magnus
Join the Dark BrotherhoodWith Friends Like These…
Complete "Revealing the Unseen"Revealing the Unseen
Complete "Alduin's Wall"Alduin's Wall
Join the Stormcloaks or the Imperial ArmyTaking Sides
Join the Thieves GuildTaking Care of Business
Have 100,000 goldGolden Touch
Acquire a Daedric ArtifactDaedric Influence
Become a member of the CircleBlood Oath
Complete "diplomatic immunity"Diplomatic Immunity
Chop wood, mine ore, and cook foodHard Worker
Join the College of WinterholdGatekeeper
Make a smithed item, an enchanted item, and a potionArtificer
Buy a houseCitizen
Learn all three words of a shoutWords of Power
Reach level 10Adept
Join the CompanionsTake Up Arms
Complete "The Way of the Voice"The Way of the Voice
Absorb a dragon soulDragon Soul
Complete "bleak falls barrow"Bleak Falls Barrow
Reach level 5Apprentice
Select a Standing Stone blessingBlessed
Complete "Unbound"Unbound