Search results

  1. B

    Exclude some JS code on another page?

    Do you mean the view.php is included in image page and uploaded page? If so on image page view.php So the ad will show only when the $display variable is set to true.
  2. B

    Check if specific cookie exists - is this possible?

    No, sorry. The www will be a huge mess if you can do this.
  3. B

    What mouse do you have?

    Apple Magic mouse :)
  4. B

    I am asking all my BHW friends

    Cast my vote
  5. B

    looking for something like this

    On the page that you set as the tab, wrap the iframe code you copied in this <fb:visible-to-connection>Your iframe code here</fb:visible-to-connection>
  6. B

    looking for something like this

    Glad that it helps
  7. B

    looking for something like this

    1. On the page where you can edit the application settings, you'll find a link for the tab. Enter the url of the page whose content you wanna show on your facebook page tab. Let's call this http://example.com/tab 2. Go to google doc to create a spreadsheet, create 2 columns 'name' and 'email'...
  8. B

    looking for something like this

    Let me know if you know how to set up an app for your page.
  9. B

    [Raping fb] $50 blew - Proof that my method works! WEIRD Images GET CLICKS!

    Interesting. Thanks for testing this out.
  10. B

    Making Money As A Forex Trader

    Did you try GBP/JPY?
  11. B

    Making Money As A Forex Trader

    Forex lessons may be too expensive for newbies. When I first started I lost more than 5K before I could make profit. Most newbies will give up after that but I am glad that I hold on. And yes, it's rewarding.
  12. B

    How Many Engineers Here ?

    I am, computer science.
  13. B

    Free Cloud Hosting for 1 Year

    Cloud Hosting from Amazon, anyone tried this? "To help new AWS customers get started in the cloud, AWS is introducing a new free usage tier. Beginning November 1, new AWS customers will be able to run a free Amazon EC2 Micro Instance for a year, while also leveraging a new free usage tier for...
  14. B

    Free Content Gateway-Geotarget, Rotate Offers, Session Cookies - With Instructions!

    just add wmode="transparent" to your flash movie embedding code. Details http://kb2.adobe.com/cps/155/tn_15523.html
  15. B

    wordpress html help!!

    I think you need to manipulate the text from the content. Split it into 2 chunks and use the above suggestion to achieve what you want. Anyone got a better solution?
  16. B

    How Did You Learn To Code?

    It's 10 years ago that I wrote my first HTML following w3c tutorials. Then moved on to some basic PHP. I agree with Cloaks, once you're got a "programmer mind", you'll be able to learn other languages quite easy.
  17. B

    wordpress html help!!

    Just put the code in the middle of your text, and make it float left <p>Text on top. <div style="float:left; width:300px; height:250px;">Adsense code</div> Other text </p>
  18. B

    Is the "ctrl" invite all friends out of date?

    The wall posts may not be seen by one's friends immediately. They have other friends and your wall post may be buried under a pile of posts. I notice this.
  19. B

    Custom CMS - advice needed

    Regarding the bug, I think in someway the Ns in your source code get replaced with \n which cause the like breaks. If you use a template parser to display the page that could be the reason.
Back
Top