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...
Type: Posts; User: akhileshbc
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...
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...
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...
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...
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
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...
Thanks :thumb:
:wave:
What about changing the limit on the number of video tags that can be used on each post ?
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...
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...
Wow,
I
just
noticed
the
line
numbering
in
code
windows
@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
...
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...
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...
:lol:
Hey guys, have you checked your profile page? There is a new section called MyActivity. Check it out!
Yeah, me too see him in Today's Birthday section. Anyway, happy birthday "Array" :D
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...
//...
if(sql_num_rows($result,$dbi)>0){
$data['username'] = "Taken";
} else {
$data['username'] = "Free";
}
header("Content-Type:...
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...
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...
@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...
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...
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...
Check this: http://designmodo.com/jquery-charts-graphs/
Or try the free Google Charts: https://developers.google.com/chart/
:wave:
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...
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...
Try adding -q to it.
:wave:
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...
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...
Which country are you from ?
You're welcome... :wave:
I'm not good in English! Don't make fun of me like you did now. :p
A better explanation with more details might get you some answers!
:wave:
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...
<a href="http://www.theimp.zxq.net/blog/blog.htm"> ReadBlog </a>
? :confused:
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...
http://www.web-development-blog.com/archives/send-e-mail-messages-via-smtp-with-phpmailer-and-gmail/
:wave:
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...
Dude, why did you popped your eyes out? :eek:
There is nothing wrong in this pic! :afrog:
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...
<?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...