User Name
|
Izzmo |
Unique Hits
|
5,010 |
Real Name
|
Nick George |
Location
|
United States Kansas Johnson |
Occupation
|
System Administrator |
Gender
|
Male |
Age
|
21 Years Old |
WebSite
|
izzmo.com |
|
|
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
 |
3 Comments |
6.67 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 |
|
|
|
Portable Contact Form v2.1
PHP (Hypertext Preprocessor)
|
286 Days Ago
|
0
|
- - -
|
Yes
|
19,388 Chrs
|
|
A simple contact form with customizable inputs (as many as you want).
There is also image validation as well, which is also now optionable.
Very secure! All inputs are validated against regular
|
|
|
Basic Calculator
C# (C Sharp)
|
1.35 Year Ago
|
0
|
- - -
|
Yes
|
9,119 Chrs
|
|
A calculator which allows one to use numbers 0-9 with operators plus, minus, multiply and divide with the extra ability to use parenthesis.
This provides the full C# project file and Visual Studio
|
|
|
Portable Contact Form v2
PHP (Hypertext Preprocessor)
|
1.85 Year Ago
|
0
|
- - -
|
- - -
|
20,648 Chrs
|
|
A simple contact form with customizable inputs (as many as you want).
There is also image validation as well, which is also now optionable.
Very secure! All inputs are validated against regular
|
|
Please login to post comments. |
|
Haha. I am still going to University Of Waterloo. Starting third year now. :)
I only ever check this site when I get an email about new notifications.
What are you up to these days?
|
|
hi could you give me a detailed explanation and example on how to use and set the parameters in the obstart() and ob end flush() functions. i have a scripts that has been giving me stress; it always gives this error "
Warning: Cannot modify header information - headers already sent by (output started at /home/----/public_html/----/-----.php:1) in /home/----/public_html/----/----.php on line 6
" . i found out it sends output to browser b4 it sends the header
|
|
Help me take care of them .... so that there will be none left!!!!!
|
|
I sure have .... I want to deplete all the unreplied topics in the discussion forum, because I'm tired of seeing them all lol
|
|
thankuu for your help,
i will update it : )
|
|
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.
|
|
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).
|
|
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 :)
|
|
 |
Nick George (21) United States, Kansas, Johnson |
|
Izzmo has 7 fans
become a fan |
|
 |
|
 |
|