TalkPHP
 
 
Account Login
Latest Articles
» The basic usage of PHPTAL, a XML/XHTML template library for PHP
» Vulnerable methods and the areas they are commonly trusted in.
» Simple way to protect a form from bot
» The Basics On: How Session Stealing Works
» How to keep your forms from double posting data
IRC Channel
IRC Speech Bubble Join the friendly bunch on IRC...
(#TalkPHP on Freenode)

...Also available via a web interface.

See this thread for information on the TalkPHP Free Hugs Initiative™. Subject to availability.
Associates
Associates
CSS Tutorials
Showing results 1 to 25 of 70
Search took 0.01 seconds.
Search: Posts Made By: SpYkE112
Forum: The Lounge 07-20-2008, 08:14 PM
Replies: 9
Views: 930
Posted By SpYkE112
I'd rather go with Debian Etch, but thats just me...

I'd rather go with Debian Etch, but thats just me :)
Forum: General 06-18-2008, 06:38 AM
Replies: 9
Views: 1,521
Posted By SpYkE112
Well, you can find the load value through a COM...

Well, you can find the load value through a COM class, but it's not easy.. And it "hangs" for a moment while probing the load percentage.. So if you wan't to play around with load values, i would...
Forum: Absolute Beginners 06-16-2008, 07:03 AM
Replies: 1
Views: 723
Posted By SpYkE112
You don't use the right name for the options POST...

You don't use the right name for the options POST array....
if ($_POST[option])
{
// this loop definitely wont work.
...
Forum: Member Introductions 06-16-2008, 06:57 AM
Replies: 4
Views: 753
Posted By SpYkE112
Well Hello there :)

Well Hello there :)
Forum: Show Off 06-14-2008, 09:09 PM
Replies: 8
Views: 1,007
Posted By SpYkE112
Same thing goes for Denmark, and pretty much the...

Same thing goes for Denmark, and pretty much the entire Scandinavia i think.. :)
Forum: XHTML, HTML, CSS 06-12-2008, 03:11 PM
Replies: 5
Views: 924
Posted By SpYkE112
Well i fixed it by using a display: block; in the...

Well i fixed it by using a display: block; in the image, really weird :S
Forum: Javascript, AJAX, E4X 06-12-2008, 09:52 AM
Replies: 23
Views: 1,519
Posted By SpYkE112
Yes, but what i mean is that Javascript isn't as...

Yes, but what i mean is that Javascript isn't as consequent (spelling xD) as PHP.
Fx. in PHP you have to end most lines with a semicolon you don't HAVE to in Javascript, but you can? What is that all...
Forum: XHTML, HTML, CSS 06-12-2008, 08:23 AM
Replies: 5
Views: 924
Posted By SpYkE112
Why i dislike Internet Explorer!

So, i made this design, and it ofc validates without errors:
[Valid] Markup Validation of http://local.pulse101.net/design1/ - W3C Markup Validator...
Forum: Javascript, AJAX, E4X 06-12-2008, 08:12 AM
Replies: 23
Views: 1,519
Posted By SpYkE112
I don't use it, but i still don't like that...

I don't use it, but i still don't like that everyone seems to love it, and for the most part people can't use it "right", you can write Javascript in so many ways, and it will still work.. That is...
Forum: Javascript, AJAX, E4X 06-11-2008, 08:17 PM
Replies: 23
Views: 1,519
Posted By SpYkE112
In my oppinion Javascript comes straight from...

In my oppinion Javascript comes straight from hell, it introduces nothing but complication and security breachs. Plus, you take the risk of haveing a piece of Javascript that runs perfectly on IE but...
Forum: The Lounge 06-11-2008, 08:03 PM
Replies: 9
Views: 1,456
Posted By SpYkE112
I'm running my own little server, but because of...

I'm running my own little server, but because of noise it isn't turned on 24/7 therefor i use One.com Web hosting**-**Domain • Hosting • E-mail** (http://one.com) they are okay, never had a...
Forum: Advanced PHP Programming 06-10-2008, 12:16 PM
Replies: 6
Views: 1,616
Posted By SpYkE112
That worked thanks a lot! ^^

That worked thanks a lot! ^^
Forum: The Lounge 06-09-2008, 05:04 PM
Replies: 14
Views: 781
Posted By SpYkE112
Rounded coners will be available in CSS3 :D And...

Rounded coners will be available in CSS3 :D
And gradients can be done using CSS as far as i remember... I think Kalle showed that to me once :)
Forum: Show Off 06-09-2008, 05:01 PM
Replies: 9
Views: 1,427
Posted By SpYkE112
Whats wrong with: PHP: highlight_file - Manual...

Whats wrong with: PHP: highlight_file - Manual (http://dk.php.net/manual/en/function.highlight-file.php) and PHP: highlight_string - Manual...
Forum: The Lounge 06-09-2008, 04:58 PM
Replies: 14
Views: 781
Posted By SpYkE112
Yes, but CSS helps alot too :P

Yes, but CSS helps alot too :P
Forum: Absolute Beginners 06-09-2008, 04:50 PM
Replies: 6
Views: 1,155
Posted By SpYkE112
I just made this one earlier today: function...

I just made this one earlier today:
function randStr($len = 32) {
$str = "";

for($i = 0; $i < $len; $i++)
{
$str .= chr(rand(33,126));
}

...
Forum: The Lounge 06-09-2008, 04:37 PM
Replies: 14
Views: 781
Posted By SpYkE112
Well, sounds like i have to sit down tommorrow...

Well, sounds like i have to sit down tommorrow and stir some sort of design out of the sleeve :D
Forum: The Lounge 06-09-2008, 04:25 PM
Replies: 14
Views: 781
Posted By SpYkE112
True, but if you wan't a sort of business look, i...

True, but if you wan't a sort of business look, i think it is best to keep it flashy yet simple, but i haven't got any ideas :S
Forum: Advanced PHP Programming 06-09-2008, 04:22 PM
Replies: 6
Views: 1,616
Posted By SpYkE112
I changed the code to this: public function...

I changed the code to this:
public function connect()
{
static $host = 'localhost';
static $user = 'SpYkE112';
static $pass = '';
static $name = array(0 =>...
Forum: Advanced PHP Programming 06-09-2008, 03:32 PM
Replies: 6
Views: 1,616
Posted By SpYkE112
Multiple mysql connections doesn't seem to work :S

I got the following class, where i wan't to use multiple database connections, but it is somehow broke. It will only make one connection :/
<?php
//Check if ticket
if (!defined('BACKEND_TICKET'))
{
...
Forum: The Lounge 06-09-2008, 07:57 AM
Replies: 14
Views: 781
Posted By SpYkE112
Exactly, and if i make it simple, it looks really...

Exactly, and if i make it simple, it looks really unprofessional :/
Forum: Absolute Beginners 06-08-2008, 04:58 PM
Replies: 8
Views: 4,880
Posted By SpYkE112
Zend support "code folding" as they call it to,...

Zend support "code folding" as they call it to, if you have a function, you can folk it op, just like in Visual Studio :)
Forum: Absolute Beginners 06-08-2008, 10:36 AM
Replies: 5
Views: 957
Posted By SpYkE112
well preg_ / ereg_ use the RegEx syntax, i think...

well preg_ / ereg_ use the RegEx syntax, i think it is possible to google it, i don't understand it at all myself :P
Forum: The Lounge 06-07-2008, 02:40 PM
Replies: 14
Views: 781
Posted By SpYkE112
What if it then should be a tool from which you...

What if it then should be a tool from which you could monitor your server? :)
I'm working on my summer project, which is a "simple" yet powerful server monitor, and i have no what it should look like...
Forum: The Lounge 06-07-2008, 12:18 PM
Replies: 14
Views: 781
Posted By SpYkE112
Which type of layout do you prefer?

Yes, i wanted to know what type of design/layout people like on the web, do you like, simplistic, really only a bit of CSS and XHTML and no images, the golden middle way with a bit of everything,...
Showing results 1 to 25 of 70

 

All times are GMT. The time now is 04:39 PM.

 
     

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Inactive Reminders By Icora Web Design