Coder Profile - Show off your skills, get a coder profile.
 
 
 
User Name Arcube
Unique Hits 382
Real Name - - -
Location China
Occupation Chief Software Architect
Gender Male
Age - - -
WebSite - - -
Post A Profile Comment
Recently Added Articles
  view more
Website Optimization
Web Development
This article will give you tips and facts about how you can make your website lighter and faster. Website optimization is often underestimated by web programmers but it is very important for 3 reasons: ->  User Experience By optimizing your website, it will be downloaded faster and use the cache of the user's web browser to provide a more comfortable user experience while browsing the website. ->  Bandwidth Making your website smaller will save you upload bandwidth and your users will save download bandwidth. It's always good to save money and performance by using a smarter code and techniques. ->  Search Engine Optimization Search Engines are very happy when they see a page optimized which allow them to analyze the pages much quicker. Search Engines are one of the best way to attract new users. To optimize your website, there are 5 things to take care of: ->  HTML ->  CSS ->  JavaScript ->  Images ->  Number of Requests One thing to know to optimize a websi... View In Full
3 Comments 8.50 out of 10
Pathfinding Algorithm - Beginner Level
Programming
Introduction Pathfinding algorithms are search methods and are a type of artificial intelligence. They can be used to search for many things such as finding the fastest way to go from a point to another by considering different lands and obstacles. Initialization First we need to initialize our values, here are the values required for a basic 2D maze: 1. Map (into array/vector) 2. Starting Point 3. End Point First, we need a map, in the case of a 2D maze, we can create a square or a rectangle into an array/vector. To make your maze into an array or a vector, you need to split your maze into small squares, each square is a location that the algorithm will use, and each square can have a value which determines what kind of land this square is. If you make an array/vector of int (integer) you can then set a different number for each different land, here's an example: 0 = neutral land 1 = wall / empty / non-existent 2 = water (can only go on if we use a boat, for e... View In Full
0 Comments 8.33 out of 10
Genetic Algorithm - Beginner Level
Programming
Introduction Genetic Algorithm is a well known algorithm for artificial intelligence. It is mostly used to solve problems which can not be solved with a formula. It uses the evolution theory to learn. It contains genes and chromosomes. Genes are 0s and 1s (binary) and chromosomes are group of genes. Specific values will be given to chromosomes and they can be as big as required. Let's make an example: Chromosomes Let's say we want to get an equation that result to a given number between 10 and 100. First thing we need to do is look at the values we need: - Numbers (0-9) - Operations (+ - * /) So we create our chromosomes: 0000 = 0 0001 = 1 0010 = 2 0011 = 3 0100 = 4 0101 = 5 0110 = 6 0111 = 7 1000 = 8 1001 = 9 1010 = + 1011 = - 1100 = * 1101 = / Let's say we want to find an equation that results to 32, with numbers between 0 to 9, and we want 3 numbers (so 2 operators), we would then need to use 20 genes (00111100011110101001 -> 3 * 7 + 9).... View In Full
0 Comments 8.00 out of 10
Recently Added Source Codes
  view more
Hotkeys and TABs in <textarea> - v1.01
Language Posted Comments
JavaScript 1.10 Year Ago 0
Rating Downloadable Plain Text
9.50 Yes 3,064 Chrs
User experience is very important when developing a website. Giving the opportunity to users to use hotkeys will make some very happy. This simple javascript will allow users to use hotkeys and the TA
Profile Comments
  
Please login to post comments.
 
Cinjection     Posted 134 Days Ago
 
 
Hey, Haven't seen you in a while. What have you been up to?
 
Festering-Hate     Posted 250 Days Ago
 
 
Good job on the toolbar.
 
Cinjection     Posted 1.14 Year Ago
 
 
Wow! Great tutorial on Genetic Algorithm. It was a great read. I would love to see
you write some more on that topic. Very interesting stuff. Nice work.


And welcome to the site, by the way.
 
VBAssassin     Posted 1.14 Year Ago
 
 
Wow, your profiles really nice as well! Noticed you picy from your post in the
forum... but now reading ya profile ;-)

Kind regards,
Scott
 
VBAssassin     Posted 1.14 Year Ago
 
 
Nice profile pic... like the C++ part of your nick ;-)

Kind regards,
Scott
Page 1 of 1
China
Arcube has 2 fans
become a fan
� Applications
Articles Articles (3)
Source Codes Source Codes (1)
� About Me
About Me About Me
� Misc
Overview Overview
Send A Friend Invite
Send Message Send A Message
RSS Whole Profile Feed
 
 
Latest News About Coder Profile
Coder Profile Poll
What is the next application you would like to be added to your profiles?

Books
Coding Challenges
Project Management
Blog
Tutorials


please login to cast your vote
and see the results of this poll
Latest Coder Profile Changes
Coder Profile was last updated
25 Days Ago
Official Blog :: Make A Donation :: Credits :: Contact Me
Terms & Conditions :: Privacy Policy :: Documents :: Wallpapers
Version 1.46.00
Copyright � 2007 - 2008, Scott Thompson, All Rights Reserved