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 178
Search took 0.74 seconds.
Search: Posts Made By: captainmerton
Forum: Javascript, AJAX, E4X 09-04-2012, 06:59 PM
Replies: 2
Views: 317
Posted By captainmerton
Thanks for getting back to me Tony. I didnt fix...

Thanks for getting back to me Tony. I didnt fix it no but have found i get it rarely in browsers on my laptop however always get it in Safari on my iphone 3GS but not on my iphone4. Was wondering...
Forum: Javascript, AJAX, E4X 08-31-2012, 08:38 AM
Replies: 2
Views: 317
Posted By captainmerton
Javascript Calendar not loading

I have a javascript pop up calendar initiated when a user clicks the checkin and checkout date fields on my Enquiry Form. I recently added a jquery plugin to display a slidehow on the page and the...
Forum: XHTML, HTML, CSS 07-28-2012, 08:19 AM
Replies: 1
Views: 820
Posted By captainmerton
CSS problem

Looking for any help anyone can provide on a minor css/html problem i am having. Built this website an d developed over last year but my php skills are probably better than my css and html. ...
Forum: General 05-21-2012, 02:14 PM
Replies: 0
Views: 1,496
Posted By captainmerton
Agile Reporting Tools

Random query perhaps for this forum but i'll ask anyway. Does anybody know of/has used any project reporting tools set up for agile and proof of concept project delivery environments? Thinking of...
Forum: Advanced PHP Programming 04-26-2012, 06:09 PM
Replies: 3
Views: 1,850
Posted By captainmerton
Thanks Tony. I was just getting ready to post...

Thanks Tony. I was just getting ready to post the class that interacts with the class shown above and also the class object that is passed in ready to add "i bet its something simple a fresh pair of...
Forum: Advanced PHP Programming 04-25-2012, 09:34 AM
Replies: 3
Views: 1,850
Posted By captainmerton
Catchable fatal error: Object of class Property could not be converted to string

Help! I am getting the following error:



Related to the code below:

public function __construct(Property $property_obj) {
$this->db =...
Forum: XHTML, HTML, CSS 04-22-2012, 05:13 PM
Replies: 3
Views: 802
Posted By captainmerton
Thanks Tony. What i am really after is a form...

Thanks Tony. What i am really after is a form generator that will give me nice looking simple sleek form styles so i can use the css as opposed to the html form code as such.
Forum: XHTML, HTML, CSS 04-19-2012, 07:24 AM
Replies: 3
Views: 802
Posted By captainmerton
Form Generator Website

I am looking to jazz up some of the look and feel of my website and wonder does anyone know a good html/css form generator so i can build up my form requirements then hone the style and then download...
Forum: Advanced PHP Programming 02-06-2012, 10:10 PM
Replies: 2
Views: 719
Posted By captainmerton
Solved it. This article helped...

Solved it. This article helped me:

http://www.sitepoint.com/introducing-cron/

Used wget to direct it to my domain name and just ran it as it would run if called by a browser.
Forum: Advanced PHP Programming 02-06-2012, 09:46 PM
Replies: 2
Views: 719
Posted By captainmerton
Working with Cronjobs on Linux

I am trying to run cronjobs on my shared hosting server. I've built the jobs and was hoping to use the same framework and classes i use on my website by simply feeding in a Command using an MVC...
Forum: Advanced PHP Programming 01-27-2012, 06:01 PM
Replies: 1
Views: 584
Posted By captainmerton
Static Method Issue

Hi i hav extended the mysqli class and want to add some further functionality to the static method i have created for creation of the database access object (see below). I want to add some further...
Forum: MySQL & Databases 01-13-2012, 09:39 PM
Replies: 3
Views: 764
Posted By captainmerton
SELECT and UPDATE

I am wondering how to design a certain transaction process i want to build into my website and am looking for any guidance people have.

I have a website which accepts rental enquiries onto a table. ...
Forum: Javascript, AJAX, E4X 01-12-2012, 06:10 PM
Replies: 5
Views: 800
Posted By captainmerton
Bought this book to help me get up to...

Bought this book to help me get up to speed:

http://www.amazon.co.uk/JavaScript-jQuery-David-Sawyer-McFarland/dp/1449399029

Will let you know how i get in. Cheers.
Forum: Javascript, AJAX, E4X 01-08-2012, 05:26 PM
Replies: 5
Views: 800
Posted By captainmerton
Thanks Eric. This kind of thing is exactly what...

Thanks Eric.

This kind of thing is exactly what i want:

http://jqueryui.com/demos/sortable/#display-grid

How easy is jQuery to learn, understand and implement?

Cheers,
Ewan
Forum: Absolute Beginners 01-05-2012, 07:56 PM
Replies: 3
Views: 1,490
Posted By captainmerton
That worked perfectly Simon. Cheers.

That worked perfectly Simon. Cheers.
Forum: Absolute Beginners 01-04-2012, 06:53 PM
Replies: 3
Views: 1,490
Posted By captainmerton
Escaping Commas from a string

I am reading info from a databse for display in html. Issue i have is sometimes the info might have commas in its for example its may say something like:

Bob's New House

Or

Bob's "New"...
Forum: Absolute Beginners 01-04-2012, 06:44 PM
Replies: 4
Views: 790
Posted By captainmerton
Thanks Tony will give it a try.

Thanks Tony will give it a try.
Forum: Absolute Beginners 01-02-2012, 03:46 PM
Replies: 4
Views: 790
Posted By captainmerton
Thanks Tony. I have used that to better position...

Thanks Tony. I have used that to better position it but it still sits behind the words. Its a help text area so i want a small lightbulb image to appear then text to follow the image at the moment...
Forum: Absolute Beginners 12-29-2011, 07:16 PM
Replies: 4
Views: 790
Posted By captainmerton
Background image using CSS

Using the following css:

#usermessage {float:left; width:100%; margin-bottom:25px; padding:10px; font-weight:bold; background: #CCFFFF; border: 1px solid...
Forum: Javascript, AJAX, E4X 12-29-2011, 05:15 PM
Replies: 5
Views: 800
Posted By captainmerton
Ajax Drag and Drop

I'm looking to potentially implement some drag and drop functionality to my website. Property owners can add and delete images related to their villa rental property listing. They can select one...
Forum: Absolute Beginners 12-29-2011, 05:00 PM
Replies: 5
Views: 643
Posted By captainmerton
Thanks Eric. Just tried it and got the following...

Thanks Eric. Just tried it and got the following failure:



Any ideas why this might happen?
Forum: Absolute Beginners 12-16-2011, 07:52 PM
Replies: 5
Views: 643
Posted By captainmerton
Thanks sketchMedia. Whats the best way to do...

Thanks sketchMedia. Whats the best way to do this? preg_replace? Could you post me the code? Cheers.
Forum: Absolute Beginners 12-10-2011, 10:27 AM
Replies: 5
Views: 643
Posted By captainmerton
Handling Commas in image titles

Hi - looking for guidance on how best to handle commas. I have a website where people can updload images with related description text which appears on the website as the image ALT deta in the HTML....
Forum: General 12-10-2011, 09:29 AM
Replies: 17
Views: 929
Posted By captainmerton
Thanks all for reponses and valuable...

Thanks all for reponses and valuable insights/guidance. I have contacted my hosting company and find i do have CRON job functionality. I am investigating this. Meantime i have implemented...
Forum: General 12-04-2011, 12:15 PM
Replies: 17
Views: 929
Posted By captainmerton
Nope 60 doesnt timeout however it does take...

Nope 60 doesnt timeout however it does take londer i'd say maybe 10 seconds so i am now thinking thats not too bad. I contacted my hosting company and they told me there are all kinds of...
Showing results 1 to 25 of 178

 

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