- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
40 Posted Topics
Re: Well, what platform are you using for your dating site? I only know osDate and some 3rd party extension for joomla =>([url]http://forum.joomla.org/viewtopic.php?f=48&t=299066[/url]) In both cases you will have to build a template for them. Both platform’s have online tutorials to teach how to build a template.. You can also buy … | |
Re: hey showman13 could you please tell me were did you find that you could use just $prod_id instead of $_POST['prod_id']? I have tried and it doesn't work and I didn't find any documentation that says it works :/ . My guess is that you have one of this problems: 1 … | |
Re: hey Violet_82, you need to use different hashtags for that: <p class="faq"><a href="#question1" class="linkStyle">Question n1</a></p> <p class="answ" name="question1"> This is the answ to the 1st FAQ faq that has been clicked to show how the answ would display. This is the answ to the FAQ faq that has been clicked … | |
Re: hey disha2612_1, did you try to remove the empty space before "/?$" :) you have RewriteRule ^jobtracker /?$ controller/login.php and it should be RewriteRule ^jobtracker/?$ controller/login.php ----------------------^ that is the reason of your 500 error ;) cheers | |
Re: hey Garrett85 what kinf of hosting are you talking about? :) vm machine/private server or shared hosting? | |
Hey guys, First of all please don't consider this an act of spam, it is not my intencion to spam! I belong to a small team that created the visualCaptcha (visualcaptcha.net), and we are looking for some reviews from web developers. We have downloads but we don't get much feedback … | |
Re: sorry... but I don't seam to understand your problem... why don't you use JScript for the calculation and up dates, and php to change the session variables? you create a hidden input form for the new session variable, and upon submit you use is content to update the session variable.. … | |
Re: Your code is just to prevent copy and paste :) like stbuchok said.. don't waste time protecting your source code.. if some one want's is.. it will get it.. but if you really wan't to do it.. I recommend using js and ajax like facebook do.. But that way your … | |
Re: Start using professional web-design tools.. they will take care of the css for you ;) | |
Re: you can't do it on a table but you can do it using div's, image and absolute positions on the divs.. google it and you will find how ;) | |
Re: #d1 {float:left; width:200px;height:200px; background-color:e3eeff; margin:20px 20px 20px 20px; overflow:hidden; text-align:center; vertical-align:middle; letter-spacing:10pt;} by the way you are doing wrong.. check this out for reference on what you need to do http://www.cssplay.co.uk/layouts/background.html best regards | |
Re: Yep it's almost impossible :( ie -> v*rus or vir_us will not be detected on the solutions you have here (although they are correct) I really all depends on what kind of spam we are talking about.. if it is a boot I strongly recommend wcaptha [url]http://wcaptcha.wozia.pt/sample.php[/url] If they are … ![]() | |
Re: Well mate... I don't know where to start.. You are trying to do strange things with your code :) the notices you posted are just alerts, they don't stop the code from runnig... Those notices exist because you are not creating the var $topic before that point on the code... … | |
Re: Contact you hosting provider, because that is a problem (or a security measure) on their side. The most common reason for that is a bad server side configuration (normally user and group permissions) | |
![]() | Re: hello t4gal, check this.. [url]http://addyosmani.com/blog/jquery-sprite-animation/[/url] You also could do it with html5: [url]http://9elements.com/io/projects/html5/canvas/[/url] or [url]http://anthonycalzadilla.com/css3-ATAT/index.html[/url] It really all depends on what you want to do.. :) |
Re: Hello guys.. Calebcook sorry, but that sounds just like you want to hack a site.. :\ What the hell are you codding mate? the first rule of programming is: keep it simple... And there is no simple way to do what you want! The only simple way I recall to … | |
Re: ibn_sumal... Luckychap code is correct.. and I have tested it.. it works perfectly... what is your browser and operational system? | |
Re: public-image, go to the gmdate() page php manual :) [url]http://php.net/manual/en/function.gmdate.php[/url] look up the following expression on that page: "random timestamp between two dates" best regards | |
Re: you can do it in so many ways :) you can use js to do it.. or just add an option with a value="0" or null and on php ignore all the empty values... :) | |
Re: use this one... [url]http://www.felgall.com/javatip2.htm[/url] that blog made my chrome crash 2 times.. :\ I don't think it is a good site.. :| | |
Re: explaining what stbuchok said... :) you need to this.. document.getElementById(category.id).style.backgroundColor =color; | |
Re: bunnyboy.. what about if you start to give id's to your checkbox's? :) I think you want this: [CODE]<!DOCTYPE html> <html> <head> <script src="http://code.jquery.com/jquery-latest.js"></script> <style> .checked_td{background-color:LightBlue;} td{ cursor:pointer;} </style> </head> <body> <table> <tr> <td>Text</td> <td>Text</td> <td>Text</td> <td>Text</td> </tr> <tr class="checked_td"> <td>Text</td> <td>Text</td> <td>Text</td> <td>Text</td> </tr> <tr> <td>Text</td> <td>Text</td> <td>Text</td> <td>Text</td> … | |
Re: hello Xcelled194, have you considered YQL? I think you can get the same info you need and you in a faster way ;) [url]http://developer.yahoo.com/yql/[/url] best regards | |
![]() | Re: hello doctorphp, only using ajax.. I don't thing there is a way for a client side language to preform server side language requests without asynchronous communication. check this out [url]http://api.jquery.com/jQuery.ajax/[/url] regards |
Re: klemme... a sha1 "returned value is a 40-character hexadecimal number" so varchar 40 for sha1 and md5 varchar 32 :) For me md5 is safer but.. you never know.. :) so I always had a small identifier / garbage on the password to make the encryption a little bit "safer" … | |
Re: change the headerright padding to margin.. you have div headerright on top of the flags div.. this is a quick solution for your problem.. but you should reconsider you css styles for that part of the site.. :) best regards | |
Re: Hello Ron, thank you for sharing your opinion about google Wave :) After reading about google Wave I stared to think that this could be an excellent communication tool for an enterprise cloud OS. Even with "The Bad" points you pointed out, is this tool capable (in your opinion) of … | |
Re: Well... You have stumble upon a subject that I'm studying :) All of the above is right from a SEM / SEO point of view. But not in a marketing perspective. first thing: Problematize! put question marks on the end of your sentences. [B]what is your real problem?[/B] ([U]if it … | |
Re: Well.. it all depends on the redirection type you are using :) But I didn't find any error on your redirection.. even with [url]http://www.webconfs.com/redirect-check.php[/url] it passed the redirection test. I think you should expose the problem to the hosting company :) | |
Re: PPC -> Pay per Click It's a very simple concept: Is a type of advertise were the advertiser only pay for the click's that is publicity receives. Is the most used Internet marketing type of advertising (google and yahoo use it). | |
Re: I think the problem is the word "most" it should be "least"... best regards | |
Re: well... 1 - email HTML is cleaner and more precise than the web HTML (so probably you can have a template HTML problem). Check the img "src" tag on your HTML, and see where he is pointing... if it is pointing to something like this "file://" then there is your … | |
Re: hello, I'm a web-designer and I must confess: I get that kind of results wend I'm sloppy or distracted... By example: I spend the last 2 hours looking for the reason why a site was looking perfect on firefox.. chrome and so on.. and on Internet explorer it was having … | |
Re: Well.. I disagree with you all ehehehheheheheheh :D For me.. the size limit of the main file (the actual size of the file .html .php. asp and so on) is 200Kb.. and where is why: [url]http://articles.sitepoint.com/article/indexing-limits-where-bots-stop#[/url] Know-a-days you don’t need to worry about the loading time of a page, the … | |
Re: Hello gtpArun, are you using that file flash in a HTML page? check the size of the component that is loading you flash file :) | |
Re: Hello you have 2 options 1. open your template css file and paste your style inside. 2. do the following changes to the php file you posted: ....... [code=php]/* if($stylesheet) { $options = array( "limit" => 1 ); $query = $db->simple_select("themestylesheets", "stylesheet", "sid=".$stylesheet, $options); $stylesheet = $db->fetch_field($query, "stylesheet"); header("Content-type: text/css"); … | |
Re: Hello Designer_101, That is one of the questions that I had to deal wend I started to build templates. Probably one of the best solutions is to use a repeating background image like a texture.. pattern … or gradient. And it will fill out the entire background without giving you … | |
Re: [COLOR=#555555]Well.. you have a big mess there... use this it’s more simple…. I made it my self![/COLOR] [COLOR=#000000]<script type="text/JavaScript">[/COLOR] [COLOR=#000000]function rollover_img (bi, im){ // 1 bi = id of the imagem you want to swap; 2 im = the image you want to display[/COLOR] [COLOR=#000000]document.getElementById(bi).src = im;[/COLOR] [COLOR=#000000]}[/COLOR] [COLOR=#000000]</script>[/COLOR] [COLOR=#000000]Paste … | |
Re: [COLOR=#000000]There has been some alterations to the IE security and by so the flash movies appear with that outline.. The easy why is to download a new version of Macromedia Dreamweaver and edit the page where you have the flash movie… DreamWeaver will fix that problem automatically. [/COLOR] | |
Re: [COLOR=#000000]Maybe you are thinking more about [B]a contest.. then a game… [/B][/COLOR] [COLOR=#000000][B]I had a class, in my marketing’s [/B][COLOR=windowtext][B]Bachelor,[/B][/COLOR] where the teacher gave us a different [/COLOR][COLOR=#444444]assignment [/COLOR][COLOR=#000000]every week[/COLOR][COLOR=#444444]… we had to log in to the class site to know it. Then we had 3 hours to complete the … |
The End.