5,349 Topics

Member Avatar for
Member Avatar for gamesveta

Hi....I am Games Veta,I am Software engineer in UK and thanks for accepting me as new member of here. Keep in touch with me for sharing thoughts and queries. Hope we'll enjoy.

Member Avatar for happygeek
0
20
Member Avatar for Dani

Option 1: The "Show Comments" link will be fixed and only visible when there actually *are* post comments to show. Option 2: A post's comments will always be visible beneath a post (a la Stack Overflow and many other forums that have commenting systems). My concern is that this will …

Member Avatar for Dani
0
129
Member Avatar for arctushar

<script type="text/javascript"> $("div #search_ayat_div").click(function(){ var link1='?verse='; var link2=$(this).html(); link=link1.concat(link2); link=link.replace(":","/"); window.location.replace(link); }); $("div #bookmark").click(function(){ var messageid = $(this).parent().children("#search_ayat_div").html(); var div_id=$(this).attr('id'); $.post("command.php",{ command:'bookmark', verse:messageid },function(result){ if(result=='yes'){ $(this).css({ "border":"medium solid #FF0000" }); alert("Successfully Bookmarked"); } if(result=='no'){ alert("Already Bookmarked"); } }); }); </script> Here at line 17 $(this) is not working. Remember there …

Member Avatar for pritaeas
0
114
Member Avatar for alvinkane.concepcion

Hi guys, I am Alvin kane new in hir, I hope we have to be good in this busseness, I am a originaly circuit designer but i hired as a computer technician in some company, and the main problem is, I have only little knowledge in terms of hardware and …

Member Avatar for happygeek
0
110
Member Avatar for Threza

I have a page called projects.php to let the users submit their bid information via form. When the user is logged in, he can submit this form. But am not able to find out which user has applied to the job unless I specify a username field in the form …

Member Avatar for blocblue
0
289
Member Avatar for showman13

This may be a no brainer, I'm not sure, but just wondering if it is causing problems. Is it acceptable to use both GET and POST for transferring data in the same script? Here is what I have, and I seem to be getting eratic results, so trying to pinpoint …

Member Avatar for showman13
0
107
Member Avatar for Danny159

Hey guys, I am currently learning wordpress and I am having some trouble with Custom Post Types... I have added all the code for custom post types in my theme functions.php file however the links to the single posts done seem to work... they just go to my 404 page? …

Member Avatar for brainfo
0
126
Member Avatar for Ancient Dragon

I want to post ' ' with 4 spaces between the tick marks, but the markup languages removes them. I tried inline code but that didn't help. How can I do that without using the Code button?

Member Avatar for Dani
0
126
Member Avatar for OurNation

ITs the vending machine yippie What you do: I'll start and I put somthing in ... [COLOR=SeaGreen]seaweed[/COLOR] so then the next person would post what the machine gives me and then he would put somthing in and[B] [COLOR=DarkRed]NO POSTING TWICE IN A ROW[/COLOR][/B]

Member Avatar for vinnitro
1
16K
Member Avatar for dart.suresh

my client using apache tomcat server in this server form post method not working but instead am using get method its working what the configuration am missing in web xml?

Member Avatar for dart.suresh
0
369
Member Avatar for hughesadam_87

Hi, I've been having trouble posting a code snipet tonight, I keep getting this error: The code snippet in your post is formatted incorrectly. Please use the Code button in the editor toolbar when posting whitespace-sensitive text or curly braces. My code is running fine in wingware IDE with 4 …

Member Avatar for hughesadam_87
0
169
Member Avatar for jonny_tech_brat

post three words (the most unrelated words a place, an animal and a thing) that you think NO ONE in the world has ever posted on the internet in that sequence.. *Rule* you have to use the last word of the previous post.. PS: its a skill to come up …

Member Avatar for Helianthus
0
245
Member Avatar for opbasu

i have installed new motherboard last year of mercury brand,but i am noticing that from the begining,there is no beep in pc while booting up,is any hardware failure causing this or something else,reply.

Member Avatar for rubberman
0
151
Member Avatar for BleepyE

Im very new to PHP and im wondering how I can create a button to delete a post on my blog system. My system is as follows; **Blog Page** <?php include ("includes/includes.php"); $blogPosts = GetBlogPosts(); foreach ($blogPosts as $post) { echo "<div class='post'>"; echo "<h2>" . $post->title . "</h2>"; echo …

Member Avatar for diafol
0
137
Member Avatar for -VLV-

'*You do not have permission to create new tag(s): windows7, windows*' Hi, I'm getting this error when trying to create an article... VLV

Member Avatar for deceptikon
0
150
Member Avatar for vuquanghoang

I have created pages to comping some content and adding it into db. Here they are composing.php <html> <head> <title>Composing news</title> <script type="text/javascript" src="includes/jquery/jquery.min.js" ></script> <script type="text/javascript"> function reset_form() { document.getElementById("title").reset(); } </script> <script type="text/javascript"> $(document).ready(function(e) { // ready method make funtion available after the document has been loaded $("#submit").click(function(){ …

Member Avatar for dpste
0
4K
Member Avatar for subrata_ushasi

Hi all , I have one text box and submit button . I want to submit one by one value into the box and these values will be displayed one by one serially on the page . ex. aaaa then bbbb then cccc then will display <input type="text" name="txt" value=""><input …

Member Avatar for subrata_ushasi
0
176
Member Avatar for redham

Hello All, I am very glad that I finally have the time to become more active in hosting related forums and web sites. This is a part of running my business I have been looking forward to. I run a medium size hosting services company which (finally) includes our own …

Member Avatar for redham
0
316
Member Avatar for yourkrishna
Member Avatar for JorgeM
0
63
Member Avatar for cancer10

Here's a list of useful freeware applications, arranged alphabetically by category. Please post your favourite software to this thread.... Antivirus: AVG - [url]http://www.grisoft.com/us/us_index.php[/url] Avast - [url]http://www.avast.com/[/url] AntiVir - [url]http://www.free-av.com/[/url] Panda ActiveScan - [url]http://www.pandasoftware.com/activescan[/url] Audio Players: Foobar2000 - [url]http://www.foobar2000.org/[/url] Sonique - [url]http://sonique.lycos.com/[/url] iTunes - [url]http://www.apple.com/itunes/[/url] jetAudio - [url]http://www.jetaudio.com/[/url] QCD - [url]http://www.quinnware.com/[/url] …

Member Avatar for wjay152
1
2K
Member Avatar for aristos32

Hi all. I use the following js function to dynamically create an new <tr> and <td> in my table. Then I insert an <input>. : function testName(tableID) { var table = document.getElementById(tableID); var rowCount = table.rows.length; var row = table.insertRow(rowCount); //firstname var cell1 = row.insertCell(0); var element = document.createElement("input"); element.type …

Member Avatar for aristos32
0
293
Member Avatar for TrustyTony

What is prefered version on handling 'serialized' code snippets, with features added to previous post? I have posted a [polynomial expression snippet](http://www.daniweb.com/software-development/python/code/425151/class-based-polynomials-with-magic-methods#post1817526) to which I could not include the division part because original poster whose thread inspired me to start, have not proved finding his solution to the problem. Should …

Member Avatar for TrustyTony
0
230
Member Avatar for Ancient Dragon

When I hit the Edit button and start editing a post can you get rid of the Reply To This Article button because its confusing to have two buttons that do about the same thing (Reply and Save Changes). I expect the button I need to press to be the …

Member Avatar for TrustyTony
0
181
Member Avatar for gdrop98
Member Avatar for JorgeM
0
58
Member Avatar for umcookeg

Hi, I have been working on trying to figure out, how I can get a web page to call a PHP function and have the results returned to the client for processing, for about two weeks. I hope I am in the right forum (ie. Javascript). I will also post …

Member Avatar for rajeevphp2011
1
2K
Member Avatar for VIeditorlover

Hi, I have these two - almost identical http posts, one works, other doesn't. POST /debug/kktest.ashx HTTP/1.1 Content-Type: multipart/form-data; boundary=---------------------------8cf186fa8ac7b31 Host: 172.16.0.9:7777 Content-Length: 68004 Expect: 100-continue Connection: Keep-Alive -----------------------------8cf186fa8ac7b31 Content-Disposition: form-data; name="identu" 2 -----------------------------8cf186fa8ac7b31 Content-Disposition: form-data; name="bookingno" aaaaa -----------------------------8cf186fa8ac7b31 Content-Disposition: form-data; name="tag" -----------------------------8cf186fa8ac7b31 Content-Disposition: form-data; name="file"; filename="aaa" Content-Type: x-application/pdf binary …

Member Avatar for dwarvenassassin
0
163
Member Avatar for Dr. Raven

I'm Dr. Raven or if you like you can just call me JP I real don't care. I'll try my best not to tick people off, as I'm straight to the point and speak my mind. I don't know much about web development or programming but I'll do my best …

Member Avatar for happygeek
0
225
Member Avatar for SaaDwTk

Can someone help me to build a Function or Sub using HTTPRequest that makes a multipart post using that info? [CODE]-----------------------------23281168279961 Content-Disposition: form-data; name="ACAO" -----------------------------23281168279961 Content-Disposition: form-data; name="suppressValidation" true -----------------------------23281168279961 Content-Disposition: form-data; name="suppressErrors" true -----------------------------23281168279961 Content-Disposition: form-data; name="unidade" br.fumec.sinef.geral.bean.Unidade[codigounidade=1] -----------------------------23281168279961 Content-Disposition: form-data; name="curso" br.fumec.sinef.geral.bean.Curso[codigocurso=3106] -----------------------------23281168279961 Content-Disposition: form-data; name="epoca" br.fumec.sinef.geral.bean.Epoca[codigoepoca=2223] -----------------------------23281168279961-- …

Member Avatar for ARdeveloper
0
348
Member Avatar for sirus23

OK it deserts this to put it in a new thread. I've found this: using System; using System.Net; using System.Web; using System.Collections; using System.IO; namespace WebRequestExample { class WebPostRequest { WebRequest theRequest; HttpWebResponse theResponse; ArrayList theQueryData; public WebPostRequest(string url) { theRequest = WebRequest.Create(url); theRequest.Method = "POST"; theQueryData = new ArrayList(); …

Member Avatar for C#Jaap
0
1K
Member Avatar for sirus23

Hello everybody!I want to ask you something. I want to send values from C# windows form application in php webpage.In other words send post values from C# to php. The problem is that php script cannot read this values and preview this results which comes from C# app.Could you help …

Member Avatar for sirus23
0
1K
Member Avatar for Paladine

This a just a basic webform setup of a listbox being populated with data from a database, in this case the Northwind Access database, and then populating textboxes with data related to the item the user selects. [u]1. WebForm [/u] -Create an ASP.NET webform page -Add a [b]listbox server control[/b] …

Member Avatar for HamplusTech
0
2K
Member Avatar for JeffHeaton

I've been noticing a large number of people registering in my forums lately. They register and create a user account, but never post anything. This always seemed strange to me, normally I do not register at a site until I am ready to post something, otherwise why register. However, I …

Member Avatar for Chiicevu
0
219
Member Avatar for Dark Vamp
Member Avatar for androtheos

Hi everyone, I have been a programmer for about six years now. I am a Microsoft certified professional developer as of six months ago. I have been a sole developer / analyst for each of the companies I have worked for and recently have felt the need to interact with …

Member Avatar for Onlineshade
0
167
Member Avatar for vindom

Hi! I have iframe with multiple images retrieved from DB. Each img have "comment" button underneath it. I need this button to redirect to the comment page where user can leave comment . Redirection function works. But at the same time I need this button to send img ID to …

Member Avatar for vindom
0
402
Member Avatar for bobbyraw

ok so here is the skinny. i had this computer for some time. i got a new case and moved everything to the new case now i cannot get any beeps, no post and the mobo has the power light on it. this was working fine in the old cae. …

Member Avatar for bobbyraw
0
220
Member Avatar for DaveyMoyes

Hi everyone, I have a script running on my page that uploads a new image. I am getting the information from the mysql ok, by using if (isset($_POST['var'])) { Once the vailidation is complete, at the moment I am using header("Location: url.php"); to reload the page to display the new …

Member Avatar for dschuett
0
771
Member Avatar for j-e

Hi, Just started picking up on PHP (from asp)... Going well. Like php a lot... except for........ My code is below... if someone can please help me get ALL the data from the $POST["catlist"] I would appreciate it. Firstly: To ensure all the contents of "catlist" are selected, chuck this …

Member Avatar for codeintel
0
11K
Member Avatar for mogaka

how can i submit form values to server without refreshing page i.e using ajax.consider fname,lnm,gnd,dpk as sample form fields to illustrate this.

Member Avatar for diafol
0
62
Member Avatar for singh1720

Name: Pondurai Singh Nickname: Singh Height: 5 6" Weight: 69 Hair: black Eyes: black Location: India Age: 24 Hobbies: Music,computers, games. Relationship Status: single Education:computer engineering Work: Software Development

Member Avatar for seslie
1
65
Member Avatar for pattmorter

I'm going over a practice exam right now and I've come across something I can't figure out. I understand what incrementing is but I just don't know why the answer is 0. //What is the value of a after the following code is run (int a=12). a += a -= …

Member Avatar for VernonDozier
0
168
Member Avatar for Ancient Dragon

I'd like to see a larger edit box -- one similar to the quick reply box. That one-line edit box is just too small when we want to write several words. What you have now works ok, its just not convenient for larger amounts of text.

Member Avatar for Dani
0
122
Member Avatar for DevelopmentNerd

Hello everyone... I came across this website while researching for a paper I'm writing for a class. Decided to join after seeing the wide range of subjects and topics. Look forward to sharing... Not going to bore you with a bio as I already provided a short one in my …

Member Avatar for DevelopmentNerd
0
51
Member Avatar for jbennet

# Post your bugs here: # ##My bugs:## * ADS! - I have ads! - I never used to (being staff) * Also, do I really have to do the "Are you human?" capctha - kind of sucks.. also I do not have permission to make new tags? after 16k …

Member Avatar for Airshow
0
2K
Member Avatar for Wolxhound90

Hey guys, I've got a problem with a form that I've made. Basically the form loads a number of textboxes based on how many columns are in a table. I don't have any problems doingthat, but on the next page I'm trying to put the textbox values into a string …

Member Avatar for Wolxhound90
0
95
Member Avatar for Dani

Yay! Guests can post now! Super excited for this because it really accounted for a lot of our posts in the old system. Really hoping it will bring our numbers back up to where they used to be.

Member Avatar for Dani
0
81
Member Avatar for madhan

Hi – Sorry about the code tag that is not working for me in my previous post and I am having trouble even edit my own post. I am visiting this site after a while and having trouble sending my post.

Member Avatar for fobos
0
121
Member Avatar for rayidi

I'm working with a sms gateway thing, now i have to pass a url via GET or POST. i'm tried with fopen("http://api.studentmug.com/bulksms/sms.php?Username=<something>&Password=<something>", "r"); like that. but it didn't worked. Please help me guys. i'm also used curl_init(); it is replying Bad Request. Guys please help me with this. Thanks in …

Member Avatar for Biiim
0
217
Member Avatar for Ricky65

Hi I'm looking to upload files using http post using winsock and have a php script handle it. I've got it working fine for text files but with files that contain null characters such as exes it doesn't work. It is only copying the file buffer up to the null …

Member Avatar for bakri
0
1K
Member Avatar for Reverend Jim

Naturally, I don't notice the typo until just after I commit the post. With the old system, I was able to click "Edit" to immediately correct the typo. Now I must leave the page and return to it to get the Edit option. Also, it seems a little counter intuitive …

Member Avatar for TrustyTony
1
262

The End.