5,348 Topics

Member Avatar for
Member Avatar for shahbaz13

Hello everyone, I want to make an Twitter like AJAX post viewer like if we click on any link, it opens in a new sliding div like Twitter's... Plzz. Help... Thanks in Advance..

Member Avatar for shahbaz13
0
57
Member Avatar for |-|x

Hi all Is anyone here familiar with coding in WolfCMS? I have been asked to add a form page to an existing website based on WolfCMS, but have little experience on the platform. For some reason my form doesn't seem to be receiving the POST data, or executing the processing …

Member Avatar for diafol
1
297
Member Avatar for Catweazle

Hi, and welcome to TechTalk. Perhaps the first thing you should do is have a good read of the information contained in our FAQ section: [url]http://www.daniweb.com/techtalkforums/faq.php?[/url] There you will find: [url="http://www.daniweb.com/techtalkforums/faq.php?faq=daniweb_faq#faq_rules"]Forum Rules and policies, Webmaster Information, Privacy policy. [/url] [url="http://www.daniweb.com/techtalkforums/faq.php?faq=vb_faq#faq_vb_user_maintain"]User Maintenance, General forum usage, Reading and posting messages.[/url] There is …

Member Avatar for WaltP
3
1K
Member Avatar for Cenchrus

Hello all, I've been messing around with code since for a while, but never really seriously did anything with it. I started out with BASIC on the 3.1, and now I'm trying to learn python. I'm thinking about getting a regular job at programming if I go back to school, …

Member Avatar for Netcode
0
66
Member Avatar for WARburg

Hello Everyone! That's my first post on this forum and I'd like to greet Everyone I got a question about getting the last key pressed without stopping the programm. I know that getchar(), cin, getch() commands don't allow to do that. Have You any idea how to solve this problem? …

Member Avatar for zeroliken
0
3K
Member Avatar for CMaker3

Hello Everyone, Thanks for the Welcome! My reason for joining? Well I always find Daniweb from search results whenever I'm looking for solutions to queries about weird files on my laptop or just about any issues relating to the computer and technical stuff. And most of the forum topics are …

Member Avatar for v3ga
0
185
Member Avatar for charter

I have an index.php. page which is a search on my MySQL database to update HTML tables in my results.php page. I have a form on the index page as the search which is like this: <form action="results.php." method="post"> Search:&nbsp;<select name="searchtype"> <option value="Date">Date</option> <option value="Wk No.">Wk #</option> <option value="Artist">Artist</option> <option …

Member Avatar for ToniAdams
0
6K
Member Avatar for sidd.

hi, i have two drop down list. First one is populated from database and its working fine. Second one will also be populated from database but as per the value selected from the first drop-down list. [CODE]<head> <script type="text/javascript"> function xyz_list() { // xyz_list is the id of ;;my first …

Member Avatar for Ezzaral
0
168
Member Avatar for siddharthan64

I'm Sid from Singapore. Computer engineering student. Curious to be a hardcore programmer. C u around everyone Cheers

Member Avatar for Netcode
0
109
Member Avatar for Teachingmyself

[b][u]Explanation of RAID and installation guide[/u][/b] [i]Thanks to [b]'Stein[/b] for the coding.[/i] Greetings, It's come to my attention, both from call volume in work and online forums, that most people do not realize the diversity of RAID controllers available, nor how to fully benefit from them. This tutorial aims to …

Member Avatar for cheaphosting
1
719
Member Avatar for ben_dajao

[CODE]<td id="table-cell"><label> Travelers: </label></td> <td id="table-cell"><input type="button" onClick="" name="" value="Add Traveler" /></td> [/CODE] I need an ajax/js function that will generate an input form to be filled up when the Add Traveler button is clicked. (not open a new window but generate it on the [COLOR="Green"]same page[/COLOR]) So, I want …

0
116
Member Avatar for tarekwarak

Hi ; can any one help me to find the algorithm written in c# to convert boolean query form post-fix to infix notation like example : infix : Tony and George post-fix : Tong George and example 2 : infix : Tony and George or Lona post-fix : Tong George …

Member Avatar for Antenka
0
83
Member Avatar for John A

[B]Introduction[/B] Many people might wonder why you would want to compile source code. After all, most Linux programs can be had by simply opening up their favorite package manager and clicking "install". The package manager does the rest. However, there *are* reasons why you would want to do this. For …

Member Avatar for beeho
6
482
Member Avatar for camelNotation

Somebody told me that he could access c++ private data members without using the " Friend" type or public functions.He gave a source code and that was compiled in Turbo c++3.0 :-( May I post that here?

Member Avatar for tekbhatta
1
2K
Member Avatar for innspiron

Hello anyone, I have code: [CODE]java.lang.System.setProperty("sun.security.ssl.allowUnsafeRenegotiation", "true"); SSLContext ctx; ctx = SSLContext.getInstance("TLS"); ctx.init(new KeyManager[0],new TrustManager[] { new DefaultTrustManager() }, new SecureRandom()); SSLContext.setDefault(ctx); Security.addProvider(new org.bouncycastle.jce.provider.BouncyCastleProvider()); URL url = new URL("https...."); HttpsURLConnection conn = (HttpsURLConnection) url.openConnection(); conn.setRequestMethod("POST"); conn.setDoInput(true); conn.setDoOutput(true); DataOutputStream output = new DataOutputStream( conn.getOutputStream()); output.writeBytes("data"); output.flush(); output.close();[/CODE] How do I edit …

0
75
Member Avatar for SeasideP
Member Avatar for Nick Evan
0
135
Member Avatar for JRDJ12

Hey everyone, Just thought I'd send a hearty hello to you all. I joined Daniweb last week but haven't had a chance to introduce myself until now. I'm currently in my first year of Computer Science major in MN (graduated with AA degree this summer in Lib Arts). Currently taking …

Member Avatar for Netcode
0
46
Member Avatar for jdiaz1302

Hi, well I'm new around here so I came here looking for help and I fount it, that's why I decided to create my account. Well I have created my account because I want to help others and get help, I have 6 years working in tech support, recently I …

Member Avatar for Netcode
0
103
Member Avatar for Raion

Hello Everyone! Nice to be among people of my interests, and speaking of interests mine include programming (C++, C#, objective-C), poetry, and I am also a writer at a couple of sites. (and a few other things im sure... but can't remember them right now :) ) I am an …

Member Avatar for Netcode
0
54
Member Avatar for Dani

This is a very quick 'n' simple vBulletin SEO hack. It's easy to apply and it's the one I have been using here on DaniWeb for the past couple of months. I was going to wait until we went vB 3.5 to release it but I might as well do …

Member Avatar for Dani
0
5K
Member Avatar for Gribouillis

This snippet defines a simple decorator to post-process a function's return value through a sequence of filters. As a first application, the decorator can transform a generator function into a function returning a sequence type (list, tuple, dict).

Member Avatar for Gribouillis
2
573
Member Avatar for hovsa

Hello DaniWeb members, Like to learn new stuff and maybe I can also help some in here with my experience. All the best Frank

0
73
Member Avatar for mattyd

**Note: I'm not sure if this is the appropriate area for this post-- please move if necessary. Hello. I am working on a small Macromedia Flash project, just learning more about Flash and getting acquainted with the Flash interface as well as Actionscript; my question is not in regards to …

Member Avatar for gusano79
0
233
Member Avatar for HASHMI007

[CODE] #include <iostream.h> #include <stdlib.h> template < class ItemType > class stack { private : int top; int maxStk; ItemType *items; public : stack(); stack(int max); int isEmpty(); int isFull(); void push(ItemType newItm); int Pop(ItemType &Itm); }; template <class ItemType> stack <ItemType>::stack(){ top=-1; maxStk=500; items=new ItemType[500]; } template <class ItemType> …

Member Avatar for HASHMI007
0
172
Member Avatar for thatjoeguy01

My name is Joe, and I am a web designer. I am not provisional or anything but I have a passion and creativity for website design I also am pretty good at writing in the PHP language, I am currently trying to learn python but the transition from php to …

Member Avatar for Onlineshade
0
73
Member Avatar for 18engineer

i want the code of passing form elements with post in php with ajax.. i am trying a number of codes,but all in vain:( can anyone send me please, full code

Member Avatar for joehms22
0
153
Member Avatar for Heinz Stapff

Yeah, I've forgotten how to mark a post as resolved. Most of the other forums have omitted this valuable tool for doing so. Thanks for any consideration. Also I'd like spell check as mine is horrible! I guess IE8 iSpell doesn't work so well like Firefox! I found iSpell and …

Member Avatar for Heinz Stapff
0
345
Member Avatar for Maxipak

Howdy! I've searched the forums and Google for ideas but all the information/advice I found was either not helpful or inaccurate. So, perhaps someone here can help point me in the right direction. I'm heading off to University next year but, before I do that, I'd like to study some …

Member Avatar for Chrishas
1
268
Member Avatar for binaryaddict

Hi everyone, I am new here ;-) My name is Franz and I am from Munich, Germany. After doing a bachelor in Information Systems and Management I have been employed as IT Consultant for almost three years now, on the side I got my own little consulting firm. I like …

0
181
Member Avatar for alex8206

[CODE]<%@page contentType="text/html" pageEncoding="UTF-8"%> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>XYZ Travels Pvt Ltd.</title> <script type="text/javascript" language="javascript"> function a(){ var x = document.forms.frm1.UserID.value; var y = document.forms.frm1.Pass.value; if(x=="" || y=="") { alert("Required Field cannot be left Blank"); if(x!="") { document.forms.frm1.Pass.focus(); } else{document.forms.frm1.UserID.focus();} } …

Member Avatar for stanleyben
0
554
Member Avatar for marceta

Hi guys, im workin on a little text based RPG using c++. It is a win32 comsole application and i am wondering what i could do to improve it! I have added my source code [code] # include <iostream> #include<ctime> #include<cstdlib> #include<cctype> using namespace std; struct monster { int strength; …

Member Avatar for aramil daern
1
942
Member Avatar for Dmennite

[CODE]private void rbWeek_CheckedChanged(object sender, EventArgs e) { if (rbWeek.Enabled == true) { DialogResult dChangeCycle = MessageBox.Show("Yes to start new billing cycle from today's date. No will make no changes to next billing Date.", "Next Billing Date Change", MessageBoxButtons.YesNo, MessageBoxIcon.Question); if (dChangeCycle == DialogResult.No) { } else if (dChangeCycle == DialogResult.Yes) …

Member Avatar for Dmennite
0
153
Member Avatar for junnydc

Hi, To all webmasters, lurkers, seo's, and newbies alike. June here your humble servant :)

Member Avatar for Netcode
0
51
Member Avatar for mehargags

Hi all, I'm having trouble getting POST value from dynamically generated txtinput[] and MultiSelect since they form an array. I read so many articles but I get confuse.. a short form of my code is given below.. Pls help me with best way how I can get array values in …

Member Avatar for diafol
0
363
Member Avatar for gomedigap

Hi all. I've been trying to get this code to post to a https url for some time without any remedy. I'll give you all a basic rundown, I have a site that we're trying to generate leads off of, and we have a 3rd party crm system that we …

Member Avatar for gomedigap
0
6K
Member Avatar for suncica2222

I want to adjust this class that is written for phpBB2 into phpBB3 forums. Here is curl_phpbb.class.php complete code: [url]http://www.phpkode.com/projects/item/curl-phpbb-functions/[/url] I am working at this function: function new_topic($forum_id, $message, $topic_title) As I can see, GET and POST params are different for phpBB3 and that is [B]my main problem: to send …

Member Avatar for diafol
0
1K
Member Avatar for Cyber-SEO

I've been working with an older programmer who's coding an IVR solution. It's running on Windows 2000 and is connected to a T1 (we have internet access) through the machine his code is running on. I've been trying to get him to request information from our main web server via …

Member Avatar for vasava
0
831
Member Avatar for Dani

Since switching to this design, the number of new threads posted daily has decreased by 75%. New posts, new registrations, and traffic has remained consistant. Is the "new thread" button really hard to locate? Confusing? What is wrong?

Member Avatar for happygeek
0
1K
Member Avatar for SHNOOKY

Hi, My name is Shnooky I'm a long time gamer and blogger. Here for a little help with refining my SEO techniques and make a few friends along the way.

Member Avatar for Onlineshade
0
50
Member Avatar for mhanry

Hi, As being new to the forum website ..... i don't have much ex poser in the forum ..i have a doubt regarding the limit of per day post submission. Can anybody please let me know that how many post i can submit everyday here ?

Member Avatar for shareclock
0
245
Member Avatar for louie540

Hi. First off, I'm new to PHP. So you will have to be real specific with your answers. I'm trying to create a comments section under my news articles and I'm having a real hard time with it. At first I was wanting to make it so that a new …

Member Avatar for broj1
0
180
Member Avatar for noahshoa2

Hey, OK, so this might be something, but I seriously cannot find how I went wrong here. This is my script: [CODE] <?php $_POST['submit']; $name = $_POST[$name2]; echo "It is going to database <b>db_".$name."</b>"; ?> <br> </br> <form action='' method='POST'> <input type='hidden' name="Example"> <input type='submit' value='What db is it going …

Member Avatar for zubaircs
0
115
Member Avatar for JBazil

hello, i got a quick and trivial (not to me though) question for ya involving matlab. i am relatively new to matlab and have encounter a few problems using the function command. here is my code: **********main.m********** clear all IC = [1 0.1 2]; time = [0 30]; global test1 …

Member Avatar for saz101
0
307
Member Avatar for Ancient Dragon

Dani, will you someday change the editor in the Report Bad Post link to use the same advanced editor that is used in other places, so that we can see the "insert link" and smily faces buttons? I could probably insert the tags manually but never seem to remember how …

Member Avatar for Ancient Dragon
0
146
Member Avatar for Cyrano

On Android phone, I used setEntity() to put the FileEntity to the POST request. [CODE]HttpPost post = new HttpPost(uri); FileEntity reqEntity = new FileEntity(f, "application/x-gzip"); reqEntity.setContentType("binary/octet-stream"); reqEntity.setChunked(true); post.addHeader("X-AethersNotebook-Custom", configuration.getCustomHeader()); post.setEntity(reqEntity);[/CODE] When using bottle, I tried this but it is not working [CODE]f = request.body gzipper = gzip.GzipFile( fileobj= f ) …

0
67
Member Avatar for kytro360

I want to post data to a form with sockets. I know I cant just post directly to the HTML of the site but how would I go about doing so?

0
81
Member Avatar for ptermourra

Hello Everyone I have a simple form posting to mysql database. I set one of the fields to be Text Area. I have and HTML Link Code that needs to be in that field. When I upload he data to the db, my " gets hashed out a \ gets …

Member Avatar for didier_m
0
375
Member Avatar for bhuvan83

hi every1 i m new to website development. just learning it. i have made a code in which i access my database(MS Access). i m able to print the first record of the database on the page. but i m not able to go to next record which i want …

Member Avatar for SagarSe7en
0
699
Member Avatar for DavidB

Hi, folks. As you may have gathered from a previous post, I know next to nothing about PHP, so I have a very basic question: How do I force an exit from PHP? I have gone through a few books and come across the "die" and "exit" commands; however, they …

Member Avatar for Thomas.Fischer
0
383
Member Avatar for AnkurThakur

Hello Guyz :cool:, I am [B]Ankur Thakur[/B], a Student living in [B]New Delhi, India[/B]. I am currently doing [B]B. Tech Computer Science Engineering[/B], a 4 Year Course, from PDM College of Engineering, Bahadurgarh. I have completed my Primary and Secondary Education from KV Shalimar Bagh. I miss my Old School …

0
91

The End.