256 Posted Topics

Member Avatar for jenymaru08

1. backup 2. format 3. restore windows assuming you are having lots of problems with many applciations on your home computer

Member Avatar for Fungus1487
0
104
Member Avatar for Taffd

yes javascript or perhaps flash. you could not achieve this with php

Member Avatar for MitkOK
0
280
Member Avatar for Fungus1487

ive been asked by a company to help them with emergency work. it simply is converting photoshop designs into css templates does any one have any idea what i should charge for doing this as they have asked for a daily rate ?

0
42
Member Avatar for emarkus

if i may ask why is using a semi colon at the end of an SQL statement a problem ? this is valid sql markup

Member Avatar for black_ip82
0
118
Member Avatar for dotNetDummi

set your permissions to allow access to my documents. saying that i remember not being allowed access to a servers My Documents folder even with permissions set. use another file location i.e. c:\WEB APP FILES\

Member Avatar for Fungus1487
0
182
Member Avatar for killer007

you can embed media player in your page. or build a flash mp3 player. there are probably flash players already out there which can be dropped right in if you arent very clued up on flash. Most use xml files though which isnt a problem if you can pass the …

Member Avatar for Fungus1487
0
98
Member Avatar for interger

why not use css ? [URL="http://www.findmotive.com/2006/10/31/simple-css-image-rollover/"]http://www.findmotive.com/2006/10/31/simple-css-image-rollover/[/URL]

Member Avatar for interger
0
84
Member Avatar for DanMcLinden

sorry to plug myself here but i am a web designer and i charge quite inexpesively. that said web design does not have to be an expensive outing. i understand alot of companies will rip you off. go freelance and you can find yourself paying a small % of what …

Member Avatar for Fungus1487
0
117
Member Avatar for komox
Member Avatar for dci0705

alot of companies sell their source code. (for a reasonably larger markup than they would sell software) but alot do especially when products get upgraded the previous software becomes 'old-hat' and you will find alot of business will purchase source code. But yes for a stable consumer product in the …

Member Avatar for jbennet
0
186
Member Avatar for Fungus1487

hello all, i have been setting up reports to work with our intranet web application but after attempting to make the reports dynamic in the data they retrieve i have tried using a dataset and an xml file both return this error when i attempt to load the report document. …

0
71
Member Avatar for kobi
Member Avatar for Fungus1487
0
112
Member Avatar for toadzky

that is like asking us to perform open heart surgery whilst wearing a blindfold? can u post some sample code?

Member Avatar for Fungus1487
0
76
Member Avatar for thu_mai

1. create a script with an array of image urls 2. use GET ie. [url]www.page.com?img=1[/url] method to post img number to page. on page load change the image based on this number. 3. use meta refresh or javascript to refresh after several seconds incrementing the GET img variable. and that …

Member Avatar for Fungus1487
0
112
Member Avatar for justapimp

1. open your new page window (make sure you save the window to a variable i.e. 'win') [CODE]var win = window.open(....);[/CODE] 2. from existing page check the new window youve opened to see if it is finished loading. If it has then call the function if not set timeout to …

Member Avatar for justapimp
0
194
Member Avatar for genpopo
Member Avatar for Acid Burn

you could use html frameset this would keep any information you have active without clearing it as you would not need to refresh the page with the tables in. google html frameset for more info or if you r having trouble let us know. by the way alot of developers …

Member Avatar for Fungus1487
0
103
Member Avatar for riscphree

i dont quite understand are you trying to do? dynamically create data in your first column based on what the user presses ?

Member Avatar for Fungus1487
0
105
Member Avatar for fox_racing
Member Avatar for Arch_Bytes

set the cookies expiration date to an earlier time than now. [CODE]// FUNCTION TO DELETE A COOKIE function deletecookie(name) { var expdate = new Date(); expdate.setTime(expdate.getTime() - 1); document.cookie = name += "=; expires=" + expdate.toGMTString(); }[/CODE]

Member Avatar for MidiMagic
0
95
Member Avatar for cancer10

well in my opinion... 1) promotes messy coding habits 2) oop is lacking 3) error handling is poor thos are my main qualms.

Member Avatar for maddog39
0
91
Member Avatar for RationalRabbit

why not hide/show the iframe instead of creating a new instance each time. i.e. on page startup create a hidden iframe when openframe is called change the visibility and use document.frame.location = '.....' to change the url. if your using php also depending ont he amout of code the server …

Member Avatar for Fungus1487
0
143
Member Avatar for Nareshp_123

i dont know of any third party tabs but when i need tabs i use iframes. with a form for each page you want in each then use javascript to change the page.

Member Avatar for SheSaidImaPregy
0
445
Member Avatar for Fungus1487

im having trouble using the PUSH method to generate a report . this is my code. [CODE] Try cr1.Visible = False Dim myConnection As New SqlClient.SqlConnection myConnection.ConnectionString = "Data Source=someplace;Initial Catalog=somedb;User Id=someid;Password=somepass;" Dim MyCommand As New SqlClient.SqlCommand MyCommand.Connection = myConnection MyCommand.CommandText = "Select * from asset where assetid < 10" …

0
71
Member Avatar for SheSaidImaPregy

[QUOTE=SheSaidImaPregy;453773]Hello, I need to access the database when a session unexpectedly ends or session times out. This is just for telling the database to update a field for when the user last logged in. The reason I need this is that it saves me tons of coding for other stuff …

Member Avatar for Fungus1487
0
120
Member Avatar for lollerskates

i work without contract on the terms that 30% is paid before work begins. further 60% on installation/transfer of said software and 10% following 2 weeks after has been fully implemented into system with no problems. DO NOT GIVE THEM ANY CODE!!! and do not send them the product without …

Member Avatar for Halbo
0
239
Member Avatar for Fungus1487

hello all, this probably isnt even the correct forum to ask but does anybody know whether it is possible to LOAD a CAD drawing into a flash movie and be able to manipulate it ?

Member Avatar for Fungus1487
0
159
Member Avatar for vinaii

perhaps ask in the correct forum ? web developement/databases as the people that may know your answer may not look here.

Member Avatar for Infarction
0
72
Member Avatar for dmotah

? sorry can you rephrase that as i have no idea what you mean. if you know insertion and connection why cant you do it ?

Member Avatar for world_weapon
0
110
Member Avatar for nydana8

???? without knowing what the program is that uses this i doubt anybody could help you ?

Member Avatar for Fungus1487
0
101
Member Avatar for sreekiran

[CODE]document.getElementById('button').disabled = true[/CODE] if you want to maintain the state when refreshing just use something like a cookie to hold the boolean flag

Member Avatar for MidiMagic
0
72
Member Avatar for Fungus1487

Hello all. Which is the best practice to use when creating dynamic links i.e. onclick events. [CODE]<a href="javascript:somefunction()">click me</a>[/CODE] OR [CODE]<a href="javascript:void(0)" onclick="somefunction()">click me</a>[/CODE] i realise the first is not an 'event' but i have a web app which is displaying 6000 of these links all at one time and …

Member Avatar for Fungus1487
0
2K
Member Avatar for smourt

you cannot hide these items after the browser has loaded the page. You would have to use a window.open('url', 'windowname', 'height=600,width=800,status=0,toolbar=0,menubar=0,resizable=1,scrollbars=1')

Member Avatar for Fungus1487
0
71
Member Avatar for chikyong

pseudo code is a DESCRIPTION based on an algorythm. It is used so that programmers can see what is happening. It is good as it allows programmers to understand tasks at a glance i.e. [CODE]' VB CODE Dim str as string = "heya" Dim str2 as string = "oh no!" …

Member Avatar for kxh29
0
57
Member Avatar for web_master

im pretty certain when linking to a site outside of your domain there becomes problems with javascript. therefore i dont believe you can get any properties from the page

Member Avatar for Fungus1487
0
148
Member Avatar for ArNy

what are you looking to implement? Just HTML and CSS. Or other web related languages i.e. javascript, php, even asp and .net?

Member Avatar for ArNy
0
163
Member Avatar for Fungus1487

i am a web designer. i have been asked to create a web app for use on a company intranet. the problem is i have a treeview (those that dont know asp a simple menu structure) on my page which allows the user to pick records they wish to view. …

Member Avatar for nyashaC
0
118
Member Avatar for lithium1976

[QUOTE]Can I place a <h1>, <h2> etc inside a Div?[/QUOTE] answer: yes [QUOTE]I understand I cannont place a <p> inside a <h1> or <h2>, is this correct?[/QUOTE] answer: correct. it is not valid html4.01 [QUOTE]I understand I cannot put a <ul> inside a <h1> or <h2>, is this correct?[/QUOTE] answer:correct …

Member Avatar for MidiMagic
0
93
Member Avatar for namorim
Member Avatar for NewToJava

use the following at the end of your code [CODE]BufferedReader in = new BufferedReader(new InputStreamReader(System.in)); in.readLine();[/CODE] it will pause your command prompt and wait for an input.

Member Avatar for Fungus1487
0
148
Member Avatar for taran30
Member Avatar for iamthwee
0
82
Member Avatar for michael.ngobeni

[COLOR="Green"][QUOTE=michael.ngobeni;418726] document.FormName.myname[COLOR=red][B]+x+[/B][/COLOR].value = 'Test';[/QUOTE] replace with [CODE] if (document.getElementById('myname' + x)) { document.getElementById('myname' + x).value = 'Test'; }[/CODE][/COLOR] HMM WHY DID I NOT SEE EVERYONES POSTS 2 MINS AGO ? DANIWEB THREW A BRAIN FART OR I AM A LEPER

Member Avatar for hollystyles
0
140
Member Avatar for Turendur
Member Avatar for virus220

use javascript if you are calling another browser window as you cannot pass data to another browser window. The server cannot see browser windows and therefore cannot distinguish where to send any information this way. javascript is your only option if this is what you want to achieve.

Member Avatar for Fungus1487
0
94
Member Avatar for anto_nee

[url]http://aspalliance.com/articleViewer.aspx?aId=144&pId=[/url] theres a good website with alot of basic tutorials on. just do the ones you find interesting and youll pick up the basics in no time. the msdn website helps too

Member Avatar for Fungus1487
0
61
Member Avatar for bhavna_816

are you using the grid mode or flow layout. personally always use the non grid method as absolute positioning is bad!

Member Avatar for Fungus1487
0
81
Member Avatar for php_noob

[CODE]$this->[/CODE] is reffering to the current class instance. it allows you to differentiate between objects and can help speed up compile time as the compiler knows that $this-> is referencing an object in the document e.g. [CODE] var $num1; function set_num($num1) { $this->num1= $num1; } [/CODE] not only does it …

Member Avatar for Fungus1487
0
139
Member Avatar for thirunavukaras

im pretty sure this is because the user control wont have focus as it is simply a control whereas the MAIN FORM will have focus. Simplest way i can think of doing this is to put your methods to listen for the keypresses in your main form. Make your methods …

Member Avatar for Fungus1487
0
1K
Member Avatar for roryt

NO CLIENT SIDE SCRIPTING how you can create a site and rely on your users to have the correct spec is beyond me. Its like going to a pub and having to take your own beer.

Member Avatar for MidiMagic
0
185
Member Avatar for Fungus1487

i understand that this can be done the problem is i cant find any good tutorials or sample code and i dont really know where to start. Could anybody help please ? looking to mail merge with a ms word doc 97 - 2003 and my database

Member Avatar for arjunsasidharan
0
133

The End.