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 44
Search took 0.07 seconds.
Search: Posts Made By: ryanmr
Forum: The Lounge 02-03-2010, 02:38 AM
Replies: 16
Views: 2,705
Posted By ryanmr
I read about it on the Facebook Developers blog....

I read about it on the Facebook Developers blog. It is taking PHP source code, inspecting it, transforming into optimized C++ code and then compiling it. I don't think it is doing it "Just in Time"....
Forum: The Lounge 02-01-2010, 01:12 AM
Replies: 4
Views: 739
Posted By ryanmr
I think a part of PHP's beauty is that it does...

I think a part of PHP's beauty is that it does not have strong typing, or a distinction between types of objects and primitives.

Doing Java development shows the contrast between the two ideologies....
Forum: Advanced PHP Programming 10-16-2009, 05:53 PM
Replies: 19
Views: 1,563
Posted By ryanmr
So something better might be something like...

So something better might be something like this.


$data = 'my very secret password';
$salt = 'QX;2t9`l}O^fE71AVueo5NLW7;fCI5[])=v/8Ju+?HEsxMqbtgeK@L7eVb[DH|]|'; // from wordpress,...
Forum: Tips & Tricks 10-12-2009, 05:40 AM
Replies: 4
Views: 1,158
Posted By ryanmr
That is pretty sweet. While only programmers can...

That is pretty sweet. While only programmers can appreciate the code, pretty much anyone can appreciate the message.
Forum: General 07-10-2009, 10:48 PM
Replies: 16
Views: 1,898
Posted By ryanmr
Now that's useful. Thanks for pointing that out....

Now that's useful. Thanks for pointing that out. I love PHPDOM for my crawling needs.
Forum: The Lounge 07-07-2009, 11:40 PM
Replies: 9
Views: 675
Posted By ryanmr
I fear that too but at the same time I think that...

I fear that too but at the same time I think that if you can accomplish a lot, you've shared with everyone in someway already at least. I'd love to share with another but in the foreseeable future,...
Forum: The Lounge 07-07-2009, 10:57 PM
Replies: 9
Views: 675
Posted By ryanmr
I'm shy when talking to people about just generic...

I'm shy when talking to people about just generic things. I don't start up conversations or keep them going very well. However I do enjoy talking about programming, science and philosophy. When any...
Forum: General 07-05-2009, 08:35 PM
Replies: 5
Views: 759
Posted By ryanmr
It would be quite interesting to see some first...

It would be quite interesting to see some first hand injection. Most people just see examples and that covers their experience with it. The Spanner (http://www.thespanner.co.uk/) is an excellent site...
Forum: General 07-02-2009, 04:43 AM
Replies: 9
Views: 1,491
Posted By ryanmr
Now that 5.3.0 has been released, what do you...

Now that 5.3.0 has been released, what do you think the Host penetration time will be? As in, how long do you think it will take for shared hosts to update their PHP version?

I have 1and1 and I...
Forum: The Lounge 06-28-2009, 12:24 AM
Replies: 8
Views: 668
Posted By ryanmr
I just have a single shelf dedicated to...

I just have a single shelf dedicated to programming books ranging from PHP to C#.net. It's sad to say most of their content is freely available online. I'll post a picture a bit later.
Forum: Advanced PHP Programming 06-25-2009, 05:21 AM
Replies: 2
Views: 806
Posted By ryanmr
I didn't put too much time into my list so it's...

I didn't put too much time into my list so it's basic.


users table
---
id
username
email
password
last_login
Forum: General 06-20-2009, 12:48 PM
Replies: 18
Views: 888
Posted By ryanmr
That's a pretty neat Firefox plugin,...

That's a pretty neat Firefox plugin, codefreak!
Anyway, I've tried CodeIgniter and CakePHP but I've never been able to figure them out completely. I have been piecing together my own mini-framework...
Forum: General 06-20-2009, 12:36 PM
Replies: 6
Views: 1,845
Posted By ryanmr
How about some pseudocode? Fetch the page with...

How about some pseudocode?


Fetch the page with CURL (http://us.php.net/curl) or file_get_contents
Use PHPDOM (http://us.php.net/book.dom), regular expressions or simple explode...
Forum: The Lounge 06-17-2009, 04:54 AM
Replies: 3
Views: 602
Posted By ryanmr
The button that they tell you not to press on the...

The button that they tell you not to press on the robots page should do more. Like make the tab explode or something. Something neat.
Forum: Advanced PHP Programming 06-17-2009, 04:51 AM
Replies: 7
Views: 803
Posted By ryanmr
Since I have shared hosting, I don't have cron...

Since I have shared hosting, I don't have cron access. Instead however, I setup my systems to react to the traffic that each site encounters. It bases its automation on that traffic.

I've seen very...
Forum: The Lounge 02-21-2009, 01:10 AM
Replies: 2
Views: 654
Posted By ryanmr
I've looked for a PHP based SVN compatiable...

I've looked for a PHP based SVN compatiable manager/browser and I have not found anything.

If you're working on an open source project and even if you're not, you could use GIT and GitHub.
Forum: The Lounge 01-08-2009, 04:14 AM
Replies: 4
Views: 790
Posted By ryanmr
Lately I've had a hard time explaining code that...

Lately I've had a hard time explaining code that I have not written personally.

I have so many preconceptions about how code should be written and when I come across something that is subpar, sloppy...
Forum: The Lounge 09-03-2008, 04:48 AM
Replies: 8
Views: 861
Posted By ryanmr
I tried it out earlier and it was pretty nice. I...

I tried it out earlier and it was pretty nice. I open the same five tabs in FF3 and Chrome, and Chrome was much lower, around 66MB and FF3 was around 130MB.
Also, I ran the Slickspeed tests, and the...
Forum: The Lounge 09-01-2008, 10:08 PM
Replies: 4
Views: 809
Posted By ryanmr
CakePHP is really nice since it gives you a push...

CakePHP is really nice since it gives you a push in the right direction to build your application. ^^
Forum: Show Off 08-30-2008, 01:44 AM
Replies: 3
Views: 1,106
Posted By ryanmr
That looks really nice. I'm not sure what it...

That looks really nice. I'm not sure what it makes me think of, but it does fit. People can skin the iGoogle pages but not the main google page, but if people could, this would be a good one.
^^
Forum: XHTML, HTML, CSS 08-25-2008, 05:48 AM
Replies: 2
Views: 931
Posted By ryanmr
The styles...

The styles (http://www.viget.com/inspire/styles/)
CSSEdit - what they used to make it all (http://macrabbit.com/cssedit/)

Check out the Web Developer Toolbar for Firefox...
Forum: The Lounge 08-03-2008, 12:49 PM
Replies: 34
Views: 1,382
Posted By ryanmr
I use Notepad++ and it works great for me because...

I use Notepad++ and it works great for me because it's so fast.
Dreamweaver is good too, for html-things/css things.
Forum: The Lounge 08-03-2008, 12:44 PM
Replies: 4
Views: 870
Posted By ryanmr
I was fooled with this last week on Digg. :)

I was fooled with this last week on Digg. :)
Forum: The Lounge 07-31-2008, 10:30 PM
Replies: 1
Views: 694
Posted By ryanmr
I downloaded it two days ago. The tab switching...

I downloaded it two days ago. The tab switching thing is still pretty strange to me. I think it might've been better left as a plugin.
You should post some javascript you make for firefox 3.1, I...
Forum: The Lounge 07-28-2008, 02:25 AM
Replies: 23
Views: 1,680
Posted By ryanmr
Internet Explorer 8 beta 1 came out a few months...

Internet Explorer 8 beta 1 came out a few months ago and didn't do well with any of the Acid tests. Apparently, Microsoft's excuse for the long delay between beta 1 and beta 2, which is coming...
Showing results 1 to 25 of 44

 

All times are GMT. The time now is 09:06 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