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 3
1
2
3
>
Showing results 1 to 25 of 61
Search took
0.14
seconds.
Search:
Posts Made By:
Labrar
Forum:
PHP
11-14-2012, 10:01 AM
Replies:
2
Resolved
simplexml help
Views:
282
Posted By
Labrar
article has no parent node. Try this <?php...
article has no parent node.
Try this
<?php
$apiurl = "http://api.spreadshirt.com/api/v1/shops/266497/articles/10568005";
$feed = simplexml_load_file($apiurl);
$items = $feed;
foreach...
Forum:
JavaScript programming
11-14-2012, 09:11 AM
Replies:
19
How do I bypass a splash page if someone has already seen it.
Views:
1,060
Posted By
Labrar
Another question. Why won't you use PHP instead...
Another question.
Why won't you use PHP instead and use sessions?
What if someone deactivated Javascript?
Forum:
JavaScript programming
11-14-2012, 09:04 AM
Replies:
9
JavaScript Function: Generate a random integer within specified range AND digit limit
Views:
476
Posted By
Labrar
Sorry. How? is it [JS], [JavaScript] ??? ...
Sorry. How? is it [JS], [JavaScript] ???
Edit: got it :)
Is there any button to do this?
Forum:
JavaScript programming
11-14-2012, 08:27 AM
Replies:
10
make screen unscrollable
Views:
625
Posted By
Labrar
Thats true :( Sorry
Thats true :(
Sorry
Forum:
JavaScript programming
11-14-2012, 08:25 AM
Replies:
9
JavaScript Function: Generate a random integer within specified range AND digit limit
Views:
476
Posted By
Labrar
What about function randomizer( min, max, digits...
What about function randomizer( min, max, digits ) {
if(isNaN(digits)){digits=4;}
if( min > max ) {
return( -1 );
}
if( min == max ) {
return( min );
}
var rands=( min +...
Forum:
JavaScript programming
11-13-2012, 08:41 AM
Replies:
6
Array Searching
Views:
362
Posted By
Labrar
I guess, he's looking for something like...
I guess, he's looking for something like autocomplete.
There are many code snippets on the internet.
Google: autocomplete.
Or do you need something different?
Forum:
JavaScript programming
11-13-2012, 08:35 AM
Replies:
10
make screen unscrollable
Views:
625
Posted By
Labrar
First of all <meta name="viewport"...
First of all
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
should work for the right resolution. (By the way. For a web app you have to use 640 x 920 for...
Forum:
JavaScript programming
11-13-2012, 08:12 AM
Replies:
11
prototype property usage in js
Views:
576
Posted By
Labrar
Maybe i am absolutely wrong but ...
Maybe i am absolutely wrong but
myobject.prototype=new CLASSNAME
is wrong.
I'm not really sure if
Object.prototype=new CLASSNAME
Forum:
JavaScript programming
11-13-2012, 07:41 AM
Replies:
6
checking current pwd is available or not
Views:
311
Posted By
Labrar
You also could use ajax for it. By clicking...
You also could use ajax for it.
By clicking "change password" you just have to send the escaped fieldvalue as 'GET' to a PHP File using AJAX.
Short example:
Code within your body tag
<body>...
Forum:
PHP
11-13-2012, 07:26 AM
Replies:
5
Calling a COM object through PHP
Views:
372
Posted By
Labrar
Not possible. PHP is a Serverlanguage. What...
Not possible. PHP is a Serverlanguage. What exactly do you want to do?
Take a look at http://php.net/manual/de/class.com.php.
Forum:
Looking for work/ for hire
04-13-2012, 05:18 PM
Replies:
0
Iphone Apps and Web for less than 500USD
Views:
746
Posted By
Labrar
Iphone Apps and Web for less than 500USD
Hello
You're looking for an App or an Webpage for less than 500USD?
Than you're right here.
Lets see
Of course there is no chance to get a prof. Website or an App for less than 500USD.
Forum:
Computer Programming
03-29-2012, 06:16 PM
Replies:
16
What Language Should I Study ?
Views:
1,673
Posted By
Labrar
Sorry maybe its my bad english. But i guess you...
Sorry maybe its my bad english. But i guess you missunderstood me at all. My point is not to say, that those languages the same. My point is that those lanbguages are similar to each other. And thats...
Forum:
Computer Programming
03-28-2012, 08:35 AM
Replies:
16
What Language Should I Study ?
Views:
1,673
Posted By
Labrar
@Nile They are not completely different....
@Nile
They are not completely different. Those languages are so similar in so many cases, that you can confuse em when you see "for example" only one or two functions.
Take a look at...
Forum:
JavaScript programming
03-26-2012, 08:10 PM
Replies:
2
Triggring Event on an element of a dynamically generated iframe
Views:
280
Posted By
Labrar
Join it with the onclick event??
Join it with the onclick event??
Forum:
JavaScript programming
03-26-2012, 07:45 PM
Replies:
5
Split TextBox Words into characters
Views:
659
Posted By
Labrar
??? Maybe i don't understand what exactly you...
???
Maybe i don't understand what exactly you mean.
//This is the element contains the word
<div id="theword">I am the word</div>
//This element shows teh characters
<div id="ch"></div> ...
Forum:
JavaScript programming
03-26-2012, 07:34 PM
Replies:
3
showModalDialog with overlay properties
Views:
462
Posted By
Labrar
Its not really possible with IE. You could fake...
Its not really possible with IE. You could fake it for that.
For any other Browser you could use CSS3 and Javascript.
Take a look to CSS3 and you'll get your solution
Forum:
DOM and JSON scripting
03-26-2012, 07:29 PM
Replies:
2
Please help me in getting different rowid's for newly added row
Views:
515
Posted By
Labrar
Why dont you use the DB Store functions itself?...
Why dont you use the DB Store functions itself? (Sorry for my bad english)
What do you try to make. Smartphoneapps?
Forum:
Computer Programming
03-26-2012, 07:18 PM
Replies:
4
Putting 2 functions together
Views:
624
Posted By
Labrar
@Apothem Also you should not initiate two...
@Apothem
Also you should not initiate two mainfunctions (int main) at the same time.
Sorry for my bad english. Im not native.
@Hk3008
C is a structured language.
So (to the threadstarter)...
Forum:
Computer Programming
03-26-2012, 07:04 PM
Replies:
16
What Language Should I Study ?
Views:
1,673
Posted By
Labrar
Depents on what kind of games you wanna make. ...
Depents on what kind of games you wanna make.
For simple Broiwsergames PHP, Javascript is absolutly enough.
For Browsergames similar to "real High Level Games" like for example "Need for Speed" or...
Forum:
Large Projects (new web application, complex features etc)
03-26-2012, 06:35 AM
Replies:
10
$5,000 Redesign Work
Views:
3,098
Posted By
Labrar
5000 for that + Iphoneapp?? Good luck...
5000 for that + Iphoneapp??
Good luck :thumbsup:
Forum:
Domains for sale
03-24-2012, 07:13 PM
Replies:
0
american-webdesign.com and more
Views:
1,440
Posted By
Labrar
american-webdesign.com and more
Some Domains for sale.
Price on request (near offer)
http://singles-for-love.com
http://marry-foreigners.com
http://jobparadise.de
http://randomchat.de
http://destinyspain.com...
Forum:
Flash & ActionScript
04-03-2011, 09:42 PM
Replies:
12
FlashVars
Views:
3,604
Posted By
Labrar
Okay. Ill do it tonight. Please post me the...
Okay. Ill do it tonight.
Please post me the whole thing (FLA, Classes, XML with real Path and so on).
Best way is to zip all that stuff.
Forum:
Flash & ActionScript
04-02-2011, 03:22 AM
Replies:
12
FlashVars
Views:
3,604
Posted By
Labrar
Of course. But please give me two days to rewrite...
Of course. But please give me two days to rewrite your class to make it possible. It dont takes me two days but maybe 10 or 20 minutes. And right now im a bit hardworking on another project.
Be...
Forum:
PHP
04-02-2011, 03:17 AM
Replies:
3
Web Templates in php
Views:
424
Posted By
Labrar
I,m just right now at something similar. A...
I,m just right now at something similar. A opensource CMS where designs and modules are shareable and so on.
I made Classes for me to implement Designs (including css, index and so on) and...
Forum:
PHP
04-01-2011, 05:21 AM
Replies:
32
How to NOT display empy db columns
Views:
946
Posted By
Labrar
Okay. Im going to bed now. 12.15 Hope this...
Okay. Im going to bed now. 12.15
Hope this all works for you.
Tommorow i'll check if find my sql class. Because there is another opurnity to deselect empty fields without ignoring the reccord....
Showing results 1 to 25 of 61
Page 1 of 3
1
2
3
>
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
06:22 PM
.
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.