Skip to content
WJunction - Webmaster Forum

Search results

  1. S

    Online Learning Sites Megathread

    Nice thread, but how can you forget khan-academy :S
  2. S

    ChatBox Lags Too Much

    +1 to Websockets. Also getting new chats could be postponed if the user has changed his tab or is not active in chatbox window
  3. S

    Dumbest laws in America

    Too many of em to read :| In Louisana, it is illegal to rob a bank and then shoot at the bank teller with a water pistol. In Iowa, kisses may last for no more than five minutes. In Denver, Colorado, you may not drive a black car on Sundays. In South Carolina, it is considered an offense to get...
  4. S

    Help in my Class Assignment! PHP

    So you mean to say that your professor gave out of course assignment to do? o_o Anyway look here: http://api.jquery.com/jQuery.post/ and http://www.w3schools.com/php/php_mysql_intro.asp
  5. S

    Delete the content in the article - wordpress

    Do a regex search and replace in your posts. One such plugin: http://wordpress.org/plugins/search-regex/
  6. S

    Whats up with FireFox? - Banned IP

    :blink: Failed to understand how it can be browser-specific problem =] Do this site http://www.whatismyip.com/ outputs different ip when you access from firefox and chrome? :wacko:
  7. S

    Google Why Google Is Best Search Engine?

    - Simplicity (User friendly too) - Speed with which it serves results (anyone else to beat it on average?) - Relevancy is best (ads even) - Less ads - I could search for images, videos, news, text etc... - They keep on improving their algorithms (Offcourse this could be bad for webmaster, but...
  8. S

    Add comment box on rss feed

    Not possible. RSS feeds are written in XML. I am sure that whatever android app you are using, it do gives user the direct post link? They can open that and then post comment. You should add a mobile theme / make it responsive if not done yet.
  9. S

    Add comment box on rss feed

    RSS Feed and Commentbox? :| http://www.whatisrss.com/
  10. S

    Need Help With Mihalism Imagehosting Script

    Whats wrong with that? He is right. Above should output like: If you want to merge multiple images into a single image, then you can't do that directly by editing options. imagecopymerge should help you
  11. S

    Auto Embed Scrip for Wordpress

    Try this: function flashx_iframe($content){ $content = preg_replace('/http:\/\/flashx\.tv\/video\/(\w+)\/\w+(?:-\d+)?/i','<iframe width="600" height="400" src="http://play.flashx.tv/player/embed.php?hash=$1&width=580&height=380&autoplay=no" frameborder="0"...
  12. S

    PHP Error in 1 Line

    Paste whole file
  13. S

    How to become a good coder

    Nope, the bold part is the only wrong thing. I edited my reply above for correct use. onmouseover and onmouseout are javascript events. You can't specify them in CSS. Yes
  14. S

    How to become a good coder

    Stop there, you were on the right track. Most (if not all) tags or attributes that controls the visual appearance of webpage have been deprecated. You should use CSS styling for appearances, layouts and decoration. Wait a second, your post is confusing, i mean that you should go with this kind...
  15. S

    How to Create a Vinaget Plugin? php script

    You need to place the php file in the hosts folder. Its name should be "domain_ext.php", You must then set direct download link, size and filename of the link. Check other plugins: https://code.google.com/p/vinaget-script/source/browse/vinaget/vng263/hosts/
  16. S

    Amazon India is now live

    No, Junglee.com is a price comparison site ran by amazon, You couldn't buy products from junglee.com directly. It just lists contact info of other sellers or websites.
  17. S

    add a forum to WHMCS

    WHMCS encrypts the password in this format: md5(salt.password). vB does this way: md5(md5(password) . salt) and IPB: md5( md5(salt) . md5(password) ) Unless you are lucky enough to find a forum script that uses same hashing technique, it won't be that simple.
  18. S

    add a forum to WHMCS

    1. You just require client's user/pass to be used in your forum? No other kind of integration? 2. Which forum type you want to use? 3. You require both of them to be connected always, like when user resets its pass in whmcs, it should also change it in the forum and vice-versa?
  19. S

    Tag Option?

    http://www.wjunction.com/6-feedback-suggestions/171787-notification-system.html <-- something similar already discussed
  20. S

    My mouse seems to be okay now. Pool? XD

    My mouse seems to be okay now. Pool? XD
Back
Top Bottom