Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~18.9K People Reached
Favorite Tags
Member Avatar for ryy705

Hello, I am very new C#. I am trying to log into [url]http://mls.momls.com/SERetsMonmouth/Login.aspx[/url] with the following code and I am getting a 401 error. My user name and password are correct. I can manually log in through the browser. But I am not sure about the code I wrote. It …

Member Avatar for Kumar_1
0
637
Member Avatar for ryy705

Hello, How can I declare an array as a class variable? For example I can do: [CODE] <?php class test { private $name = 'john'; public function getName() { return $this->name; } } ?> [/CODE] But how can I make the following work? [CODE] <?php class test { private $name …

Member Avatar for pritaeas
0
4K
Member Avatar for ryy705

Hello, I am trying to secure a wordpress ecommerce page. I need [url]http://mysite.com/products-page/checkout/[/url] to be redirected to [url]https://mysite.com/products-page/checkout/[/url] So, I added the following line to my .htacces file and put the .htaccess file in the document root:[ICODE]RewriteRule ^products-page/checkout/$ [url]https://mysite.com/products-page/checkout/[/url] [R][/ICODE] It did not do anything. I can still go to …

0
63
Member Avatar for ryy705

Hello, I understand how use the onblur event the following way [CODE]<input name="city" id="city" onblur="myfunction()" />[/CODE] But what if I don't want to insert javascript in html. I need to keep all javacript in a separate file. Can I execute my function without mixing html and javascript? Thanks in advance.

Member Avatar for Troy III
0
152
Member Avatar for ryy705

Hello, Different browsers render form fields differently. Some browsers will make the corners rounded while some will create rectangular fields. I was wondering if anyone knows how to control this behavior. Is there a CSS technique for specifying the shape of an input field?

Member Avatar for diafol
0
246
Member Avatar for ryy705

Hello, I trying to understand the point of css statements that target specific browsers. If Firefox can understand "-moz-border-radius" why can't it understand "border-radius" ? Does "-moz-border-radius" predate "border-radius" ? Is that what's going on?

Member Avatar for MidiMagic
0
181
Member Avatar for ryy705

Hello, I am trying align bullets with the bottom of the text in the li tags. I used different font sizes for text and bullets because that's what the design calls for. But since list items and anchor tags are inline elements I can't use top and bottom margin to …

Member Avatar for JohnRackon
0
106
Member Avatar for ryy705

Hello, Please take a look at [URL="http://www.jeanbrunone.com/ie/real.html"]http://www.jeanbrunone.com/ie/real.html[/URL]. I cannot get the rounded corners to line up correctly in IE. Please notice the woman's hair does not line up and misalignment in the navigation. For every element that needs rounded corners I have set the background to an image with two …

Member Avatar for macneato
0
91
Member Avatar for ryy705

Hello, Please take a look at the attached picture. There is a shadow like this at the bottom of every page of a design that I am looking at. Could someone kindly tell me how create this effect? Thanks in advance.

Member Avatar for ryy705
0
69
Member Avatar for ryy705

Hello, Please take a look at the attached image. How can I create this without using a table? I tried dl and ol. But I can't get the elements to sit next to each other. Please advise.

Member Avatar for tanoru
0
108
Member Avatar for ryy705

Hello, I've cut up a single image into two and I would like them to sit on top of each other. Unfortunately, I can't get rid of the empty space between the two images. How is this done? Please copy and paste the code if you wish to view it. …

Member Avatar for almostbob
0
94
Member Avatar for ryy705

Hello, I am trying to learn how to embed properly. The following code works. But it does not pass W3C validation as XHTML 1.1. What am I doing wrong? [CODE] <object width="631" height="324"> <param name="movie" value="files/flash.swf"> <param name="wmode" value="transparent" /> <embed src="files/flash.swf" width="631" height="324" wmode="transparent"> </embed> </object [/CODE]

Member Avatar for rajarajan2017
0
263
Member Avatar for ryy705

Hello, I am experimenting with float layouts. It is my understanding that if you float three divs to the left they will sit next to each other without bothering any other divs above or below them. As long as the divs have specified width and their container div has enough …

Member Avatar for ryy705
0
82
Member Avatar for ryy705

Hello, I am having a lot of trouble with the menu system on [url]http://independencebp.webmaxsites.com[/url] It looks fine in Firefox but in IE* the last menu Item drops below "About Us". Why does this happen? Please help.

Member Avatar for MJ Pieterse
0
66
Member Avatar for ryy705

Hello, Is there a way to verify the validity of a credit card when user submits in his/her credit card number? Many thanks in advance.

Member Avatar for Wraithmanilian
0
183
Member Avatar for ryy705

Hello, I get a out of memory error on line 4: [CODE]int isDeleted = 0; PreparedStatement psDeleteRecord=null; try { psDeleteRecord=con.prepareStatement(delQuery); isDeleted = psDeleteRecord.executeUpdate(); if(isDeleted !=1){ echoLog("Could not Delete: " + delQuery); } else { numDel++; } } catch (SQLException s) { echoLog("Failed: " + delQuery); s.printStackTrace(); }[/CODE] This block of …

Member Avatar for javaAddict
0
140
Member Avatar for ryy705

Java implements pass by reference right? So when I do cons("item", stack) with the following code I should print out --> itemabcd. But that isn't the case, why? String stack = "abcd"; cons("item",stack); System.out.println(stack); // public void cons(String item, String stack) { stack = item + stack; }

Member Avatar for mvmalderen
0
220
Member Avatar for ryy705

Hello, I have a time field saved in database in GMT format. I need to convert it to the visitor's local time. Is there a way to figure out the vistor's region/time? Should I be looking into javascript for this? I thank you in advance for your help.

Member Avatar for Aamit
0
259
Member Avatar for ryy705
Member Avatar for ryy705
0
116
Member Avatar for ryy705

Hello, I please take a look at [URL="http://www.jeanbrunone.com/leadtrack/leads.tpl.html"]http://www.jeanbrunone.com/leadtrack/leads.tpl.html[/URL] I am trying to make it look like : [URL="http://www.wwwcomm.com/designs/webmax/leadTrackerUI.htm"]http://www.wwwcomm.com/designs/webmax/leadTrackerUI.htm[/URL] I am having trouble lining up the icons,input boxes and go buttons at the top. I cannot seem to vertically line up the elements. So far I have tried tables, dls, and …

Member Avatar for ko ko
0
120
Member Avatar for ryy705

Hello, What permissions should PHP files have on a unix/linux system? Is 655 appropriate? Many thanks in advance.

Member Avatar for diafol
0
82
Member Avatar for ryy705

Hello, With PHP I've saved all my website settings in one file e.g [code] 'baseUrl' => 'http://localhost/thisSite', 'resources' => '../Resources/', 'templates' => '../Resources/TPL/', [/code] This makes the site very portable. I simply make changes to this one file and I can move the site to any server. But I how …

Member Avatar for ryy705
0
225
Member Avatar for ryy705

Hello, I added some filtering and pagination functionality to a large table with JQuery. It runs fine if I access it locally on the server. But it runs very slowly if I access it over the internet. I don't understand this. I thought all javascript execute in the browser. Why …

0
56
Member Avatar for ryy705

hello, I am trying to experiment with page caching. I would like my page to be cached by the browser for 15 mins. Because the page content does not change much but it downloads thousands of the same records from the database every time the page loads. I am generating …

Member Avatar for digital-ether
0
95
Member Avatar for ryy705

Hello, Please take a look at :[URL="http://artduffieldrealty.webmaxsites.com/"]http://artduffieldrealty.webmaxsites.com/[/URL] The site works fine in IE8 and FF3.5 But I am having trouble with the menu in IE7. I made the mistake of not testing the site in IE7 as I was putting it together. If you hover over a menu item, the …

Member Avatar for ko ko
0
170
Member Avatar for ryy705

Hello, I am trying to read in a tab delimited text file. Most lines in the file are in the following format: [CODE] Col1 Col2 Col3 data1 data2 data3 data1 data2 data3 [/CODE] But some lines are missing the first value: [CODE] Col1 Col2 Col3 data1 data2 data3 data2 data3 …

Member Avatar for ryy705
0
4K
Member Avatar for ryy705

Hello, I am trying to create a simple ftp client. I'm following the instructions from [URL="http://www.nsftools.com/tips/JavaFtp.htm"]http://www.nsftools.com/tips/JavaFtp.htm[/URL](option 4) If you take look at JakartaWrapperTest.java, The first line is import JakartaFtpWrapper; So When do javac JakartaFtpWrapper.java JakartaWrapperTest.java -cp commons-net-ftp-2.0.jar I get an error saying [B]'.' expected[/B]. And if I comment out the …

Member Avatar for ryy705
0
256
Member Avatar for ryy705

Hello, I am generally a php guy. But right now I need to update entries in SQL Server using ASP. Does anyone know how to escape malicious data before putting it into the database? The following is what am doing right now Many thanks in advance. [CODE] Dim inactiveList ' …

Member Avatar for chsab420
0
99
Member Avatar for ryy705

Hello, I am trying to sharpen my css skills by practicing with the following design:[URL="http://rayhanm.com/images/JeanBrunoneHome.png"]http://rayhanm.com/images/JeanBrunoneHome.png[/URL] You will find the html page at :[URL="http://rayhanm.com/brunone.html"]http://rayhanm.com/brunone.html[/URL] I am having some trouble with the nav bar. I wondering if someone would be kind enough to help me out. The "contact me" portion of the …

Member Avatar for Slade007
0
100
Member Avatar for ryy705

Hello, I have exe flash file on a IIS 6 server. Is there any way to run it in the browser? Currently, if I click on link the browser hangs for a while and then downloads a zero kilobyte file. Many thanks in advance for your help.

0
62