|
About 149737 posts are found about "http www fmlamatera com ar".
1403 bytes Hello, As part of the development team which worked on the project, I would like some feedback about this site: http://www.kia.com.ar Thank you in advance! I was involved in the software design specifically and leaded the programmers. But all feedback is welcome as I can contact the web designers as well. Thank you! Hey Leo, Are you looking for some feedback on the code the design or both? "Home" in the navigation bar should be color gray when I point my mouse to the "Sobre Kia", "Modelos", etc. since they ... 75627 bytes I use the ToDo script from http://www.cgibiz.com and have a minor problem, which they don´t answer when I ask for support (It seems that the script is no longer aviable from cgibiz, which might be the reason for the lack of support). The date is displayed as MM/DD/YY which feels very strange. Is there a way to change to YY/MM/DD? Magnus Hahne I paste the code from the script below: ################################################################ # TITLE: ToDo # # VERSION: 1.0 # # CREATED ON: May 9, 2000 ... 1991 bytes Well, here is another site for design review. http://www.cortazartextual.com.ar Original idea and design by my brother, the actual owner. Thanks in advance. well i cant load the site cuz its such a slow site thats not a good thing well my first thought was "he spelt 'enter' wrong" I actually did - it's late and im tired Anyway... It's a nice clean layout which looks quite sophisticated. The navigation is clear and easy to follow (well it looks it, I don't speak the language!). I like the aesthetic of the ... 524 bytes Hey, I wasnt sure where to post this... I was thinking of an idea for Augmented Reality, Could anyone tell me if it would be possible to do the following Im trying to replicate doing this... http://www.youtube.com/watch?v=x63Nx-9xCzM ... with AR (see screenshot) 702 bytes hello guys every time i submit my sitemap to Google it goes error why this is my last one http://www.ar-bme.com/en/sitemap.txt and here are some of the errors i got http://ar-bme.com/en/ http://ar-bme.com/en/about_definition_b ... eerig.html http://ar-bme.com/en/download.php so ... what's goin on ? 3616 bytes Hey Guys, My CSS is nto displaying my fotns properly in any browser (ie or firefox). My div tags are beign displayed though - please help! http://www.webcarpar....uk/1/sort.html - this is my webpage - as you can see the div tags work fine, thefor ir must be finising the CSS. http://www.webcarpar....uk/1/style.css - thisd is where the css is located. I would really apreciate if soemoen took the time to show me what im dong wrong as this is driving me crazy! Thanks in advance! They're not showing up because ... 3763 bytes I have a problem. i have two classes: public class B{ static A[] ar; static void main(String args[]){ ar[1]= new A(); ar[2]= new A(2,3); } } public class B{ static A[] ar; static void main(String args[]){ ar[1]= new A(); ar[2]= new A(2,3); } } when i want to run class B i get the message: Quote: Exception in thread "main" java.lang.NullPointerException at B.main(B.java:3) Can someone help me You need to instantiate the array before you can assign values to its elements: public class B{ static A[] ar; ... 9844 bytes Hi all, I am doing a website for a client that uses x-cart. Basically the client wants a vertical drop-down menu, demo can be found here : http://www.dynamicdr.../switchmenu.htm However the links the client wants are being pulled from the database, they are categories and sub-categories of products and I can't figure out how the loop of the category code fits in with the code for the drop-down menu, could somebody help? Here is the code for the categories and sub-categories: {capture name=menu} {if ... 4707 bytes i have the following htacces code that works fine for 1st level ($1), but when i trying to rewrite my urls to second level($2), it is not working can any body tells me what is the probelm 1st url is: http://localhost/ar/home.html 2nd url i want is: http://localhost/ar/home_2.html or http://localhost/ar/home/2/ Options +FollowSymLinks RewriteEngine on RewriteBase /ar/ RewriteRule ^([^/]*).html$ index.php?action=$1 [L] RewriteRule ^(.*)_(.*).html /index.php?action=$1&p=$2 Options +FollowSymLinks ... 3859 bytes Hi guys i am looking for a free testimonials script to add to my site i have searched in google but the few i have tried do not seem to be great. I want one that is lightweight and simple just wondered if any of you knew of any. What do you want it to do? That's because the $ar variable isn't initialized but the code implies it does. Remove the period in that line. $ar= "<blockquote>\""; so it looks like this. I would like people to be able to add testimonials to my site they fill in form i then authorize ... 4557 bytes hi there how u doin i hope you doing fine i made new site still not ready ! but i'm working in this is the link http://www.ar-bme.com/en i tried to make it google-friendly as can be please just review it and tell me what wrong or what i need more and you know... Rolling Eyes specially in this page http://ar-bme.com/en/biomedical_engineering_university_colleges_schools.html it's indexed by google but he didn't show it in the result why ? not even in top of 1000 emm thank you for reading my post the site ... 8458 bytes Made a page that changes the content div as you click "home," "about," etc. Doesn't work in IE. anyone ran into this problem??? many IE isolated issues are in the DOC Type declaration and not defining some elements properly. IE is probably the worst for inserting it's own element values if you don't. Going to need a heck of a lot more info to help you. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>SEO Detail click Demo</title> ... 4182 bytes Hey i need some help in submitting one form to 3 different sources, i've got it working to submit to 2 but i can't get it to work to submit it to 3. Here's the code i'm using First Form Code: <div id="div_form" name="div_form"> <form id="form1" name="form1" action="http://ebizac.com/ar/optin.php" method="post"> <input type="hidden" name="action" value="addlead"> <input type="hidden" name="member" value="3222"> <input type="hidden" name="auto" value="13206"> <input type="hidden" name="delauto" value=""> ... 23536 bytes Hey, I stumbled upon a weird bug in my program, and I was able to filter out the concrete bug. And that bug occurs when passing values by reference at foreach(). Example: 1 2 3 4 2 4 6 6 1 2 3 4 2 4 6 6 As you can see, when passing by reference, the value of the before last key is assigned to the last key as well. I have ran this on PHP 5.1.1 as well as 5.1.2. I am running Apache/2.0.55 on a Win32 Server (my PC). Is this just me (my server), or is this really a bug in PHP? echo "2,4,6,8"; echo "2,4,6,8"; ... 1790 bytes Hi all, I came across this and donât know how to explain it. I have some styling statements to set the color of my scrollbar. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> This has been asked twice in the last week or so, searching for "doctype scrollbar" gave me: http://www.ozzu.com/website-design-forum/scrollbar-colour-changes-t27979.html&hi ... ar+doctype ... 6557 bytes Quote: if (document.getElementById){ //DynamicDrive.com change document.write('<style type="text/css">\n') document.write('.submenu{display: none;}\n') document.write('</style>\n') } function SwitchMenu(obj){ if(document.getElementById){ var el = document.getElementById(obj); var ar = document.getElementById("masterdiv").getElementsByTagName("span"); //DynamicDrive.com change if(el.style.display != "block"){ //DynamicDrive.com change for (var i=0; i<ar.length; i++){ if (ar[i].className=="submenu") ... 2981 bytes My autoresponder software asks sendmail path. This is the path: /home/username/mail/sendmail. I have already completed home username and mail. But I couldn't replace sendmail path.I asked my hosting provider what the sendmail path is.He has provided me this information. outgoing server name: mail.diet-weightlossonline.com Port: 25 Now I have set up Mozila Thunderbird. Thunderbird is working well.(out going and in coming mail) This is the smtp server name: diet-weightlossonline.com Could you please tell me ... 18129 bytes I'm trying to set up a way that I can customize the look of a dropdown menu. I'm limited in what I can do with css, so I'd like to hide the "select" element and instead show an unordered list that will work the same way: start with this: $("select") .css({ display : "none", }) .parent() .append( function(index, html) { var opts = $(this).children('select').children('option'); var ar = ""; for(i=0;i<opts.length;i++){ ar = ar+"<li>"+$(opts[i]).text()+"<li>"; } ar = "<ul>"+ar+"</ul>"; return ar; }) ... 44672 bytes Hello everyone, i am having a few problems with my form and i was hoping someone can help me understand what i am doing wrong. I'm new to java and scripting for forms. Usually i use Simfatic Forms to build my forms but this form requires special coding and work. I'm build a 5 table form with a dynamically add and remove function that will allow the user to add more Rows to the form. What i would like the add function to do is allow my users to pick from a Dropdown menu how many rows they would like to add ... 10607 bytes Please take a moment to review http://www.naits.com.ar It's the website for my consulting business. I'd really like feedback from experienced designers about what you think is wrong . Thanks a lot in advance Regards EDIT: Typo Edited by MAT, 30 August 2011 - 06:47 PM. typography when you get into the site needs a load of work, spacing, layout and so on. On the home page id ditch the blue box in the grey section and just put the content in there makes it look cleaner then. I see what you mean pandadoodle, ... |