Search results

  1. D

    PhazeDDL is back :O

    grate ..phaze sends nice traffic :D
  2. D

    load balancer

    I have configured few load balancers in production environment Things you need : 2 or more servers / vps on the same subnet Heartbeat Pacemaker there are many ways , Round Robin DNS , etc..etc you have to choose the best one, depending on your needs .
  3. D

    Div Wrappers

    Tabs will be cool :D http://jqueryui.com/demos/tabs/ read the documentation , pretty easy to implement.
  4. D

    Div Wrappers

    ok..It will work to display the contents of any website/ page ( so if you edit the page , it will load the contents of that page to this div ) , into a div.. your question has to be more specific to get exact answers .. :) edit : looks like you want to implement tabs system ?
  5. D

    Div Wrappers

    you can use jquery to load the contents on a file to a div , but it wont support cross domain requests <!DOCTYPE html> <html> <head> <script src="http://code.jquery.com/jquery-latest.min.js"></script> <script type="text/javascript"> $("#wjunction").load("wj.php"); </script> </head>...
  6. D

    CDNPic - ImageHost With Plugins For Almost All Plateforms

    Updated the Google Chrome Plugin Right Click upload :D https://chrome.google.com/extensions/detail/acoiopfdnjdkgkniehmllgbbpmpbllpm
  7. D

    How does Google Crawl links not visible to guests?

    it's called Cloaking , which is not good at all ..
  8. D

    Nix here :D

    Do you use Linux xD ?? asked because of your user name :P
  9. D

    Nix here :D

    Hi, welcome to Wjunction :)
  10. D

    where is nameserver?

    ns1.fastserverhost.net ns2.fastserverhost.com
  11. D

    where is nameserver?

    tell the name of the hosting company you use..its not hard to find its nameservers :P
  12. D

    where is nameserver?

    use free DNS. .and point it to your hosting account using an 'A' Record
  13. D

    Could someone create a little script for me please :)

    @ SaBteCh : its not jason .. it's JSON
  14. D

    Could someone create a little script for me please :)

    l0calh0st : lulzimg doesn't return a json file after successful completion of upload.. http://lulzimg.com/app.php will return the path of image in text .. so there no need to regex..
  15. D

    Help with image hover

    is it a wordpress based site ?? or is the data of the posts stored in a DB ? if yes things will be easy ..
  16. D

    Lets create a crowd sourced PHP Class

    class WJunction { function __construct() { echo 'I am not good in OO php'; } } $wj = new WJunction();
  17. D

    Help with image hover

    it can be done. just write a function which pull the first image from the post . use css properties to make it display on hover..
  18. D

    Android vs iPhone vs Blackberry vs Windows Mobile

    samsung galaxy http://cdnpic.com/upload/9dbb5e60.jpg
  19. D

    Android vs iPhone vs Blackberry vs Windows Mobile

    ++ for android ..I am using galaxy .. and even nokia is not that bad xD
  20. D

    plzz help me to increase limit

    Dirty fix -- Install 64 bit version of the OS .
Back
Top