Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
77% Quality Score
Upvotes Received
6
Posts with Upvotes
6
Upvoting Members
5
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
1
~50.7K People Reached
Favorite Tags

40 Posted Topics

Member Avatar for dogfishcat

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 …

Member Avatar for Dani
0
303
Member Avatar for showman13

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 …

Member Avatar for showman13
0
205
Member Avatar for Violet_82

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 …

Member Avatar for Violet_82
0
225
Member Avatar for disha2612_1

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

Member Avatar for migcosta
0
333
Member Avatar for lewashby

hey Garrett85 what kinf of hosting are you talking about? :) vm machine/private server or shared hosting?

Member Avatar for migcosta
0
91
Member Avatar for migcosta

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 …

Member Avatar for IIM
0
112
Member Avatar for muralibobby2015

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.. …

Member Avatar for nuryanto
0
18K
Member Avatar for bangla

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 …

Member Avatar for akmwebtech
0
209
Member Avatar for cavpollo

Start using professional web-design tools.. they will take care of the css for you ;)

Member Avatar for Ausopenxcell
0
322
Member Avatar for tqmd1

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 ;)

Member Avatar for Dandello
0
198
Member Avatar for tqmd1

#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

Member Avatar for Dandello
0
134
Member Avatar for sammry

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 …

Member Avatar for diafol
0
741
Member Avatar for RazorRamon

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... …

Member Avatar for Stefano Mtangoo
0
8K
Member Avatar for nalini@121

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)

Member Avatar for nalini@121
0
159
Member Avatar for T4gal

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.. :)

Member Avatar for Biiim
0
843
Member Avatar for calebcook

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 …

Member Avatar for calebcook
0
280
Member Avatar for ibn_sumal

ibn_sumal... Luckychap code is correct.. and I have tested it.. it works perfectly... what is your browser and operational system?

Member Avatar for Luckychap
0
1K
Member Avatar for public-image

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

Member Avatar for edwinhermann
0
8K
Member Avatar for Suetan

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... :)

Member Avatar for Suetan
0
207
Member Avatar for newbi11

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.. :|

Member Avatar for migcosta
0
184
Member Avatar for jaycastr

explaining what stbuchok said... :) you need to this.. document.getElementById(category.id).style.backgroundColor =color;

Member Avatar for jaycastr
0
2K
Member Avatar for bunnyboy

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> …

Member Avatar for migcosta
0
3K
Member Avatar for Xcelled194

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

Member Avatar for migcosta
0
626
Member Avatar for doctorphp

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

Member Avatar for Airshow
0
154
Member Avatar for klemme

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" …

Member Avatar for migcosta
0
633
Member Avatar for chriselectrix

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

Member Avatar for migcosta
0
112
Member Avatar for Techwriter10

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 …

Member Avatar for flashfango
3
1K
Member Avatar for itzmisha

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 …

Member Avatar for redesignunit
0
183
Member Avatar for bwallace

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 :)

Member Avatar for bwallace
0
128
Member Avatar for joelchrist
Re: PPC

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).

Member Avatar for Rudalfseo
0
99
Member Avatar for TigerGirl

I think the problem is the word "most" it should be "least"... best regards

Member Avatar for pclfw
0
754
Member Avatar for nbabumca

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 …

Member Avatar for migcosta
0
158
Member Avatar for GordonUK

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 …

Member Avatar for migcosta
0
165
Member Avatar for 3DProf4online

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 …

Member Avatar for migcosta
0
189
Member Avatar for gptArun

Hello gtpArun, are you using that file flash in a HTML page? check the size of the component that is loading you flash file :)

Member Avatar for gptArun
0
110
Member Avatar for cohen

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"); …

Member Avatar for cohen
0
162
Member Avatar for Designer_101

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 …

Member Avatar for MidiMagic
0
116
Member Avatar for roryt

[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 …

Member Avatar for migcosta
0
131
Member Avatar for carvdogg

[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]

Member Avatar for migcosta
0
167
Member Avatar for SolePM.com

[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 …

Member Avatar for migcosta
0
101

The End.