Advertisement
thekingofbandit

User Manual Tweaked

May 26th, 2016
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 8.55 KB | None | 0 0
  1. <p><strong>Accounts</strong></p>
  2.  
  3. <ul>
  4.     <li><a href="#siji">Register a new account</a></li>
  5. </ul>
  6.  
  7. <p><strong>Snips</strong></p>
  8.  
  9. <ul>
  10.     <li><a href="#loro">Uploading a Snip</a></li>
  11.     <li><a href="#telu">Downloading a Snip</a></li>
  12.     <li><a href="#papat">Setting up Snips</a></li>
  13. </ul>
  14.  
  15. <p><strong><strong><strong>General</strong></strong></strong></p>
  16.  
  17. <ul>
  18.     <li><a href="#limo">Editing your profile picture</a></li>
  19.     <li><a href="#enem">Editing description</a></li>
  20.     <li><a href="#pitu">Editing your name</a></li>
  21. </ul>
  22.  
  23. <p><strong>Add User Services</strong></p>
  24.  
  25. <ul>
  26.     <li><a href="#wolu">Editing user services</a></li>
  27. </ul>
  28.  
  29. <p><strong>About</strong></p>
  30.  
  31. <ul>
  32.     <li><a href="#songo">Editing about</a></li>
  33. </ul>
  34.  
  35. <p><strong>Contact</strong></p>
  36.  
  37. <ul>
  38.     <li><a href="#sepuloh">Editing contact</a></li>
  39. </ul>
  40.  
  41. <p><strong>Portfolios</strong></p>
  42.  
  43. <ul>
  44.     <li><a href="#sewelas">Adding a portfolio</a></li>
  45.     <li><a href="#rolas">Editing a portfolio</a></li>
  46.     <li><a href="#telulas">Deleting a portfolio</a></li>
  47. </ul>
  48.  
  49. <p><strong><strong>Liking and Bookmarking Snips</strong></strong></p>
  50.  
  51. <ul>
  52.     <li><a href="#pabelas">Like a Snip</a></li>
  53.     <li><a href="#limolas">Bookmark a Snip</a></li>
  54. </ul>
  55.  
  56. <p>User Manual</p>
  57.  
  58. <p>&nbsp;</p>
  59.  
  60. <p>&nbsp;</p>
  61.  
  62. <h3>Accounts</h3>
  63.  
  64. <p>&nbsp;</p>
  65.  
  66. <p><strong>Register a new account</strong></p>
  67.  
  68. <ol>
  69.     <li>Go to&nbsp;<a href="http://alphasnip.com/">alphasnip.com</a></li>
  70.     <li>Click <strong>Login</strong></li>
  71.     <li>Click <strong>Register:&nbsp;</strong>then fill in your name, email, and password</li>
  72.     <li>Click <strong>Submit</strong></li>
  73.     <li>Check your email inbox for the verification link from AlphaSnip. If it&#39;s not there, look in your spam inbox</li>
  74.     <li>Activate your account by clicking <strong>Verify</strong></li>
  75. </ol>
  76.  
  77. <p>Watch this video on registering&nbsp;<a href="https://vimeo.com/165548791">here</a></p>
  78.  
  79. <p>&nbsp;</p>
  80.  
  81. <hr />
  82. <p>&nbsp;</p>
  83.  
  84. <h3>Snips</h3>
  85.  
  86. <p>&nbsp;</p>
  87.  
  88. <p><strong>Uploading a Snip</strong></p>
  89.  
  90. <ol>
  91.     <li>Log in to alphasnip.com</li>
  92.     <li>Click <strong>Upload Snip</strong></li>
  93.     <li>In <strong>Title</strong> bar add your Snip&#39;s name</li>
  94.     <li>Add <strong>Tags</strong> showing your Snip&#39;s category</li>
  95.     <li>Add <strong>Version</strong> info for your Snip</li>
  96.     <li>Add a <strong>Preview Picture</strong> for your Snip</li>
  97.     <li>Add <strong>Codes</strong>&nbsp;needed &nbsp;(HTML, CSS, Xbasic, JavaScript etc.) to make the Snip work</li>
  98.     <li>Add to <strong>READ ME</strong> to describe your Snip</li>
  99.     <li>Add <strong>HELP</strong> instructions for setting your Snip</li>
  100.     <li>Attach your Snip&#39;s components, compressed in a zip file</li>
  101.     <li>Click&nbsp;<strong>Submit</strong></li>
  102. </ol>
  103.  
  104. <p>Watch the Snip Upload Demo <a href="https://vimeo.com/165986858">here</a></p>
  105.  
  106. <p>Note:</p>
  107.  
  108. <ul>
  109.     <li>Use connection-string name <strong>Northwind</strong></li>
  110.     <li>Use <strong>static</strong> <strong>data</strong> or Northwind database for control list and UX components</li>
  111.     <li>Download Northwind database here&nbsp;<a href="https://code.google.com/archive/p/northwindextended/downloads">https://code.google.com/archive/p/northwindextended/downloads</a></li>
  112. </ul>
  113.  
  114. <p><strong>Downloading a Snip</strong></p>
  115.  
  116. <ol>
  117.     <li>Sign in to alphasnip.com</li>
  118.     <li>Select a Snip</li>
  119.     <li>Click <strong>Download</strong> tab and then click <strong>Download</strong> button</li>
  120.     <li>Click <strong>OK</strong></li>
  121. </ol>
  122.  
  123. <p>Note:&nbsp;Extract the downloaded zip file in a folder and read the installation steps in the <strong>HOW TO</strong> tab</p>
  124.  
  125. <p><strong>Setting up</strong> <strong>Snips</strong></p>
  126.  
  127. <ol>
  128.     <li>Extract zip file in a folder</li>
  129.     <li>Put it in Alpha project directory</li>
  130.     <li>Open component in Alpha</li>
  131.     <li>Follow steps on <strong>Help</strong> tab section</li>
  132. </ol>
  133.  
  134. <p>&nbsp;</p>
  135.  
  136. <hr />
  137. <p>&nbsp;</p>
  138.  
  139. <h3>General</h3>
  140.  
  141. <p>&nbsp;</p>
  142.  
  143. <p><strong>Editing your profile picture</strong></p>
  144.  
  145. <ol>
  146.     <li>Sign in to alphasnip.com</li>
  147.     <li>Click on <strong>Account</strong> , then <strong>Profile</strong></li>
  148.     <li>Click on <strong>Edit,</strong> then <strong>General</strong></li>
  149.     <li>Click on the <strong>Image,</strong> then <strong>Folder;</strong> select your picture and click <strong>Upload</strong></li>
  150.     <li>Click <strong>Submit</strong></li>
  151. </ol>
  152.  
  153. <p>Note: Use square picture&nbsp;</p>
  154.  
  155. <p><strong>Editing description</strong></p>
  156.  
  157. <ol>
  158.     <li>Sign in to alphasnip.com</li>
  159.     <li>Click on <strong>Account,</strong> then <strong>Profile</strong></li>
  160.     <li>Click on <strong>Edit,</strong> then <strong>General</strong></li>
  161.     <li>Click on <strong>Short Description</strong> and edit the text in the box</li>
  162.     <li>Click <strong>Submit</strong></li>
  163. </ol>
  164.  
  165. <p><strong>Editing your name</strong></p>
  166.  
  167. <ol>
  168.     <li>Sign in to alphasnip.com</li>
  169.     <li>Click on <strong>Account,</strong> then <strong>Profile</strong></li>
  170.     <li>Click on <strong>Edit,</strong> then <strong>General</strong></li>
  171.     <li>Click on <strong>User</strong> <strong>Name</strong> and edit text in the box</li>
  172.     <li>Click <strong>Submit</strong></li>
  173. </ol>
  174.  
  175. <p>Note: Filling in General is optional; you can leave it blank</p>
  176.  
  177. <p>&nbsp;</p>
  178.  
  179. <hr />
  180. <p>&nbsp;</p>
  181.  
  182. <h3>Add User Services</h3>
  183.  
  184. <p>Add the services you offer to clients in this section</p>
  185.  
  186. <p><strong>Editing user services</strong></p>
  187.  
  188. <ol>
  189.     <li>Sign in to alphasnip.com</li>
  190.     <li>Click on <strong>Account,</strong> then <strong>Profile</strong></li>
  191.     <li>Click <strong>Edit,</strong> then <strong>Services</strong></li>
  192.     <li>Type <strong>Services</strong> in service boxes 1-4</li>
  193.     <li>Type <strong>Description</strong> of services</li>
  194.     <li>Set the display setting:<br />
  195.     <strong>Yes</strong> to make it visible to other members or<br />
  196.     <strong>No</strong> to make it invisible.</li>
  197.     <li>Click <strong>Submit</strong></li>
  198. </ol>
  199.  
  200. <p>&nbsp;</p>
  201.  
  202. <hr />
  203. <p>&nbsp;</p>
  204.  
  205. <h3>About</h3>
  206.  
  207. <p>Briefly describe&nbsp;yourself</p>
  208.  
  209. <p><strong>Editing about</strong></p>
  210.  
  211. <ol>
  212.     <li>Sign in to alphasnip.com</li>
  213.     <li>Click on <strong>Account,</strong> then <strong>Profile</strong></li>
  214.     <li>Click <strong>Edit,</strong> then <strong>About Us</strong></li>
  215.     <li>Update the text in the box</li>
  216.     <li>Click <strong>Submit</strong></li>
  217. </ol>
  218.  
  219. <p>&nbsp;</p>
  220.  
  221. <hr />
  222. <p>&nbsp;</p>
  223.  
  224. <h3>Contact</h3>
  225.  
  226. <p><strong>To editing contact</strong></p>
  227.  
  228. <ol>
  229.     <li>Sign in to alphasnip.com</li>
  230.     <li>Click on <strong>Account,</strong> then <strong>Profile</strong></li>
  231.     <li>Click <strong>Edit,</strong> then <strong>Contact Us</strong></li>
  232.     <li>Update each box</li>
  233.     <li>Set the display setting:<br />
  234.     <strong>Yes</strong> to make it visible to other members or<br />
  235.     <strong>No</strong> to make it invisible</li>
  236.     <li>Click <strong>Submit</strong></li>
  237. </ol>
  238.  
  239. <p>&nbsp;</p>
  240.  
  241. <hr />
  242. <p>&nbsp;</p>
  243.  
  244. <h3>Portfolios</h3>
  245.  
  246. <p>&nbsp;</p>
  247.  
  248. <p><strong>Adding</strong> <strong>a</strong> <strong>portfolio</strong></p>
  249.  
  250. <ol>
  251.     <li>Sign in to alphasnip.com</li>
  252.     <li>Click <strong>Account,</strong> then <strong>Profile</strong></li>
  253.     <li>Click <strong>Edit,</strong> then <strong>New</strong> <strong>Portfolio</strong></li>
  254.     <li>Update each row of information</li>
  255.     <li>Click <strong>Upload Image</strong> to upload your company logo</li>
  256.     <li>Click <strong>Save</strong> to submit</li>
  257. </ol>
  258.  
  259. <p><strong>Editing a portfolio</strong></p>
  260.  
  261. <ol>
  262.     <li>Sign in to alphasnip.com</li>
  263.     <li>Click on <strong>Account,</strong> then <strong>Profile</strong></li>
  264.     <li>Click the <strong>Portfolio</strong> to be edited</li>
  265.     <li>Edit the information in each row</li>
  266.     <li>Click <strong>Upload Image</strong> to change the portfolio&#39;s image</li>
  267.     <li>Click <strong>Save</strong> to submit</li>
  268. </ol>
  269.  
  270. <p>Note: You need to refresh your page to see the change</p>
  271.  
  272. <p><strong>Deleting a portfolio</strong></p>
  273.  
  274. <ol>
  275.     <li>Sign in to alphasnip.com</li>
  276.     <li>Click on <strong>Account,</strong> then <strong>Profile</strong></li>
  277.     <li>Click the <strong>Portfolio</strong> to be deleted</li>
  278.     <li>Click on <strong>x</strong></li>
  279.     <li>Click <strong>Yes</strong> to confirm the deletion</li>
  280. </ol>
  281.  
  282. <p>&nbsp;</p>
  283.  
  284. <hr />
  285. <p>&nbsp;</p>
  286.  
  287. <h3>Liking and Bookmarking Snips</h3>
  288.  
  289. <p>&nbsp;</p>
  290.  
  291. <p><strong>Like a Snip</strong></p>
  292.  
  293. <ol>
  294.     <li>Sign in to alphasnip.com</li>
  295.     <li>Click on a Snip to preview</li>
  296.     <li>Click on <strong>Like</strong></li>
  297. </ol>
  298.  
  299. <p><strong>Bookmark a Snip</strong></p>
  300.  
  301. <ol>
  302.     <li>Sign in to alphasnip.com</li>
  303.     <li>Click on a Snip to preview</li>
  304.     <li>Click on <strong>Bookmark</strong></li>
  305. </ol>
  306.  
  307. <p><br />
  308. &nbsp;</p>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement