|
About 4443 posts are found about "youtube rafael del estar".
5434 bytes Hi ppl I get this error only on mozilla: Error loading stylesheet: Parsing an XSLT stylesheet failed. here are the files: noticias.xml Code: <?xml version = "1.0" encoding = "ISO-8859-1"?> <?xml-stylesheet type="text/xsl" href="noticias.xsl"?> <NOTICIAS46> <DATANOTICIA> <IMAGEM>../imagens/cat_site.gif</IMAGEM> <DATA>2004/10/15</DATA> <NOTICIA>Já está online o programa anual do Agrupamento 46 para o ano 2004/2005</NOTICIA> </DATANOTICIA> <DATANOTICIA> <IMAGEM>../imagens/cat_46.gif</IMAGEM> ... 1307 bytes In this tuorial, Rafael Nünlist uses a swap or switch slide method to load each picture at a time. That means as soon as the second image appear in front of the first image, the first image will disappear. How do I prevent this? I want all the images to appear on the stage one at a time? How do I modify his switchSlide method so that additional images will not disappear? ljCharlie wrote: In this tuorial, Rafael Nünlist uses a swap or switch slide method to load each picture at a time. That means as ... 10731 bytes Hi, I am having some problems getting the products page of my website to work in IE7&8. It works fine with all of the other browsers i have used but i cannot get it working with IE. Please check it out to see if it works on your system @ www.markoneaudio.co.uk. I believe it is a css hack problem but as i am a bit of a beginner in programming css i would appreciate any help. I have included the IE hacks from my css code below: /* __________[ browser hacks ]__________*/ .ie6 a.selected { position:relative ... 3404 bytes I've got this page: www.efficient-heat.net looking how I want it in IE7/6 and FF3/2 but in Safari the text in the green box is too low. Where it says FREE TRVs the text isn't sitting quite right. You can see how it should look in the above browsers. How do I get this text where it needs to be. Is there a way to target Safari with conditional comments etc.? Hey, I had a very similar problem at one point and used this to write some css to target only Safari, it should be exactly what you're looking for: ... 9585 bytes So... Did a layout, and have come to find that it's fin on safari and google chrome, but when opened on IE, it justifies my whole site to the left, as shown in the image i have attached... whatswrong.png 718.26K 15 downloads I have searched my coding for errors, but dont seem to be able to figure out why it is doing this, if anyone can help, id be hugely grateful, i think it is an error with something in the CSS, as it is affecting every page, however, i've inserted a page of html from the homepage as ... 9021 bytes What are top 10 social bookmarking sites? Is it good to show these social bookmarking sites logo on Home Page? And should be the coding, example? As far as traffic is concerned stumbleupon.com is the best.I got some 500 visitors a day. The diggit then comes reddit.com other than that its all just average only. DIG DP for more. Someone should compile a big list. Is it good to show these social bookmarking sites logo buttons on Home Page? 55 Social bookmarking sites ^ List of 55 Social Bookmarking Sites. ... 3034 bytes I built a fully functional ecommerce website a couple weeks ago, and then published it to the internet. Just awhile ago, I checked its stats and its referring websites.........one of them listed was an EXACT replica of MY website! They seemed to copy the source code, images, javascripts, and all the pages and uploaded them to their server. THEY HAVE STOLEN ALL MY WORK. All I know is the person's email address, and I am not sure how to deal with this or the legalities involved. Please help me.......I have ... 8382 bytes hello, I had 0 validation errors. but after installing this script, validation programm has shown me 34 new errors. I fixed some of them, but the rest of them I dont know how to fix. my website is www.kava.hr and I checked it on a http://www.validome....p://www.kava.hr the code is <script type="text/javascript"> /*********************************************** * Fading Scroller- © Dynamic Drive DHTML code library (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit Dynamic Drive ... 6910 bytes Hey Webmasters, I need some best bookmarking sites for increasing traffic for my site. So please post some site here. Thanks Try this.......... socialmarker.com socialposter.com/ ping.fm SocialAdr.com imautomator.com auto social poster slick social only wire thanks for share with us... Have you considered publishing in social media sites (such as FB)? I do and I get lots of cheap & targeted traffic Here's some of them that I use Digg.com Reddit.com Del.icio.us Stumbleupon.com Indianpad.com Slashdot.org ... 32821 bytes Hello, Can anyone tell me how I could put some streaming text across my website using html codes? Unfortunately, I use Geocities as my webhosting, and they do not offer this as one of their options, so I'm assuming I would have to insert html code to make an announcement on my page. Thank you, J Lanz not sure what you mean by streaming text? It basically looks like a text box that has a phrase passing along through it. It then loops around and starts over again. aha. check out http://www.hotscripts.com in ... 3298 bytes register website in many different social networks will help to get traffic or not? How it effects on seo? What the rules are to make it in right way? social bookmarking will help you in getting traffic and better ranking from backlinks. Quote: Originally Posted by shirotora register website in many different social networks will help to get traffic or not? How it effects on seo? What the rules are to make it in right way? Hi, Registering of different social networks increases your linkability, it rewards ... 7362 bytes What is better - manual SEO of one website or hire a company for this? And do I need to use paid Web Page Analyzer tool or not? If yes, what is the better tool? It totally depends on your Budget, Time, Knowledge and Targets! Guess, I needn't brief on them! So based on these priorities you can choose the opt one! I would not use a page analyzer "tool" of any sort. They usually suggest the wrong ideas, such as meta tags being important, keyword density, and other non-sensical ideas. Whether you go for a ... 3450 bytes What is Social Media Optimization and how can SMO generate free traffic and improve the ROI? www.igrep.com/search.php?searchphrase=smo&fsc=on How can I add "Digg This" button on my website? Quote: Originally Posted by BASTY19 Social media optimization (SMO) is a set of methods for generating publicity through social media, online communities and community websites. Methods of SMO include adding RSS feeds, adding a "Digg This" button, blogging and incorporating third party community functionalities like ... 2067 bytes Hi All, Im trying to get my head around Dreamweaver, i have edited a web site and Safari shows my CSS Arial font as extra extra bold! Its fine in all the other browsers! Does anyone know how to make the font look the same as all other browsers? Lisa Someone very new to the confusing world of webdesign. Hi Lisa,It's quite normal for a font to look a bit different on different browser and OS's however if it is a major difference then that can't be right.Have you got a link for us to look at? if youve set it ... 1159 bytes Hi, my menu is different in safari for some reason? can i use conditional comments to fix this or is that only possibe in ie? The site looks fine in firefox. Cheers Well if you're using PHP already you can use this: <?php $browser = get_browser(); if($browser->browser == 'Safari') { echo '<link href="safari.css" rel="stylesheet" type="text/css" />'; } ?> Or you can try something like: http://rafael.adm.br...owser_selector/ There are no conditional comments for Safari. Post a link or your code so we can ... 1880 bytes Here are a couple recent BitTime Venezuela flash projects. These were created by Rafael, one of our designers there. I like the results: http://www.regionallight.com - Venezuela's largest beer bottling company http://www.leones.com - Caracas, Venezuela baseball team PS - if you guys like these, we have some stuff in the works down there that is even cooler. Pretty cool, even if I can't read a word of it Pretty smooth there. I like them! see transio, i told you i like all your other work the beer bottle ... 12642 bytes Hi, im new here, but this is the first time in this forum, i will appreciate all the help for all, so, this is my issue: Im a webmaster, but im not a programmer, so, a friend that he know all about mysql php and other stuff i ask for a help to my own website, so he did all i required, but he is now out the country and he never come back, i lost contact with him, so, now im need some explains and help with this: My website need a form, i already create a table with all the id's i need. But, when i opend the ... 2291 bytes Hi everyone , Just letting you know all , I have launched my latest blogging site Such A Pussy( no porno, no offence just fun) Start posting and enjoying the latest blogging site Thanks all , once again for your great support and interest... your questions and feedback are welcome Best Regards Rafael Its very grey! This won't help keep the attention of your readers, infact it may turn them away before starting to read at all. Look HERE to get some ideas on how to improve the appearance through use of ... 33387 bytes Social bookmarking has become very popular. It allows you to keep your bookmarks of your favorite sites on the internet for easy access. The advantage of this is you can tag your bookmarks and make them available for others to see. One of the big advantages of social bookmarking is how it helps your search engine rank. A paged booked marked could show up in the search engines the next day even if your site is not yet indexed. Most bookmark sites are already high paged ranked and are an authority site which ... 41867 bytes Hi I have a php form processing script set up. When my form is submitted, my users should be transferred to a webpage depending on what answer they give to a question, however they are currently seeing the following error message. Notice: Undefined variable: payment in /home/barfutu1/public_html/anothertry4.php on line 71 Notice: Undefined variable: payment in /home/barfutu1/public_html/anothertry4.php on line 73 Warning: Cannot modify header information - headers already sent by (output started at ... |