Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 151
Search took 1.39 seconds.
Search: Posts Made By: quadrant6
Forum: Project collaboration/ partnership 05-29-2013, 02:10 AM
Replies: 0
Views: 181
Posted By quadrant6
Developer looking for designer to partner with

I'm a web developer, working by day for a firm but wanting to go on my own at some point.

My skills are PHP/HTML/CSS/JS/MySQL/Codeigniter and though I have some training in design, I don't profess...
Forum: JavaScript programming 01-04-2013, 08:37 PM
Replies: 1
Views: 275
Posted By quadrant6
How to call custom method in this plugin example

I'm using the jQuery based WYSIWYG editor Redactor (http://imperavi.com/redactor/docs/creatingplugins/) and in trying to follow along with their simple docs, how would you call the method...
Forum: MySQL 11-16-2012, 10:44 PM
Replies: 3
Views: 369
Posted By quadrant6
Thanks. So it should be a 'unique' index correct?...

Thanks. So it should be a 'unique' index correct?

I also find that the code table often needs to be 'optimized' because it has a little red in the overhead column under phpmyadmin but is this just...
Forum: MySQL 11-16-2012, 07:36 AM
Replies: 3
Views: 369
Posted By quadrant6
How to improve this query

I have a simple query that is showing up in a log as sometimes taking a long time. The query is below (with explain in front of it). 'code' table has 40 thousand rows. The 'user' table has about 50...
Forum: MySQL 09-11-2012, 12:17 AM
Replies: 2
Views: 1,548
Posted By quadrant6
Perhaps try contacting the host?

Perhaps try contacting the host?
Forum: Small projects (quick fixes and changes) 09-11-2012, 12:03 AM
Replies: 2
Views: 773
Posted By quadrant6
Hey There I work for a development firm New...

Hey There

I work for a development firm New Zealand and am looking for small jobs on the side.

Since I don't have a portfolio as such yet (all work is for the company), I'd be happy to do a...
Forum: Looking for work/ for hire 09-10-2012, 02:20 AM
Replies: 0
Views: 651
Posted By quadrant6
Custom Content Management from $200

I have 8+ years experience working for a web development firm where my role involves HTML/CSS/JQUERY and building custom content management using PHP/MySQL and the Codeigniter framework (though also...
Forum: Medium projects (new script, new features, etc) 09-10-2012, 02:17 AM
Replies: 8
Views: 2,519
Posted By quadrant6
I'm a web developer working from New Zealand, I...

I'm a web developer working from New Zealand, I work part time at a firm and would like some small-med jobs on the side.

I think I may be suited to this project (web dev role) as my daily work...
Forum: MySQL 05-11-2012, 06:26 AM
Replies: 4
Views: 731
Posted By quadrant6
I did this which worked fine select...

I did this which worked fine

select day(date_created) as day, count(*) as total from registration where month(date_created) = month(NOW()) and year(date_created) = year(NOW()) group by...
Forum: MySQL 05-06-2012, 12:26 AM
Replies: 0
Views: 372
Posted By quadrant6
Most efficient way of searching this

I have a table of Australian postcodes and address. There are 15k rows with each row looking like this:


postcode | suburb | state

2048 | Westgate | NSW
2066 | Blah | NSW
Forum: JavaScript programming 04-25-2012, 12:11 AM
Replies: 1
Views: 729
Posted By quadrant6
Suburb/State/Postcode autocomplete

http://auspost.com.au/apps/postcode.html

Basically I want to build the same thing.

The data is freely available there as a download.

I couldn't find anything existing in the jquery plugin...
Forum: MySQL 03-13-2012, 09:44 PM
Replies: 4
Views: 731
Posted By quadrant6
it's datetime

it's datetime
Forum: MySQL 03-13-2012, 05:07 AM
Replies: 4
Views: 731
Posted By quadrant6
Beginner Q: Getting totals for a chart

Scenario:

I have a table of registrations and there is a date column.

I want to display a bar graph on a webpage showing number of registrations per day for the current month.

How can I do...
Forum: PHP 09-13-2011, 01:27 AM
Replies: 1
Views: 170
Posted By quadrant6
opening docs/pdfs

Because I need to login protect some files, I'm using a PHP script to check login and then load the file.

My question is how should I load the file?

i.e. the user requested exam.pdf. Behind...
Forum: MySQL 08-31-2011, 03:40 AM
Replies: 2
Views: 721
Posted By quadrant6
Formatting number to one decimal place

Ok, so I'm more of a designer and math was never my strong point.

I'm keeping a record of points for a sort-of members database.

Now most of the time, members are assigned whole numbers, 1...
Forum: General web building 12-09-2010, 09:23 PM
Replies: 2
Views: 1,329
Posted By quadrant6
Built a custom blog or use an wordpress etc?

As a web developer I've always been happy to custom script a little simplified blog engine and tack it onto client sites the need has raised.

This has always been preferred because I can easily...
Forum: PHP 11-16-2010, 09:28 PM
Replies: 1
Views: 513
Posted By quadrant6
Cookie based authentication

I have a simple web application where nothing really sensitive is stored, no payment info. So super top-level security is not required.

The way it works, a persistent login is the norm (app is...
Forum: PHP 07-21-2010, 02:43 AM
Replies: 0
Views: 522
Posted By quadrant6
Making API, to use REST or not

I'm wanting to make an API, my first, for a simple web application I've built.

It would need to do the following

initial user login (pass back token or authenticate on each call i guess)

get...
Forum: Site reviews 04-20-2010, 10:05 PM
Replies: 3
Views: 1,182
Posted By quadrant6
We're also looking to integrate with other...

We're also looking to integrate with other platforms such as instant messaging, iphone and twitter down the track.
Forum: Site reviews 04-20-2010, 10:04 PM
Replies: 3
Views: 1,182
Posted By quadrant6
Thanks, I'm not that familiar with communicator...

Thanks, I'm not that familiar with communicator but the first difference would be that this is entirely online so no software is needed.

If I'm out and about, as long as I know my login I can...
Forum: Site reviews 04-20-2010, 05:22 AM
Replies: 3
Views: 1,182
Posted By quadrant6
tabzon.com

http://www.tabzon.com

• A free little in-out board for your office.
• Sign-up then add your co-workers - they get an invite.
• Keep track of each others status online, in real time.
...
Forum: MySQL 02-08-2010, 02:59 AM
Replies: 3
Views: 1,000
Posted By quadrant6
Q re: getting records older than a few hours

I want to select records where the date_created >= a couple of hours old.

"SELECT * FROM newsletter WHERE date_created <= SUBTIME(NOW(), INTERVAL 2 HOUR) ORDER BY date_created DESC"


Doesn't...
Forum: PHP 01-26-2010, 10:09 PM
Replies: 0
Views: 471
Posted By quadrant6
Regular Expression Help

I'm trying to detect normal urls to other websites or pages and urls that point to files on the client site

I have this for urls which point to files, and it seems to work.

$parsed_txt =...
Forum: General web building 11-26-2009, 08:35 PM
Replies: 4
Views: 1,190
Posted By quadrant6
Thanks, looks good!

Thanks, looks good!
Forum: General web building 11-26-2009, 07:24 PM
Replies: 4
Views: 1,190
Posted By quadrant6
Yeah I know, I should have worded my query...

Yeah I know, I should have worded my query better.

I don't care what the end result is (has to be flash as far as I can tell) I just wan to be able to provide a PDF doc and get back something that...
Showing results 1 to 25 of 151

 
Forum Jump

All times are GMT +1. The time now is 07:29 AM.