Coder Profile - Show off your skills, get a coder profile.
 
 
 
User Name Izzmo
Unique Hits 1,259
Real Name Nick George
Location United States
Kansas
Johnson
Occupation System Administrator
Gender Male
Age 19 Years Old
WebSite izzmo.com
Post A Profile Comment
Some Random Friends
  view more
Festering-Hate
Sean O
VBAssassin
Scott Thompson
Damner
Dominik
Recently Added Articles
  view more
Embed flash into your website
Web Development
Flash is becoming a huge thing now adays, and if you don't have the flash plugin to your browser, then you should! A lot of sites use it and require you to have it in order to even view the site. So, how would you go about embedding a flash video or object into your website so that all the different web browsers could see and use it? It's rather simple, just copy and paste the code into your site below and replace all the necessary options with your file, and vua-lah! Note, you need to update both the object params and the embed params for it to work in all browsers! [code] <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" id="YourFileName" align="middle" width="500" height="350"> <param name="allowScriptAccess" value="sameDomain" /> <param name="movie" value="YourFile.swf" /> <param name="quality" value="high" /> <param name="bgcolor" value="#FFFFFF" /> <embe... View In Full
2 Comments 7.00 out of 10
Introduction to Pseudo Code
Programming
When starting to develop new systems, sometimes it is good to work through it before you actually start writing it. Or maybe you run into a problem while writing a code and it's very hard to sift through it. So, the ideal solution would be to pseudo code it, or in other words, simplify writing statements in the margin. So, comparing codes, here is what a simple script would look like that ouputs text in PHP: It's similar in pseudo code, just without all the detailed stuff. What would putting in conditions? Well my friend, here is your answer: PHP: Pseudo Code: If you are firmiliar with Visual Basic, you can see the similarities between the two languages. Next I will show you a bit more advance code in Pseudo code. [code] // Dummy code X = 1 Y = 10 daytime = TRUE OUTPUT Is it daytime? CASE View In Full
2 Comments
Command Line and Batch Files: The Basics
Operating Systems
If you have been on the computer for a while, since Windows 95, then you should definitely know how to use command line! It comes in really handly when you want to start automating programs and tasks, such as performancing logging, or maybe you are trying to troubleshoot networking problems. Here are some basics to get you started on learning some simple commands for command line that could save your sanity. Start up command prompt by click on Start -> Run -> cmd If you want to learn about any really basic commands in the prompt, just simply type 'help' and it will populate a nice list of commands. These commands are useful for doing IO (or file) operations, but will not help you for doing things like automating. For doing batch commands like 'net' or 'ipconfig', you need to know the command in order to use it. For reference on all the standard batch command for A-Z, visit Microsoft's handy webpage: http://technet2.microsoft.com/WindowsServer/en/library/552ed70a-208d-48c... View In Full
1 Comments 8.00 out of 10
Recently Added Source Codes
  view more
Pascal's Triangle with Binomial Expansions
Language Posted Comments
Java 11 Days Ago 2
Rating Downloadable Plain Text
7.00 - - - 2,247 Chrs
Another project for my CIS class. This is a simple script where you can input how many rows to go down to. With that, it will show you Pascal's Triangle and the binomial expansions along with it.
Bill Change
Language Posted Comments
Java 32 Days Ago 0
Rating Downloadable Plain Text
- - - - - - 1,657 Chrs
I am in a class that requires the use of Java to make programs. It is a basic class, but I thought I would just post all of the scripts I make for people who are new to Java or any other programming
Portable Contact Form
Language Posted Comments
PHP (Hypertext Preprocessor) 55 Days Ago 2
Rating Downloadable Plain Text
10.00 Yes 8,386 Chrs
A simple contact form with these inputs: Name, Subject, Type of Inquiry (can modify selections easily), E-Mail and Body. There is also image validation as well. Very secure! All inputs are vali
Profile Comments
  
Please login to post comments.
 
otoom     Posted 5 Days Ago
 
 
thankuu for your help,

i will update it : )
 
otoom     Posted 5 Days Ago
 
 
hey man
thanks for saying you will test it.

you just have to simply download autoit. from www.autoitscript.com
open the scite editor, paste the code in, then save, then tools -> compile

thanks again.
 
Cinjection     Posted 52 Days Ago
 
 
lol. I know!
 
Cinjection     Posted 52 Days Ago
 
 
Mostly desktop software. I don't like working with web stuff. It's fine as
long as I don't have to deal with graphics. (HTML, CSS, blahblahblah).
 
Cinjection     Posted 52 Days Ago
 
 
Cool. Thanks :)
 
Cinjection     Posted 52 Days Ago
 
 
http://www.coderprofile.com/coder/Cinjection/source-codes/view?id=547

Can you check that out and make sure I didn't do something wrong in terms of
C#. Or if C# gives me a better alternative to something?

Thanks :)
 
Cinjection     Posted 53 Days Ago
 
 
Yeah well I used to really love C++, because of the power, but I realize now that
something like C# is a lot better.

I like not wasting my time pleasing my compiler, and actually programing.

I've only been doing C# for a bit though. I really like it thus far though.
 
VBAssassin     Posted 54 Days Ago
 
 
Haha, the forum will get more active at the same time as the rest of the site.
Don't worry about that. Though it may die down again when i add the IM and chat
room applications towards the end of next year :-p

As for that URL... when you search for a coder who knows a specific language a FULL
TEXT search is performed and so php for example is just 3 letters and would get
discarded from the search. However, i have found another, better way of doing it in
v2 ;-) and say good bye to those hashes.

Kind regards,
Scott
 
VBAssassin     Posted 55 Days Ago
 
 
Oh and another thing... CP in terms of activity when defined as the total users
coming back over time has not changed for months. It's stayed consistent on a
"daily" basis. So the coders are still here... they just aren't
posting as much in the forums and stuff as usual.

Kind regards,
Scott
 
VBAssassin     Posted 55 Days Ago
 
 
Hey up mate,

While i can't disagree, i still have to say that i simply wont promote this
place... yet. You see, if i do, all the messages etc and branding that i do would be
a waist because v2 is instantly changing how you use this site, and give it another 6
to 12 months and then we will have a lot of stuff i can work with in regards to
promotion ;-)

Doing it now though would just be a little premature.

Stick it out though, and i will turn it all around in due course... ;-)

v2 is becoming a site of beauty. I already finished 2 days work in today alone ;-)
and still have a few hours left of tonight.

Kind regards,
Scott
Page of 5 :: Next Page >>
Nick George (19)
United States, Kansas, Johnson
Izzmo has 7 fans
become a fan
� Applications
Articles Articles (6)
Source Codes Source Codes (9)
� About Me
About Me About Me
User Groups User Groups (11)
Portfolio Portfolio (9)
Friends Friends (28)
R�sum� Résumé
� Misc
Overview Overview
Send A Friend Invite
Send Message Send A Message
RSS Whole Profile Feed
 
 
Latest News About Coder Profile
Coder Profile Poll
How well would you say the development of coder profile is coming along?

I love it the more it's developed
It's coming along well
I think it could be developed faster
I think it could be developed much faster
I'm not really that fussed


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