Search:

Type: Posts; User: akhileshbc

Page 1 of 13 1 2 3 4

Search: Search took 0.16 seconds.

  1. Re: gmail login , get box mails populated and click on all links in side

    If you really wanted to do that, write the code to login to your gmail account. The settings needed to be used in code could be got from here: Gmail POP3 Settings( or IMAP settings)

    You could use...
  2. Replies
    35
    Views
    581

    Re: What I.T. people hates

    For me, what I hate is,

    Powercut (here, daily we have 1.5 hours power cut. 1 hr during day time and 30mins at night) :P
    Network failures. I am using a Cable Broadband connection. And people...
  3. Re: Returning specific information with ->ID, ->Account, ->Mail, ->Skype etc...

    How about creating a class that will accept the ID via its constructor and you could use this object later by calling it's properties/functions.



    class User
    {

    public $ID;
    public...
  4. Replies
    13
    Views
    312

    Re: Google Glass

    Serious question: won't it cause any issues with the eyes? I mean, the small sized screen is situated near the right glass isn't it. So, if we try to focus on that screen, both our eyes would go in...
  5. Replies
    13
    Views
    312

    Re: Google Glass

    That means Google Glass comes with a camouflage feature for those who are wearing it ? Awesome! :D Can you please pre-order one for me..? :D
  6. Thread: VBF Flair

    by akhileshbc
    Replies
    3
    Views
    817

    Re: VBF Flair

    Cool. :thumb:

    BTW, it took a while for me when I try to login. Probably it might be because the server might be busy. Also, we need to periodically regenerate it, isn't it? So, how about a...
  7. Replies
    51
    Views
    1,044

    Re: Forum Upgrade - May 9, 2013

    Thanks :thumb:

    :wave:
  8. Replies
    51
    Views
    1,044

    Re: Forum Upgrade - May 9, 2013

    What about changing the limit on the number of video tags that can be used on each post ?
  9. Replies
    51
    Views
    1,044

    Re: Forum Upgrade - May 9, 2013

    So, you limited the number of video tags that can be inserted to a post ? Why did you guys put a restriction on it? It doesn't consume your server's disk space because what I used are links of my...
  10. Replies
    2
    Views
    3,282

    Re: Login Form Code

    Avoid those mysql_* functions. Because they are already depreciated!
    If someone told you that the water in a particular glass is contaminated, do you still try to drink it? No! :)
    Don't tell me...
  11. Replies
    51
    Views
    1,044

    Re: Forum Upgrade - May 9, 2013

    Wow,
    I
    just
    noticed
    the
    line
    numbering
    in
    code
    windows
  12. Replies
    51
    Views
    1,044

    Re: Forum Upgrade - May 9, 2013

    @Brad: good job :thumb:


    hmm.. That's odd! Am using the latest version of Chrome! I just tested in Firefox and it is showing differently!

    In Chrome(Version 26.0.1410.64 m):

    99947
    ...
  13. Replies
    51
    Views
    1,044

    Re: Forum Upgrade - May 9, 2013

    ok.. thanks.. :)


    I was just kidding. :)

    BTW, it looks like there is a spacing in between some rep gems! Is that done to distinguish the various levels or am I the only one seeing that...
  14. Replies
    51
    Views
    1,044

    Re: Forum Upgrade - May 9, 2013

    I haven't seen you here. Where did you came from? What happened to Brad? Did you kicked him out? :D

    BTW, I really love to see a better top portion for the whole site. I mean, the top portion of...
  15. Replies
    51
    Views
    1,044

    Re: Forum Upgrade - May 9, 2013

    :lol:

    Hey guys, have you checked your profile page? There is a new section called MyActivity. Check it out!
  16. Replies
    51
    Views
    1,044

    Re: Forum Upgrade - May 9, 2013

    Yeah, me too see him in Today's Birthday section. Anyway, happy birthday "Array" :D
  17. Re: Tinkering with "Powered By" with poor knowledge

    Am not sure whether I completely got the idea. But I think you want to remove or alter the copyright message shown at the bottom of the page.

    I have never used Joomla lately. So, don't know much...
  18. Re: jQuery JSON validation for username before continuing with Facebook registration.

    //...

    if(sql_num_rows($result,$dbi)>0){
    $data['username'] = "Taken";

    } else {
    $data['username'] = "Free";

    }
    header("Content-Type:...
  19. Replies
    7
    Views
    651

    Re: MySQL 2nd reading speed change

    Maybe its the images and other resources of your page are causing the loading issue. Since you said that it takes some time to load it first and the rest are loaded fast!

    Browsers do some caching...
  20. Re: I just wanna know if this is okay to have as a Webpage for my Programming Service

    I piggyback szlamany and Pc Monk. The horizontal news scroller at the bottom is a kind of strain to the eyes. Maybe you can get a smooth scroller by making using of some javascript(I think there is a...
  21. Replies
    55
    Views
    1,127

    Re: Ask a guy from Mars anything.

    @Martian: You're replying with intelligent answers. I believe, this intelligence came from your host. ;)


    Maybe it's time to prepare your army. Because you could expect a bunch of spaceships from...
  22. Replies
    55
    Views
    1,127

    Re: Ask a guy from Mars anything.

    What gender are you? Male/Female/Shemale/Airmail or something else ?
    Are you going to completely wipe out the earthlings? If so, when and how?
    What's your weakness? (so that we can prepare...
  23. Re: What is available for graphing?

    I am not sure about the merits or demerits. Because I have not used any of them yet. But I would certainly use one of them in my ongoing project soon.

    Google's seems to be good, but I am worried...
  24. Re: What is available for graphing?

    Check this: http://designmodo.com/jquery-charts-graphs/

    Or try the free Google Charts: https://developers.google.com/chart/

    :wave:
  25. Replies
    1
    Views
    379

    Re: JPG that gets live data from a Webpage

    Just use the a PHP page as the source for the image tag. And then in that PHP page, write the code to pick the random image or whatever image you want to and out it.

    Eg:


    <img...
  26. Replies
    11
    Views
    1,052

    Re: Purchase Laptop on the Web

    Yeah, that's what he said. But I am not sure how much legit that info is. Because I only did a telephonic conversation with that guy, and he wasn't so nice to me. Most of the govt. organizations have...
  27. Re: cron php how to stop headers in append to file

    Try adding -q to it.

    :wave:
  28. Replies
    5
    Views
    459

    Re: if statement

    I would suggest you to look at some beginner level tutorials like in here: http://www.w3schools.com/php

    After going through it, try creating some small projects of your own with the ideas that you...
  29. Replies
    1
    Views
    344

    Re: How can i make this webpage

    You can use JavaScript for communicating with the Flash.

    A good tutorial is: http://active.tutsplus.com/tutorials/actionscript/flash-html-javascript-externalinterface/

    But for this, the Flash...
  30. Replies
    11
    Views
    1,052

    Re: Purchase Laptop on the Web

    Which country are you from ?
  31. Re: Flying around d Web - Post action coding

    You're welcome... :wave:

    I'm not good in English! Don't make fun of me like you did now. :p
  32. Re: Can someone please help me with an ActiveX Control Object question???

    A better explanation with more details might get you some answers!

    :wave:
  33. Re: Flying around d Web - Post action coding

    It's function call. Probably you should look at the Javascript codes in that page or any linked JS files.


    ID is unique name given to an element. In a page, there should be only one element with...
  34. Re: Can someone please help me with an ActiveX Control Object question???

    <a href="http://www.theimp.zxq.net/blog/blog.htm"> ReadBlog </a>

    ? :confused:
  35. Replies
    11
    Views
    1,052

    Re: Purchase Laptop on the Web

    It's best to buy it from the country specific site of that company, instead of buying it from US(because you are not living in US)!

    I wanted to buy a tablet. But here in India, the price of that...
  36. Re: I did some help with some third-party code

    http://www.web-development-blog.com/archives/send-e-mail-messages-via-smtp-with-phpmailer-and-gmail/

    :wave:
  37. Replies
    1
    Views
    396

    Re: Centering an Image on the screen?

    If you search for "jquery image gallery", you will find lots of results with code. :thumb:

    There are also several plugins available which makes it easier for you. No need to re-invent the wheel if...
  38. Thread: test page

    by akhileshbc
    Replies
    2
    Views
    368

    Re: test page

    Dude, why did you popped your eyes out? :eek:

    There is nothing wrong in this pic! :afrog:
  39. Re: About a 60kb Office Application Suite that I have written for Microsoft...

    You spent 400$ to reinstall everything on your system? Or you bought new harddisk and other parts and replaced the old one, thinking that there is a virus in your pc? :confused:

    You are just...
  40. Re: Find the last non zero value in an array

    <?php

    $myarr = array(1,0,22,3,85,69,0,11,2,0,0); //sample array
    $t = array_reverse($myarr); //reverses the array
    foreach($t as $ele) //loop through the elements in array
    {
    if($ele > 0) //if...
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4