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 90
Search took 0.02 seconds.
Search: Posts Made By: abiko
Forum: The Lounge 03-17-2010, 06:08 PM
Replies: 9
Views: 756
Posted By abiko
You will have to go with the VPS / dedicated...

You will have to go with the VPS / dedicated server option sine all hosts don't make any changes to the original httpd.conf file on shared hosting.

If you are going with a cPanel based VPS /...
Forum: The Lounge 08-04-2008, 09:59 PM
Replies: 34
Views: 1,381
Posted By abiko
NuSphere PhpED. I'm using it for 9 months now...

NuSphere PhpED.
I'm using it for 9 months now and find it just amazing.. I'd reccomend it
Forum: General 07-26-2008, 11:09 AM
Replies: 2
Views: 705
Posted By abiko
Let the just edit the CSS of the page. You make a...

Let the just edit the CSS of the page.
You make a structure and they can easily edit certain classes or IDs.. That is if you have a fixed layout, but if you want them to make their own page, order...
Forum: The Lounge 07-20-2008, 03:27 PM
Replies: 9
Views: 930
Posted By abiko
Here is a great tutorial how to setup your host...

Here is a great tutorial how to setup your host with Centos.
The Perfect Setup - CentOS 4.3 (64-bit) | HowtoForge - Linux Howtos and Tutorials (http://www.howtoforge.com/perfect_setup_centos_4.3)
Forum: The Lounge 07-20-2008, 02:30 PM
Replies: 9
Views: 930
Posted By abiko
which distro did you consider? Debian + Webmin -...

which distro did you consider?
Debian + Webmin - and there you go :-)
Forum: The Lounge 07-20-2008, 02:16 AM
Replies: 9
Views: 930
Posted By abiko
If you have a ISP that gives you a dynamic IP,...

If you have a ISP that gives you a dynamic IP, good thing to use is DynDNS: DNS Hosting, Email Delivery and Other Services (http://www.dyndns.com/)
I was using it for a short while and worked just...
Forum: Tips & Tricks 07-15-2008, 12:59 PM
Replies: 3
Views: 1,041
Posted By abiko
Project managment and other nice stuff about it

I'm not gonna rant about how you should start your project, just give a couple of nice links.

Project managment sites
They are offering to you all you and your development team need
- Project...
Forum: General 07-15-2008, 12:32 PM
Replies: 8
Views: 1,247
Posted By abiko
Is this a solution to your...

Is this a solution to your problems?
<?php

$array = array( '1' => array( '21' => 'Item 1',
'928' => 'Item what!?!',
'86' ...
Forum: General 07-15-2008, 11:42 AM
Replies: 8
Views: 1,247
Posted By abiko
From where do you get your array? Database or...

From where do you get your array? Database or somewhere else?
Can you provide more info?
Forum: Advanced PHP Programming 07-14-2008, 05:50 PM
Replies: 2
Views: 665
Posted By abiko
That's a great idea, thank you :)

That's a great idea, thank you :)
Forum: Advanced PHP Programming 07-14-2008, 04:45 PM
Replies: 2
Views: 665
Posted By abiko
Advices on a framework

Currently I'm developing my own lightweight framework for simpler apps..
I want your advice on some aspect if it - mostly on the database backend, controller functioning and template...
Forum: The Lounge 07-13-2008, 03:07 PM
Replies: 29
Views: 1,367
Posted By abiko
Know how you feel. I'm a freelancer, had few...

Know how you feel.
I'm a freelancer, had few project behind me..
Currently I'm not that eager on developing new stuff on my CMS for nobody.. I'd rather be working in a company, have a monthly...
Forum: The Lounge 04-13-2008, 07:50 PM
Replies: 4
Views: 729
Posted By abiko
If something has to be done, it has to be done...

If something has to be done, it has to be done right.
:)
Forum: The Lounge 04-13-2008, 02:05 AM
Replies: 6
Views: 730
Posted By abiko
same here ^^

same here ^^
Forum: Advanced PHP Programming 04-02-2008, 09:34 AM
Replies: 1
Views: 2,591
Posted By abiko
Pure PHP template class.

Pure PHP template class.
Nowdays with ZendFramework, Cake or any other MVC framework you have their integrated pure PHP template class - really makes life easier.
I'm not trying to raise the...
Forum: The Lounge 04-01-2008, 07:49 PM
Replies: 19
Views: 1,045
Posted By abiko
Thats true - mostly cheap web hosts run on cheap...

Thats true - mostly cheap web hosts run on cheap servers (as in Celerons, not 4-8 core Xenons),probably overselling, servers are located god knows where, and uptime - a big question mark.

I choose...
Forum: The Lounge 04-01-2008, 04:34 PM
Replies: 6
Views: 809
Posted By abiko
Your photos

They say programmers can't take good pictures :-D - so let's prove them wrong.

Post your Flickr or any other galleries with your photos :)

Here are mine:

Flickr...
Forum: Advanced PHP Programming 04-01-2008, 04:08 PM
Replies: 12
Views: 1,535
Posted By abiko
What parts are troubling you?

What parts are troubling you?
Forum: Absolute Beginners 04-01-2008, 04:05 PM
Replies: 7
Views: 1,034
Posted By abiko
Try a path to the included file - include...

Try a path to the included file
- include '/your/path/to/folder/includes/config.php';
it'll be better if you have one file that includes all other files - your admin.php just includes other needed...
Forum: The Lounge 04-01-2008, 02:06 PM
Replies: 19
Views: 1,045
Posted By abiko
I have a VPS with them - support is fantastic,...

I have a VPS with them - support is fantastic, really quick response time - ~5 mins, sometimes less.
Real recommendation!
Forum: Absolute Beginners 04-01-2008, 12:21 PM
Replies: 5
Views: 906
Posted By abiko
You can always use the WHERE in your SQL. Of...

You can always use the WHERE in your SQL. Of course you will have to know the id or any other "connection" you can make to get that item out.

Your query would look like then

<?php
include...
Forum: Advanced PHP Programming 04-01-2008, 12:07 PM
Replies: 12
Views: 1,535
Posted By abiko
It is possible, if you look into Zends core -...

It is possible, if you look into Zends core - simmilar thing can be seen - I've seen simmilar things in Kohanas core - that is why the check for indexAction() or someAction() to be defined as...
Forum: General 03-31-2008, 08:39 AM
Replies: 1
Views: 739
Posted By abiko
Well. Simple usage of XML is - you read data...

Well.
Simple usage of XML is - you read data from it, you can structure it how you like.

For using php in XML file - sure - but you must use eval() for that code to be executed.
XML in a PHP file -...
Forum: Show Off 03-31-2008, 12:09 AM
Replies: 10
Views: 1,723
Posted By abiko
Simmilar - Notes on Choosing a PHP Framework: A...

Simmilar - Notes on Choosing a PHP Framework: A Quick Comparison of CodeIgniter and Kohana | thislab.com - Web development and design by Fred Wu....
Forum: Feedback 03-30-2008, 10:24 PM
Replies: 15
Views: 1,196
Posted By abiko
Yeah - seems like a nice concept :) looking...

Yeah - seems like a nice concept :)
looking forward to see what happens next :)
Showing results 1 to 25 of 90

 

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