Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
13
Posts with Downvotes
6
Downvoting Members
12
4 Commented Posts

25 Posted Topics

Member Avatar for vinomashwin

[QUOTE=vinomashwin;472098]I want to know how to create a registration page and login page ... any tutorials about this and i need some complete web templates too(not just home page)... can any one help me.....any ref plz[/QUOTE] try this script its an awsome way to start! [URL="http://dodona.wordpress.com/puls/"]http://dodona.wordpress.com/puls/[/URL]

Member Avatar for diafol
-5
3K
Member Avatar for vegaseat
Member Avatar for janzaldo

[QUOTE=janzaldo;40134]is there any function that converts the values of an array to string? i tried with array_values but i dont know how[/QUOTE] [CODE]function displayString($arrayText) { if (count($alertArr) > 0) { $string = ''; foreach ($arrayTextas $val) { $string .= $val."<br />\n"; } return $string; } else { return false; } …

Member Avatar for mihai_daniel
0
1K
Member Avatar for ablitz

Im trying to to write a program in C# and I'm stuck. The program suppose to create a post on wordpress via xmlrpc. I can create the post successfully but I have problems creating custom fields for the post. So when I open created post, custom fields are never there. …

Member Avatar for man7tomani
0
573
Member Avatar for ablitz

Hi I can't get my toggle button to work so once again I'm here hoping for some good soul to help me. Below is my jQuery code. I have 2 css clasess 1st is play with a referenace to jpg play and the 2nd one has reference to pause.jpg. All …

Member Avatar for amko
0
4K
Member Avatar for j4mes_bond25

[QUOTE=MidiMagic;814488]I'm surprised it works in Firefox. 0px is an invalid style in FF. FF wants zero values to be just a 0, without the units of measure.[/QUOTE] Thank you very helpful

Member Avatar for ablitz
0
439
Member Avatar for alexberr

[QUOTE=alexberr;1105342][b]can someone please give adviced on how i could put an upload box for my website,so record labels could upload directly to my website, please help me with the code or explanation of how to do it.thank you all for what you do for othere people[/b][/QUOTE] are you using php?

Member Avatar for ablitz
0
80
Member Avatar for ablitz

I have a problem with LABEL followed by P tag. [CODE]form#two p { display: inline; margin-bottom: 10px; width:200px; } form#two label { display: block; float: left; width: 100px; margin-bottom: 10px; width: 12em; padding-right: 5px; font-weight: bold; text-align: right; color: #AB0101; }[/CODE] My goal is to get LABEL and P contents …

Member Avatar for ablitz
0
122
Member Avatar for Maverick27

[QUOTE=Maverick27;1101957]Thanks Folks. Link for image that i want to accomplish: [url]http://img511.imageshack.us/img511/7827/rates.jpg[/url] HTML Code: [CODE]<?xml version="1.0" encoding="utf-8" standalone="yes"?> <content Name="CONTENT WINDOW"> <item Border="10" Width="600" Height="350" > <![CDATA[<font color="#ff9900" size="50"><b><u>Apartment Malindi</u></b></font><br><br> <img src="content/image1.jpg"> <font color="#33cc33" size="12"><b> >> Great for 6 PAX </b></font> <font color="#33cc33" size="12"><b> >> 2 Bedrooms </b></font> <font color="#33cc33" size="12"><b> …

Member Avatar for ablitz
0
151
Member Avatar for ytregnn
Member Avatar for Elehas

[QUOTE=Elehas;1106042]Hey, I'm having some huge issues with the layout of my main body area. The attachment shows how it's suppose to look. I've recently switched from table-based layouts to css positioning and this is why i'm struggling. I need help with the floats and clears lol. this is my css …

Member Avatar for ablitz
0
128
Member Avatar for EddieC
Member Avatar for Dave Sinkula
Member Avatar for shruthih

sorry may be its a bit off the topic but have you tried php? very simple to use;)

Member Avatar for ablitz
0
61
Member Avatar for slfisher
Member Avatar for ablitz
0
176
Member Avatar for marirs07
Member Avatar for ablitz
0
111
Member Avatar for ablitz

Hi every1 and happy new year. Im learning how to use mod_rewrtie and looking for a kind soul to show me how to properly markup following url: [url]http://www.myurl.com/employees?name=John+Doe[/url] to [url]http://www.myurl.com/JohnDoe[/url] Thank you:)

0
118
Member Avatar for ablitz

Hi guys, I'm back for some help. Spent days googling for the answer... cant do it anymore. Could somebody please tell me how to simulate Joomla readmore function. What I mean is: I have a mysql database with news articles. Each article is stored in the 'news' table in the …

Member Avatar for pritaeas
0
130
Member Avatar for ablitz

Hi guys, I've gone through many websites trying to find a solution. Since I'm not that good with css (just started learning) i've failed to get it to work. I have a simple css menu that i've been trying to center for hours now:( could somebody help me out and …

Member Avatar for ablitz
0
143
Member Avatar for ablitz

Hi guys, I spent the whole day (thats 8 hours straight) trying to get a simple jQuery function to work but failed miserably!!! I very very new to the jQ scene and I know I have a lot of catching up to do! Could somebody get this to work for …

Member Avatar for Luckychap
0
213
Member Avatar for ablitz

Greetings to all PHP gurus out there! Since I'm fairly new to php programming I have a question for you all. I have an array of objects, each object has a unique id property. What is the best way to alter some properties of that particular object?

Member Avatar for mick_sp
0
281
Member Avatar for ablitz

Hi Everyone! I'm currently working on MySQL/PHP/JavaScript project using AJAX. I came across some weird abnormality and wanted to share with you and hopefully find a solution to this problem. for some reason alert(textarea2); shows nothing but if I place another alert(textarea2); right after the first one it works, second …

Member Avatar for ablitz
0
296
Member Avatar for stlboarder

Hi, use escape thingy like that document.getElementById('comment') do you see your coment elelment id? its being treated like a varible so use escape thingy \ cheers hope that helps

Member Avatar for diafol
0
77
Member Avatar for elidotnet

> Hello, i need help in some subject i can't handle with for few days. lets say i have form that handle with some rent order (like....billiboards) after the user choose the number of the billboard and the Location and everything else, he need to choose 2 dates. one for …

Member Avatar for elidotnet
0
131
Member Avatar for gagan22

Hi , try this [URL="http://php-ajax-code.blogspot.com/2007/07/15-calendar-time-script-with-ajax-and.html"]link[/URL] it has variety of calendars for you. But I'd really recommend you visit [URL="http://www.ryboe.com/tutorials/create-an-ajax-calendar-using-php"]THIS SITE[/URL] and learn how to build a custom solution, cheers;)

Member Avatar for ablitz
0
109

The End.