Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 500
Search took 2.51 seconds.
Search: Posts Made By: crmpicco
Forum: PHP 04-23-2013, 09:42 AM
Replies: 4
Views: 185
Posted By crmpicco
I have looked into get_browser in the past and...

I have looked into get_browser in the past and read about its many performance issues. I don't think I want to go down that path just for one browser.

One of the problems I have is that I don't...
Forum: PHP 04-22-2013, 05:55 PM
Replies: 4
Views: 185
Posted By crmpicco
detect native/stock Android browser User Agent string via PHP

I am getting a lot of JavaScript errors on the native/stock Android 4.1 browser only and I would like to detect the User Agent string via PHP.

I use the Mobile_Detect (http://mobiledetect.net/)...
Forum: Computer/PC discussions 04-03-2013, 09:20 AM
Replies: 1
Views: 418
Posted By crmpicco
Macintosh iPad 2 restarting intermittently and very slow to operate and charge

I have an iPad 2 (Model MC769B/A) running on iOS 6.1.3 (10B329) and over the past few days I have experienced very slow charging times when plugged into the usual source - the main wall socket.
...
Forum: JavaScript programming 03-05-2013, 04:09 PM
Replies: 0
Views: 172
Posted By crmpicco
Question Google Analytics Event Tracking not firing for multiple accounts on Chrome ONLY

I have an issue with Google Analytics Event Tracking that is only apparent on Chrome and no other browser.

I have the following Google Analytics Tracking Code firing on my site for a click on an...
Forum: Apache configuration 01-04-2013, 03:10 PM
Replies: 0
Views: 1,072
Posted By crmpicco
security concern around adding cron user to web application group

I have a permissions issue on my CentOS 5.6 machine with regards to the cron user.

On my test/staging environment my cron user (picco-cron) is a member of one group - picco-cron, as below:
...
Forum: PHP 11-30-2012, 12:32 PM
Replies: 3
Views: 395
Posted By crmpicco
I'm using sendmail on my VM. Really, considering...

I'm using sendmail on my VM. Really, considering it's only a development environment I only need to send an email to myself.

When you say I could be having SPAM problems - can you elaborate? How...
Forum: PHP 11-30-2012, 10:35 AM
Replies: 3
Views: 395
Posted By crmpicco
emails not sending from CentOS 5.6 VM on Win7 via PHP

I am experiencing an issue where my CentOS 5.6 (Final) VM running on Windows 7 has stopped sending emails from my PHP code.

I'm confident this isn't a coding issue as I have the exact same code...
Forum: General web building 11-17-2012, 07:59 PM
Replies: 1
Views: 5,421
Posted By crmpicco
Google Analytics - filter creation

I am currently studying for the Google Analytics Individual Certification exam and have came across this question in my study.


Answers are simply;

True
False


This seems like a strange...
Forum: JavaScript programming 10-09-2012, 10:06 AM
Replies: 0
Views: 314
Posted By crmpicco
forcing page load on an AJAX-loaded page

I have an issue with an third-party integration on an iPad-specific website, which has a number of pages loaded via AJAX.

When I go to the page for the first time the functionality that is...
Forum: HTML & CSS 09-27-2012, 09:22 AM
Replies: 2
Views: 569
Posted By crmpicco
Changing it to display: block doesn't appear to...

Changing it to display: block doesn't appear to have any effect i'm afraid.
Forum: HTML & CSS 09-26-2012, 05:26 PM
Replies: 2
Views: 569
Posted By crmpicco
set the width of a div to be the same as it's closest sibling

Is it possible to set the width of a div to be the same as it's closest sibling when the width on that div is width: auto;?

In my jsFiddle (http://jsfiddle.net/crmpicco/6zCt6/) you will see that I...
Forum: JavaScript frameworks 09-26-2012, 01:22 PM
Replies: 1
Views: 577
Posted By crmpicco
force the focus to leave a form field with jQuery in iOS

Using jQuery or something similar, is it possible to detect when a user has clicked away, effectively removed focus, from a form field in iOS? I have conventional form which has a first name, last...
Forum: Apache configuration 09-24-2012, 02:25 PM
Replies: 0
Views: 576
Posted By crmpicco
Apache vhosts config RewriteCond to ignore part of URL

I am attempting to control redirections on my site using the Apache vhosts config.

I have two-letter regions setup, such as /fr, /de, /es, which I am currently ignoring as you will see from my...
Forum: JavaScript programming 08-21-2012, 05:21 PM
Replies: 0
Views: 169
Posted By crmpicco
reporting to two Google Analytics profiles using AddThis config - data_ga_property

I am using the AddThis widget include to display the social buttons on my site. I wish to be able to track clicks with Google Analytics, and the documentation appears to support this. However, I...
Forum: JavaScript programming 08-21-2012, 04:58 PM
Replies: 0
Views: 639
Posted By crmpicco
capture click of Facebook 'Like' button

I am looking on the Facebook Developers Documentation (https://developers.facebook.com/docs/reference/plugins/like/) to locate some sample code that would allow me to capture a click event on the...
Forum: JavaScript programming 08-01-2012, 09:33 AM
Replies: 1
Views: 448
Posted By crmpicco
I have raked around for hours and came across...

I have raked around for hours and came across this solution, hope this helps someone:

jQuery(document).ready(function($) {
var filetypes = /\.(zip|exe|pdf|doc*|xls*|ppt*|mp3)$/i;
var...
Forum: JavaScript programming 08-01-2012, 09:11 AM
Replies: 1
Views: 448
Posted By crmpicco
capture any time a user clicks an anchor to download a file using jQuery

Is it possible to capture any time a user clicks an anchor to download a file using jQuery?

I have a handful of links like this on my site. Is there a way I can capture it with jQuery?

<a...
Forum: Vacant job positions 07-06-2012, 03:55 PM
Replies: 1
Views: 1,108
Posted By crmpicco
Junior/Graduate PHP Web Developer in Glasgow, Scotland

I am a Senior PHP Analyst/Programmer currently working in Glasgow City Centre, Scotland and we are currently looking for a junior developer/university graduate to join our team.

Our site is built...
Forum: Apache configuration 05-23-2012, 09:28 AM
Replies: 0
Views: 761
Posted By crmpicco
Apache vhosts is not dealing with ServerAlias full URL redirection

I have a redirect setup at a domain level where I forward traffic from www.crmpicco.co.uk to www.crmpicco.com.

I have re-encountered an issue where I can not browse to www.crmpicco.co.uk/ibrox and...
Forum: Apache configuration 05-22-2012, 12:39 PM
Replies: 2
Views: 811
Posted By crmpicco
Thanks. This also worked:

Thanks.

This also worked:
Forum: Apache configuration 05-22-2012, 11:45 AM
Replies: 2
Views: 811
Posted By crmpicco
htaccess RewriteRule to redirect from a directory that doesn't exist

I am attempting to redirect any URLs that attempt to access a directory that doesn't exist, however I am getting a 404 when trying the following:



There is no directory called picco (it used to...
Forum: XML 03-30-2012, 05:51 PM
Replies: 1
Views: 2,395
Posted By crmpicco
Missing charset for text/xml document - w3 XML validation

I have an issue with my Google Product Feed where I am getting two warnings when using the W3 XML validator. The two warnings are:

Warning Missing "charset" attribute for "text/xml" document....
Forum: Computer/PC discussions 02-27-2012, 11:09 AM
Replies: 1
Views: 671
Posted By crmpicco
Unable to map network drive in Windows 7 to local CentOS VM

I have a CentOS VM setup on my local Windows 7 machine for web development purposes and I need the ability to setup a Samba share in Windows to let me access the files.

I have an IP allocated to...
Forum: General web building 02-02-2012, 08:50 PM
Replies: 0
Views: 818
Posted By crmpicco
Unable to access recently imported SVN repository through Atlassian JIRA (Error: 403)

I have an issue where I am unable to access a recently imported SVN repository through Atlassian JIRA admin. I imported it through an SVN dump.

There was an issue right at the very end of the...
Forum: MySQL 10-26-2011, 02:38 PM
Replies: 3
Views: 531
Posted By crmpicco
MySQL Query Optimisation on Char

I am looking at this question in a test I have been given to look at and cannot for the life of me work out what answer they are looking for. I'm thinking it's something to do with not wrapping...
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT +1. The time now is 11:00 PM.