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 27
Search took 0.11 seconds.
Search: Posts Made By: Devels
Forum: Libraries & Extensions 09-10-2008, 12:14 PM
Replies: 4
Views: 3,290
Posted By Devels
I'm looking for good examples of models querying...

I'm looking for good examples of models querying the database, with static functions.
Forum: Libraries & Extensions 09-09-2008, 07:50 PM
Replies: 4
Views: 3,290
Posted By Devels
I already understands preparing, I need to know...

I already understands preparing, I need to know how to implement this using Zend Framework.
Forum: Libraries & Extensions 09-09-2008, 03:36 PM
Replies: 4
Views: 3,290
Posted By Devels
Zend Framework Model

How do you guys design a typical 'good' model?
I see alot of examples of models that extends Zend_Db_Table or Zend_Db_Select.
I don't like the way working with table relationship with Zend_Db_Table....
Forum: General 09-06-2008, 11:08 AM
Replies: 1
Views: 2,342
Posted By Devels
Zend Studio code completion framework

What's the best way to setup code completion for Zend Framework using Zend Studio(Eclipse)?

I can start a new zend framework project and everything is set. To run the application in the browser...
Forum: XHTML, HTML, CSS 03-23-2008, 08:25 PM
Replies: 7
Views: 1,258
Posted By Devels
I have tested it in realtime using Firebug:...

I have tested it in realtime using Firebug: https://addons.mozilla.org/nl/firefox/addon/1843

Maybe you find that interesting.
Forum: XHTML, HTML, CSS 03-22-2008, 08:55 AM
Replies: 7
Views: 1,258
Posted By Devels
The 'div': <div class="img">, that is after...

The 'div': <div class="img">, that is after thumbs, is wrong positioned, in this case: relative. Remove relative, give it:
clear left;
margin: 3px 0 0 0;
And you are done! :)
Forum: Show Off 03-19-2008, 07:23 PM
Replies: 15
Views: 1,408
Posted By Devels
Sounds promising! What market are you targeting?...

Sounds promising! What market are you targeting?
Before the server went down I have seen it working for about 5 mins, and it looked like I couldn't use it out of the box for the countries I live in:...
Forum: Libraries & Extensions 03-15-2008, 09:24 PM
Replies: 5
Views: 1,640
Posted By Devels
Zend Framework 1.5

Coming up: Zend Framework 1.5
Home - Zend Framework Wiki (http://framework.zend.com/wiki/display/ZFDEV/Home)
Forum: Advanced PHP Programming 03-14-2008, 10:14 PM
Replies: 3
Views: 826
Posted By Devels
I never heard about GapConnect. And the only...

I never heard about GapConnect. And the only website I can find about is: :: GapConnect - Página Modelo :: (http://www.netravel.com.br/). But I do have a lot of exprience with webservices, and...
Forum: The Lounge 03-14-2008, 10:10 PM
Replies: 16
Views: 1,027
Posted By Devels
I always have too much tabs to handle, I really...

I always have too much tabs to handle, I really dislike it, but I can't change the bad habbit, because on the path of information gathering I come across a lot of interesting things. Does this sounds...
Forum: The Lounge 02-29-2008, 11:31 AM
Replies: 6
Views: 696
Posted By Devels
Full control with own server, colocated in DC of...

Full control with own server, colocated in DC of Amsterdam.
PHP 5.2.0 and MySQL 5
Forum: General 02-25-2008, 10:59 AM
Replies: 26
Views: 32,323
Posted By Devels
What does the letter 'z' means in this string:...

What does the letter 'z' means in this string: $szSQL?
Forum: The Lounge 02-24-2008, 10:38 AM
Replies: 37
Views: 13,517
Posted By Devels
What about webmasterworld.com?

What about webmasterworld.com?
Forum: General 02-22-2008, 10:26 PM
Replies: 10
Views: 4,353
Posted By Devels
Are you talking about an example of yours also...

Are you talking about an example of yours also using AIML, or just a PHP mechanism that is acting like it is smart?
Forum: Advanced PHP Programming 02-22-2008, 10:24 PM
Replies: 3
Views: 753
Posted By Devels
Great info! I saw a great article that just...

Great info!
I saw a great article that just explains exactly my problems: Turning MySQL data in latin1 to utf8 utf-8 - O'Reilly ONLamp Blog...
Forum: General 02-22-2008, 04:26 PM
Replies: 10
Views: 4,353
Posted By Devels
I am really interested to see something alike you...

I am really interested to see something alike you could make in less a hour.
Forum: Advanced PHP Programming 02-22-2008, 09:26 AM
Replies: 3
Views: 753
Posted By Devels
Encoding (utf8) problems

I always have troubles with UTF8.

The scenario: Mulitple sources (like xml, csv, own cms), and one database: Mysql. Information needs to be displayed on a website or outputted in XML to another...
Forum: The Lounge 02-20-2008, 09:58 AM
Replies: 37
Views: 13,517
Posted By Devels
Why is TF so interesting? I just have registered...

Why is TF so interesting? I just have registered myself an account, and I looked at the today post's and the current topics looks foolish, and a lot of people advertising there cheap services.
Do you...
Forum: General 02-20-2008, 09:18 AM
Replies: 7
Views: 2,588
Posted By Devels
My concern about session ID is, that I need to...

My concern about session ID is, that I need to store it in a database for checking if the returning visitor has created a shopping cart before.

How can I link an session_id that is created before...
Forum: The Lounge 02-20-2008, 09:12 AM
Replies: 37
Views: 13,517
Posted By Devels
Can someone tell me what TF is, I have some...

Can someone tell me what TF is, I have some lolcat pictures I want to share.
Forum: General 02-19-2008, 12:00 PM
Replies: 7
Views: 2,588
Posted By Devels
Everything will be stored on the server, I only...

Everything will be stored on the server, I only need to identify the visitor each time. So I only need to have a ID in the cookie, but that is not safe because, of the cookie manipulation. So I can...
Forum: General 02-19-2008, 10:04 AM
Replies: 7
Views: 2,588
Posted By Devels
encoding cookie content

I want to accomplish a shopping cart that is storing its content in the database and setting a cookie.
This cookie needs to be refered to the shopping cart, even if the visitor comes back the orginal...
Forum: Absolute Beginners 02-14-2008, 08:02 PM
Replies: 17
Views: 935
Posted By Devels
Another interesting topic to mention is, ffmpeg...

Another interesting topic to mention is, ffmpeg is opensource, but on an commercial level the company On2 is offering a much better codec, you will see the diferrence on the quality of the motion...
Forum: Absolute Beginners 02-13-2008, 10:03 PM
Replies: 10
Views: 1,013
Posted By Devels
If you don't have a webadministrator tool, but...

If you don't have a webadministrator tool, but SSH acces to your host, then you can use the crontab command to configure running commands or php scripts at regular intervals.
Forum: Absolute Beginners 02-13-2008, 08:13 PM
Replies: 17
Views: 935
Posted By Devels
You need to convert the videos to the flv format,...

You need to convert the videos to the flv format, this flv file contains metadata like the duration. You can convert the videos using FFmpeg.
Then use a flash player to play the flv video.

Most...
Showing results 1 to 25 of 27

 

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