199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for gunbuster363

I am crawling a website I found out that the source code of the website is different to the content of the website. obviously the content were generated through some script, does anyone know how to simulate the action and get the content of it? For example, there is a …

Member Avatar for gunbuster363
0
110
Member Avatar for wolfeater017

I've heard of the working file in python before and was just wondering what it was and where I can find it in python

Member Avatar for vegaseat
0
138
Member Avatar for rahul95

i like to start a new project in PHP that helps community. suggest me some new projects. i wish to get new ideas from Dani's.

Member Avatar for omol
0
66
Member Avatar for LRNPHP

Hi everyone. Could someone assist me with a problem I have. I want to display images in a folder.(image/). I have my MySQL table with my images location.(images/test.jpg) etc. I also have a legend_id where I specified id's (id_1, id_2, id_3) This is linked to cars. If I search according …

Member Avatar for LRNPHP
0
722
Member Avatar for cacoyle

basically i have a table which has different branch names recorded in the same column as other data. I cannot change how the data comes in so i have to find a way of extracting and matching data from this column. eg +---------+---------------------+------+------------+--------+ | Company | Branch | Tml | …

Member Avatar for cacoyle
0
178
Member Avatar for judithSampathwa

Hey the code I have for validating the tel no is not working for the string value (567) 789-5677 [CODE] String rePhoneNumber = @"\([1-9]\d{3}\)\s?\d{3}\-\d{4}$"; Regex re = new Regex(rePhoneNumber); if (re.IsMatch(textBox1.Text)) MessageBox.Show("valid phone number"); else MessageBox.Show("Phone Number Must Be Entered As: (555) 555-1234"); [/CODE] Every time the else part is …

Member Avatar for nick.crane
0
279
Member Avatar for sparkles_links

I have a stress that I will really appreciate fast response. I have a form as below and I need the action script in php. [CODE]<?php $msg = "Message from Platform Form\n"; $msg .= "Aspirant's Background:\t$_POST[aspirant_background]\n"; $msg .= "Aspirant's choice:\t$_POST[aspirant_choice]\n"; $msg .= "Aspirant's Offer:\t$_POST[aspirant_offer]\n"; $msg .= "Aspirant's email:\t$_POST[aspirant_email]\n"; [B][COLOR="Red"]$msg .= …

Member Avatar for sparkles_links
0
113
Member Avatar for Vox30z

Hello all! I am trying to add to items to a combobox by using the "enter" key. It does work when I add the first item, but if I manually clear the box and add another items it does not get added to the list. (1) I click in the …

Member Avatar for pritesh2010
0
432
Member Avatar for Duki

Hey everyone, I'm having an issue where my application will keep Excel running even after it closes. I think I'm closing everything properly, but is there a way to check on close? Here's part of my code: [code=c#] ////////////// Part of ExcelWriter class public void CreateSheet(Laptop lptp, string file, string …

Member Avatar for Duki
0
460
Member Avatar for mlotfi

Hi, I have a page that when loaded it populate a div data from database : <div> data1 --------- [U] remove link[/U] data2 --------- [U] remove link[/U] data3 --------- [U] remove link[/U] </div> I want to have an acordion that has data with checkboxes : checkbox ------------ data4 checkbox ------------ …

Member Avatar for mlotfi
0
79
Member Avatar for danturn

Hey guys, I've got 2 collections (one datatable and one list of an object) i need to compare them and get a collection of the matches and a collection of the items that dont match (from both collections) i've got the matched collection sorted: [CODE] var yourNumbers = from DataRow …

0
44
Member Avatar for Duki

Hey everyone, I have a warning message in my app saying "Unreachable code detected" - Here's a snippet: [code=c#] //Files are sometimes not closed quickly enough - these loop variables allow for the system to wait and try again const int MAX_TRIES = 3; int loop = 0; ... public …

Member Avatar for Duki
0
218
Member Avatar for k2k

[code] <form id="History" method="post" action="./php_lib/getHistoryProcess.php"> <button name="clearTableButton" type="submit" value="table2">Table 2 Orders</button> </form> [/code] the code above will process through the getHistoryProcess.php and return the result in the same page (the white blank page). I would really like the result pop up like ***** href=" " target="blank" style***** in other words, …

Member Avatar for k2k
0
127
Member Avatar for dansnyderECE

I chopped down my make file so I can compile a C++ program with very few, but some flags set to see if I can determine if they are working. The following is my make file section on C++ flags: [CODE]# Common compiler flags CFLAGS = -mips1 -Wa,-non_shared \ -mno-abicalls …

Member Avatar for vijayan121
0
556
Member Avatar for DoEds

Arg... Guys can you correct my code? 'coz it gives me a wrong output if i input "3 , 1, 2 or 1, 3, 2 or 3, 2 ,1" [CODE]import javax.swing.*; public class OutputGreatest { public static void main(String[] args) { int uInput1,uInput2,uInput3; int maxValue; uInput1 = Integer.parseInt(JOptionPane.showInputDialog(null,"<1>Input a number …

Member Avatar for DoEds
0
126
Member Avatar for shirup

i have difficulties in this area and am kindly requesting for your help.i need to submit an assignment by the end of today.please help

Member Avatar for NormR1
0
105
Member Avatar for AngelicOne

How to bind data in listview? I usually use [CODE]gridview.Datasource=ds.Tables[0];[/CODE] for my datagridview. How can I do this in listview?

Member Avatar for AngelicOne
0
1K
Member Avatar for ganeshredcobra

hai, i want to create a code to searcha big document in text format and sort one word say "error" and need to print that whole line ....how can i implement this simply in python openfile = open('/home/space/Desktop/test.txt', 'r') data=openfile.read() words=data.split() #print words if "error" in data:

Member Avatar for TrustyTony
0
149
Member Avatar for ryathegr8

slaamz guls and guys! can any body tell ,how to validate input to check whether it in Integer only?? it shouldnot be in Double, Long and float in type..... i am writting simple code for simple calculator.... plz reply me fast if any body knows... regards m0m0

Member Avatar for javaAddict
0
85
Member Avatar for dima shawahneh

Hello every one Can we change the settings of a dll file after deployment if we can not , any alternative suggestions ? thx

Member Avatar for k.d.m
0
101
Member Avatar for MARKAND911

I have an MDI form "mdi1". And another form "form1" On mdi1 I have a label "lbl1" I want to change text of lbl1 when a button on form1 is clicked. form1 is a child form of mdi1. How can i do this.

Member Avatar for Geekitygeek
0
4K
Member Avatar for aragmus

hi guys what constructors should i use for this program? [CODE]using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace BACKUPEXEFILES { public class cCOPY { private string _directorypath; private string _filename; public string directorypath { get { return _directorypath; } set { _directorypath = value; } } public string filename …

Member Avatar for k.d.m
0
130
Member Avatar for akil007

I have ajax:calenderExtender for selecting date. Now when I click on image button to popup the calendar that time popup position is top of the page but i give position at right side now from second click it gives right position

Member Avatar for akil007
0
66
Member Avatar for Chaster

Hi all, I've been searching for some time without any success. Here's the problem: I have an SWT GUI, which contains some UI elements placed onto a Composite. I would like to dynamically add a new Composite to the old one, when a certain event is triggered. Fine everything works …

Member Avatar for mostafaelshafei
0
466
Member Avatar for cristi08

Why the checkbox is not working? it echoing "interest Array" [code] $_POST['interest'] ; foreach($_POST as $field => $Value) { echo "$field,$Value<br>"; }[/code]

Member Avatar for rajarajan2017
0
91
Member Avatar for 0xCMD

Greetings to all, I want to use the "[B]System.IO.File.Delete(PATH);[/B]" function to delete a file that is in my Project whenever I run the app. The problem is that in order for this to work I have to specify a full path [B]"C:\Users\SomeUser\Desktop\SomeAppFolder\Content\Models\Model1.X"[/B] The problem is that this path is different …

Member Avatar for Geekitygeek
0
283
Member Avatar for sunil_skmd

Hi, I am new to java. i want to use a switch statement on operators that are in read as strings. Like "==","!=",">=","<=". Please help me to do this as i cannot use even their ascii value of these operators to switch the cases.

Member Avatar for javaAddict
0
213
Member Avatar for tleisher

Hi, I have two websites. I have an RSS feed from one that I want to host on the other, just the headlines and links back to the second website... Right now I'm using SimpleXML and fopen/fclose to bring in the XML documents. But for some reason it's not working... …

Member Avatar for Vivekkrgupta
0
131
Member Avatar for muralibobby2015

hello.. i am trying to do select multiple options of dropdown box. when i am select each option then appear textbox for each option. how to do?

Member Avatar for muralibobby2015
0
129
Member Avatar for Maya Pawar

Hi friends, I have different query in access and vb.net. Sometimes record are inserted sometimes not. All coding is correct. when record is not inserted,it gives an exception that 'could not open;database is locked' What is this exception??? My database is not having password. I m using access2007 database. since …

Member Avatar for G_Waddell
0
454
Member Avatar for halona

I am trying to write a bookmarklet that extract a citation information from a web page in a new text file for the client by using javascript. but I could not find any solution where writing to a text file is allowed with firefox by using javascript. the application suppose …

Member Avatar for fxm
0
192
Member Avatar for steaky1212

Hi, A bit of a tricky question, so I will try to explain everything in its fullest. I am trying to replicate some of the Terrarium work done by the Microsoft guys, but I dont want to look at any of their code. Anyway I have my base class which …

Member Avatar for nick.crane
0
207
Member Avatar for Mirth

My code is trying to assign a truck per location. My problem is in the Truck column, only one truck value is assigned for all, but when I use echo to see if my if-else works, it does. In fact, the correct truck is assigned for each location. But in …

Member Avatar for Mirth
0
105
Member Avatar for GrimR7529

Hi, I am having trouble removing a line from a text file. When I click on the button in order to remove the line it gives me an error that access to the file is not possible. Now I assume that the file is in use during me wanting to …

Member Avatar for GrimR7529
0
90
Member Avatar for Mr.UNOwen

Hello, Just recently I learned how to make a game with java using an applet and I was wondering how I’d go about making a java game for cell phones?

Member Avatar for johnfl
0
89
Member Avatar for scorpio26krf

I have a web page where I am trying to populate the PSI # into the txtPSI depending on which customer is selected in ddlCustomers. I have written it a way it has worked on a past project and it compiles with no errors, however it doesn't work when it …

Member Avatar for jugosoft
0
106
Member Avatar for MxDev

Hi guys, Does anyone here know where I can get C# class library documentation, I've search the interenet but I couldn't get what I need. Any help appreciated. Thanks in advance.

Member Avatar for Teme64
0
174
Member Avatar for Nemuksis

Hi, i looking to find what would be the best cms + modules to host a kind of freeware site like the following [URL="http://www.androidfreeware.org/"]http://www.androidfreeware.org/[/URL] where users can upload apps, search for apps, detailed list of apps, category etc etc. I know literally any cms can be used, i mostly want …

Member Avatar for Nemuksis
0
169
Member Avatar for fadliraihana

hi,im currently major in data communication and networking and need help in my final year project. i am interested in doing a webprogramming project.i'd like to make a great project but currently is running out of ideas. thanx ;)

Member Avatar for fadliraihana
0
64
Member Avatar for evangelyngulip

hi.will you please help me in making a Payroll System that using a Java?Thank you.

Member Avatar for rboffers
0
45
Member Avatar for canterorist

hi! i don't have problem in checking all checkbox but if i uncheck the checkbox the id=cball(my main checkbox of all), the sub don't follow the main(id=cball); here's my code for jquery: [CODE] $(document).ready(function(){ $("#cball").click(function(){ $("tr [id=cbmessage]").attr("checked","checked"); },function() { $("tr [id=cbmessage]").attr("checked",""); }); });[/CODE] html code: [CODE] <input type="checkbox" name="cball" id="cball" …

Member Avatar for canterorist
0
151
Member Avatar for ravi0703

Hi Everybody, I want to know how to send SMS to mobile using PHP Script. Is there any sample script like to know better. Please can anybody help on this

Member Avatar for rbrt13
0
133
Member Avatar for Anatake

I have a (I thought:confused:) relatively simple converter project I am writing with Visual Studio 2010 C++ Windows Form App. So to be forthwith I am completely stumped as to how I would get the user input from the Amount box (1234.12 for example) and the Rate box (1.04108 for …

Member Avatar for jonsca
0
226
Member Avatar for jhai_salvador

Yoe guys, need your help.. I want to know on how to setup my client computers and the server so they can connect to sql server 2005 Developer Edition. Client computers are Windows XP. Server is Windows Xp installed with a SQL Server 2005. They are on the same Workgroup. …

Member Avatar for AndreRet
0
1K
Member Avatar for lifeworks

Hi Just curious to see what everyone else thinks - its a small issue, but can be applied to a variety of situations. The website Im building allows people to rate news stories, I was just wondering if you would record each vote individually, or open a line in the …

Member Avatar for rajarajan2017
0
93
Member Avatar for BTW8892

Alrite, So i have a an entry page with a form on it, that simply enters the data into the specified database. I have a player stats entry page, and there are five lines for players. However, if not all 5 players play, I want it to check if that …

Member Avatar for rajarajan2017
0
103
Member Avatar for starlight849

Hi guys and gals, I appreciate any help in advance. I have two textbox controls and I want to accept input for textbox 1 and textbox 2. However, when user enters text into textbox 1 I would like textbox 2 to mirror the same text as it is typed. I …

Member Avatar for GeekByChoiCe
0
294
Member Avatar for pi_lord12

I'm making a JPanel for a game. I want the background to be an imported image, so I set up a ClassLoader to import the image and converted that to a URL. However, that URL appears to be null, as when I try to put the panel into a JFrame, …

Member Avatar for pi_lord12
0
156
Member Avatar for JameB

For my website, I have set up a very basic and nooby email service. It will take the message and write it to a text file. However, I want to set up the email so that it will send the message as an email to [email]___@___.com[/email]. How do I do …

Member Avatar for rajarajan2017
0
81
Member Avatar for usafsatwide

I'm not sure if you all need all my files, but I'm getting the following error message when compiling: productionworker.cpp(8) : error C2440: '=' : cannot convert from 'const char [4]' to 'char' productionworker.cpp(10) : error C2440: '=' : cannot convert from 'const char [6]' to 'char' Can anyone help? …

Member Avatar for usafsatwide
0
265

The End.