-
Posts
14,780 -
Joined
-
Last visited
-
Days Won
43
Everything posted by .josh
-
Yes, you can request a username change. There is a sticky in this forum for making requests.
-
Then delete my account, or just edit the code out in the reported threads. We don't delete accounts either. Again I would ask you to read the rules. But as a show of good will, I did edit out a url and some db info in one of your posts (we don't really have to do even that, btw). But yeah...we don't delete content...we are here to provide help and resource for others. It's anti-productive to go deleting stuff...especially stuff marked as solved...on that note...you really wanna repay the free help you got by asking for it to be removed? that doesn't sound very grateful...
-
p.s. - I see 2 entries in the "report to mod" section by you, both less than an hour ago (one of them was actually timestamped after this this thread...)...even if it were something we do, less than an hour by no means constitutes being ignored.
-
We do not remove posted content, please read the rules for further details.
-
this question has been asked a lot of times, please try searching the regex forum.
-
The non-regex approach: $string='http://maps.google.com/maps?q=46.055603,14.507732&num=1&t=m&z=12'; $parts = parse_url($string); parse_str($parts['query'],$params); $q = explode(',',$params['q']);
-
$data does not exist within your getText() function. You either need to pass it as an argument or declare it as a globally scoped variable within your function.
-
You just don't know how to use it right. I know, because I've watched you use it no i'm talking about the actual web developer addon, not the built-in web developer tools stuff. But yes I do readily admit I'm not pro at the built-in chrome developer tools quite yet...It wasn't all *that* long ago since I finally gave in to you bugging me about using chrome more!
-
You just don't know how to use it right. I know, because I've watched you use it no i'm talking about the actual web developer addon, not the built-in web developer tools stuff.
-
main thing that keeps me using firefox is a couple of web analytics addons that make it easier to do my job, that are FF specific. Also, the chrome version of the web developer addon isn't as robust as FF's
-
Looks pretty impressive, could have come in handy for a few projects I've done in the past...
-
Meh, I still use Firefox 100%. Chrome is getting there, but the addons for Firefox just make it unbeatable. I'm in the same boat...I really wanna switch to Chrome but the addons keep me on FireFox
-
aaah I guess chrome doesn't have it. I did find it in FireFox...pretty cool
-
well i found the rightclick > inspect element but I seemed to have lost my "3d" ...
-
Did they do it? who knows. Far fetched? Certainly not. Big companies and institutions are not shortsighted like the average retarded monkey teenagers who can't see much farther into the future than the time it takes to microwave a hotpocket. It's not even a particularly complex plan, either. The fact that people don't give the people who run this world anywhere near as much credit or caution as they should...
-
A "CMS Dashboard" is like any other web page in principle. The basic GA implementation is to slap some javascript on a page and it will report to GA a page view, along with some other "top level" stuff like what browser was used, etc... GA does provide custom coding options (populating certain GA object properties and/or calling certain object methods) that let you record events on a page. What those events are and how you choose to implement the code for it is up to you.
-
what realm/faction do you play?
-
And there is also the country code (1) to consider. In the US, you usually do have to include the country code in order to call a number in the US that is outside of your area code - or even calling someone in your area code but you want to specify the area code for some reason. For example, if I want to call my friend Texas and I'm up in New York (different area code), I would have to dial a full 1-555-444-4444
-
You can work yourself up to at least Guru membergroup status and be able to post tutorials yourself. Or you can submit to can submit the tutorial to us for review.
-
This thread is not meant to promote using frameworks instead of using core javascript for everything. That is just silly. Frameworks are not alternative languages, they are tools built on existing languages to make certain things easier. This thread is about using a framework for AJAX specifically.
-
What this board is for If you have some code you are wanting people to debug, or a website you are working on that you want people to 'beta test,' post the code/link here. The idea of this forum is that you have finished your code, and now you wish for people to test it for weak spots, logic problems, etc.. While you can of course expect feedback from your testers, if you need more help fixing your code, use the Help forums. This forum is for testing and testing feedback ONLY. This is NOT a "rate my script/site" forum. Please go to the critique forum for that. Try to give a good description of what your code is supposed to be doing. We can do little more than find syntax errors if we don't know what it's supposed to be doing. Your topic doesn't show? All new topics are moderated, meaning that they will not show up until a staff member approves it. Read the rules for posting in this forum and follow the directions. Some advice to be cautious Be very careful on what kind of info you post, especially when it comes to posting links to your site. Posts of this nature are often times aliases of "please try to hack my site and tell me if you do, and how, so I can fix it." We cannot and will not be held liable for any kind of damage or loss that results from you posting any of your stuff here (or anywhere else on the site, for that matter). Not everybody out there is honest. Someone out there may read your post, go to your script, find a security hole and exploit it without telling you, all the while giving you the thumbs up. Rules Regarding "Exploit Scanners" Use of exploit scanners can be an effective way to discover exploits on a website, so we have no intention of banning posting scanner results. But these scanners can also return bogus results. Secondly: Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime. As of now, posting scanner results is only allowed under the following conditions: 1) You must share the name and how to get the scanner 2) You absolutely MUST explain every item in the result (why is this a risk, not just because the scanner says so) As with all forum rules, ignoring these could lead to moderation action. Ignorance of these rules is not a defense. Thank you for your cooperation.
-
...and you are NOT using a framework like jQuery or Prototype, think long and hard to come up with a very good reason why you are not! In all my years of coding, the only valid reason I have ever seen for not using one of these tools, is because someone is trying to learn it the old fashioned way (but not necessarily actually build websites with it). Or...someone is trying to build their own framework. That's it! IMO there has been no other reason worthy enough to warrant not using jQuery or the like! "It will bloat my website, increase page load time, blahblah" is not a good enough reason! These frameworks are compacted and browsers will cache them! So if you post an AJAX question here and your code and/or question does not involve the use of an existing framework like jQuery, then be prepared for you first response to be something along the lines of "Why aren't you using a framework?" Seriously. It is super easy. Way easier than that code you're trying to post. Save yourself the headache. Get jQuery or similar. DO IT.
-
Also, since we probably won't be jumping in individually welcoming every single person comes by, here's your generic welcome message: Greetings, ___________ ! Thank you for joining the board! Feel free to ask any question, but please don't be stupid about it. Make an effort to pick the right forum, make an effort to be detailed about your question, make an effort to read relevant stickies/rules, and we'll make an effort to help you. .CV
-
http://www.phpfreaks.com/tutorial/php-basic-database-handling