Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
Before you post, read our:
Rules
&
Posting Guidelines
Page 1 of 10
1
2
3
>
Last
»
Showing results 1 to 25 of 237
Search took
0.56
seconds.
Search:
Posts Made By:
udjamaflip
Forum:
PHP
09-20-2011, 11:51 AM
Replies:
0
OAuth with Linkedin problem - Request Token
Views:
687
Posted By
udjamaflip
OAuth with Linkedin problem - Request Token
Hi guys,
I've got the following code which has been written from scratch: http://pastebin.com/y7EFJLjf
<?php
//priv key/secret
$apikey = 'myapikey';
$secret = 'myapisecret';
Forum:
PHP
06-30-2010, 10:35 PM
Replies:
10
comma after each item in a select
Views:
787
Posted By
udjamaflip
This is more resource friendly iirc ...
This is more resource friendly iirc
$getName = mysql_query("SELECT `Name` FROM `Whatever`")or die(mysql_error());
$myVar = '';
while ($Name = mysql_fetch_array($getName)) {
$myVar = (!$myVar)...
Forum:
General web building
06-30-2010, 08:20 AM
Replies:
0
Joomla admin template design
Views:
1,142
Posted By
udjamaflip
Joomla admin template design
Hi guys,
Not really given my jQuery desktop template a plug here so wondered if all you Joomla! guys would like a play and let me know what you think to the latest features/skin.
IE7/6 aren't...
Forum:
General web building
01-26-2010, 08:42 AM
Replies:
6
Making a Web mailing system
Views:
1,342
Posted By
udjamaflip
What you'll need is a few configuration on your...
What you'll need is a few configuration on your mail server which you should get your IT department to do, such as a new email address for the purpose of sending bulk emails, then you'll need...
Forum:
General web building
01-25-2010, 05:00 PM
Replies:
6
Making a Web mailing system
Views:
1,342
Posted By
udjamaflip
Hi Mishox, First of all, welcome to...
Hi Mishox,
First of all, welcome to codingforums.com!
You may find you're better off with a specialised service such as www.dotmailer.com to do this for you, then you can have mailing lists and...
Forum:
Apache configuration
11-04-2009, 02:31 PM
Replies:
3
Running php4 on a php5 server
Views:
1,541
Posted By
udjamaflip
Despite me asking about howto get that specific...
Despite me asking about howto get that specific method, you decided to not answer my question but infact tell me I'm wrong. Congrats on graduating as a fully feldged troll.
The fact is that you...
Forum:
Apache configuration
11-04-2009, 09:37 AM
Replies:
3
Running php4 on a php5 server
Views:
1,541
Posted By
udjamaflip
Running php4 on a php5 server
Hi guys,
We are about to finally move to a new php5 production server, and we know we have several php4 websites that won't run, I have heard through the Google grapevine that there are ways to...
Forum:
General web building
10-23-2009, 02:09 PM
Replies:
3
SSL display problem
Views:
651
Posted By
udjamaflip
Your probably using base, perhaps http:// can't...
Your probably using base, perhaps http:// can't be used anymore and your iamges/css all point to http:// ? If it looks like no images/css is working it means that no referenced files are working...
Forum:
General web building
10-16-2009, 05:09 PM
Replies:
2
unusual user agent?
Views:
770
Posted By
udjamaflip
From reading this I would say something to do...
From reading this I would say something to do with Microsofts Bing.
http://www.componentworkshop.com/blog/2009/07/13/using-the-bing-xml-search-api-with-ruby
In your stats is a little vague, is...
Forum:
General web building
10-16-2009, 05:05 PM
Replies:
4
what screen resolution to design for?
Views:
807
Posted By
udjamaflip
Definately 1024x768, and although Oracleguy is...
Definately 1024x768, and although Oracleguy is correct about fluid designs, 99% of them aren't very aesthetically pleasing :)
hope it helps! :thumbsup:
Forum:
HTML & CSS
10-02-2009, 02:06 PM
Replies:
3
How to embbed font in web site??
Views:
662
Posted By
udjamaflip
You can, through some methods such as...
You can, through some methods such as flash/javascript but don't use web standard fonts, if you don't it'll appear differently on every computer/browser combination there is and your site will only...
Forum:
HTML & CSS
09-22-2009, 06:07 PM
Replies:
4
Firefox won't recognize form fields when form submitted from inside email
Views:
904
Posted By
udjamaflip
In all honesty, unless your going to goto real...
In all honesty, unless your going to goto real lengths in encoding values etc there really isn't much point. Even with POST its fairly easy to edit the values being sent.
I'd advise just using...
Forum:
HTML & CSS
09-22-2009, 03:45 PM
Replies:
4
Where is the best practical site to learn css3 rounded corners.
Views:
763
Posted By
udjamaflip
Hey Frank! I found this one particularly...
Hey Frank!
I found this one particularly useful, let me know if you need anything de-jargonifying for ya! :)
LINK!http://www.james-blogs.com/2009/02/03/rounded-corners-in-css3/
Hope it...
Forum:
HTML & CSS
09-22-2009, 03:42 PM
Replies:
4
Firefox won't recognize form fields when form submitted from inside email
Views:
904
Posted By
udjamaflip
Don't you need to use multipart as enctype? :) ...
Don't you need to use multipart as enctype? :)
I could be wrong, but I thought it was standard, failing that - have you tried using GET instead of POST?
Hope it helps! :thumbsup:
Forum:
JavaScript frameworks
09-19-2009, 01:44 PM
Replies:
2
jQuery - not quite doing what I want :p
Views:
941
Posted By
udjamaflip
All fixed now! Thanks for your help anyway...
All fixed now!
Thanks for your help anyway guys! :thumbsup:
Forum:
JavaScript frameworks
09-19-2009, 12:49 PM
Replies:
2
jQuery - not quite doing what I want :p
Views:
941
Posted By
udjamaflip
Figured..
winX { position:absolute; } fixed the jumping
however, I now have the problem with the minimise function, any ideas? :thumbsup:
Forum:
JavaScript frameworks
09-19-2009, 12:10 PM
Replies:
2
jQuery - not quite doing what I want :p
Views:
941
Posted By
udjamaflip
jQuery - not quite doing what I want :p
The code below half works at the moment, and I seem to be hitting a stumbling block. When you currently click minimise/close that one will dissapear as planned, however the other divs all jump up by...
Forum:
HTML & CSS
09-16-2009, 11:05 AM
Replies:
0
ie8 a:hover not working
Views:
1,998
Posted By
udjamaflip
ie8 a:hover not working
Hey guys,
Just wondering if there is a known glitch with the :hover attribute with IE8, it is a submenu so is like this: ul li ul li a:hover {}
and the single level menu works fine with the...
Forum:
PHP
09-09-2009, 04:21 PM
Replies:
13
Search query help
Views:
677
Posted By
udjamaflip
As said before if you can't/won't change the date...
As said before if you can't/won't change the date syntax of your tables column parsing it with PHP is better.
a simple loop which would look SOMETHING like this:
$sql = 'select `date` FROM...
Forum:
Computer/PC discussions
09-08-2009, 10:45 AM
Replies:
2
Resolved
Where did he come from? The other administrator.
Views:
805
Posted By
udjamaflip
Safe Mode
I would go in via safemode using the default administrator account (assuming this isn't disabled).
You'll probably found the interloper is the actual main account, so you will need to swap them...
Forum:
General web building
09-01-2009, 06:32 PM
Replies:
3
Help me out, what kind of script / software has this function?
Views:
737
Posted By
udjamaflip
Hey, In answer to your question you mailed...
Hey,
In answer to your question you mailed me, I did this stuff for my degree but also do web development as a profession for a company, and I do it as a hobby as well when I get time.
I have...
Forum:
General web building
09-01-2009, 09:29 AM
Replies:
4
Best non-invasive ads
Views:
1,322
Posted By
udjamaflip
Google adsense (I think thats what its called),...
Google adsense (I think thats what its called), they are relevant to your content and they can be re-styled to fit your website theme in a better way, no flashing CLICK ME messages, just easy to read...
Forum:
General web building
09-01-2009, 09:26 AM
Replies:
3
Help me out, what kind of script / software has this function?
Views:
737
Posted By
udjamaflip
Hi, I did something similiar to this for my...
Hi,
I did something similiar to this for my uni project a year ago or so, you will need a GSM server that you communicate to and pick the SMS from.
We did that through using PHP with the SOAP...
Forum:
General web building
08-17-2009, 02:11 PM
Replies:
1
Please suggest me some scripts/web applications for what I need.
Views:
557
Posted By
udjamaflip
What I would suggest is installing some pre-made...
What I would suggest is installing some pre-made e-commerce system such as magento, oscommerce, romancart etc etc
Additionally there are plugins available for Joomla, Wordpress, and Drupal.
Its...
Forum:
PHP
08-13-2009, 10:43 AM
Replies:
25
Wordpress post loop... Displaying 3 at once.
Views:
1,918
Posted By
udjamaflip
This is actually partly your code you showed just...
This is actually partly your code you showed just there but mostly down to CSS which you may or may not be happy to here.
I used devtools to swap this:
.container-inner {width:950px; margin:0...
Showing results 1 to 25 of 237
Page 1 of 10
1
2
3
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
02:44 AM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.