Re: Does the leader of your country have a sense of humor? Community Center Geeks' Lounge by Dave Sinkula WRT the title, a related item: [url]http://www.townhall.com/columnists/SuzanneFields/2007/10/08/getting_the_last_laugh[/url] Re: Memory Error Programming Software Development by jrcagle WRT to the main problem, the memory error, I agree that there's something wrong, and it doesn't appear to be your code. You might try e-mailing the PIL support at [email]image-sig@python.org[/email] Jeff Re: Friends list Programming Web Development by diafol WRT your original idea, I'd advise against having a comma separated list in your friends column. This would make it difficult to search friends. You need a dedicated friends table: friend_id (autonumber/int) user_id (int : foreign key on user_id in user table) friend_id (int : foreign key on user_id in user table) status (tinyint : e.g. 0 = not … Re: Centering my HTML page in different resolutions Digital Media UI / UX Design by diafol WRT text-align, this then makes all descendants align to the centre. You then need to set your wrapper div to "left" or "right", if your language is RTL. IF you use the margin solution, be aware that users with early versions of IE, require the text-align:center: For a *fool-proof* solution: [CODE]body{ text-align:center; } … Re: problem in adding interest rates to my account tables Programming Web Development by diafol WRT the button you can use the onclick property to send you to the php page with the code which is followed by a header() to send you back (or to another page) once the code has run. There are other ways, for example, you could use Ajax, but that may be a bit pointless. An even simpler option would be to have a link containing an image (your … Re: U.S. Military Bans Medal of Honor's Sale From Its Bases--Has Censorship Gone Too Far? Community Center Geeks' Lounge by diafol WRT Rights - I got the impression that the argument had gone on to the right of a soldier to 'purchase' the game on base. I may have stretched that to 'play'. Sorry. If the former is indeed the limit of the situation, I think it's even more ludicrous that people would be making a fuss over such a trivial matter. The Grandstanding, IMO, refers to … Re: Are we Aliens? Community Center Geeks' Lounge by diafol WRT biochemistry, it is difficult as mentioned to predict whether life has a common universal blueprint. It's highly likely that all forms of life will be carbon-based, but it doesn't follow that they all have to use a nucleic acid (RNA and DNA) based template. Indeed, some types of life may be so exotic that they do not store genetic material, but… Re: How we can split equal and space in the string PHP? Programming Web Development by diafol WRT use of split(), from php.net: [QUOTE]This function has been DEPRECATED as of PHP 5.3.0. Relying on this feature is highly discouraged. [/QUOTE] maybe try: [CODE]echo str_replace("\n",", ",substr($string,15,-13));[/CODE] You avoid using loops and arrays. Perhaps "\n" won't work, if not try "\n\r". Re: DaniWeb Spam Attack Community Center Meta DaniWeb by diafol WRT signup, are all these automated and then spam goes nuts, or are some manual signups and then look out? I'm assuming most are of the first type? Re: CodeIgniter Cookies Programming Web Development by diafol WRT disabling csrf, I came across this a while back and decided it wasn't worth the hassle for the overhead improvement. There again, my concurrents were barely in single figures! . Re: Add new category in Web Development Community Center Meta DaniWeb by diafol WRT Web Development. I assumed that if you started a thread there that it would appear in all subforums. That's not the case. How many people browse the 'parent forum'? Is it there as a catch-all for stuff that doesn't fit neatly into a specific subforum? Re: Microsoft's New Motives Hardware and Software Microsoft Windows by diafol Wrt. Google can't control Android. Did it want to? I thought the whole point of making the source code open is that they wouldn't have control (well at least in the terms that you're suggesting). So MS is releasing loads of new products after the big releases of its competitors. OK. Re: How to control membership duration with php? Programming Web Development by diafol WRT subscription and distributed packages - you may find it difficult to stop somebody using you stuff once the registration period is over. Anybody with access to your php code can alter it to make it work, e.g. duplicate your DB, change DB settings, remove licensing restrictions, etc. You might then have to enter the murky world of encrypting. Re: Basic Chat in PHP Programming Web Development by diafol WRT admin stuff, as I mentioned previously, have a look at some 'off-the-peg' chat (like the url I supplied) - should give you ideas. Re: duplicate forms do not keep the same format in IE Programming Web Development by diafol WRT multilingual sites. You say you've created 3 different versions. That's a lot of work and unnecessary. Keeping everything in sync when you make changes is an absolute pain. Peeping into your html, I notice that you're using inline styling as well as css files. You could get all that stuff into a general css files and have additional ltr.css … Re: OOP plannign - Do I use abstract class correct Programming Web Development by diafol WRT using functions from other classes. I'm a bit confused about the usage. Would dependency injection work for you, allowing separation of concerns (SoC)? I may have got the wrong end of the stick here. Re: Searching methods Programming Web Development by diafol WRT regex, it's not very good at sorting out html. You may be better off with an XML parser - but the underlying html does need to be well formed. Re: What movie have you seen lately? Community Center Geeks' Lounge by diafol WRT Lone Ranger - I couldn't work out if it was supposed to be funny or not. Cap'n Jack as Tonto didn't work for me. If you're going to make a send-up, go for it with both barrels, not this mish-mash. Pretty predictable too. Not a big fan. The original series with Clayton Moore and Jay Silverheels was my Saturday morning diet (along with other B&… Re: How does PHP know cookies set by JavaScript? Programming Web Development by diafol Wrt theme (style??) - maybe best for COOKIE, since head files are requested as page loads. A localStorage item would have to be called and applied to choosing a style after a default was chosen? Not sure how you are doing this, so difficult to suggest. Re: brexit Community Center Geeks' Lounge by diafol Wrt USA/UK/Russia being unpopular. I didn.t mean to cause offence by that line, however I was talking politically not from a "refugees would like to go there". While in the EEC and then EU, the UK always seemed to think that it had a special status and that it was doing the EU a favour by being a member. There still seems to be that … Re: brexit Community Center Geeks' Lounge by AssertNull > Wrt USA/UK/Russia being unpopular. I didn.t mean to cause offence by that line No worries Diafol. I didn't interpret it that way. No doubt that other countries think the UK and the US are throwing their weight around way too much. I believe that this problem, like many problems, even most problems, comes down to deeply held feelings of… Re: Dynamic PHP pagination for different queries with different result sets Programming Web Development by diafol WRT: $query = "select * from manuscript where year = :year limit, :offset , :refs"; Take off the comma after the "limit": $query = "SELECT * FROM `manuscript` WHERE `year` = :year LIMIT :offset , :refs"; Re: Trump Community Center Geeks' Lounge by AssertNull > WRT lying - thought that the pres had to be above reproach and if caught lying could be impeached? Yes and no. If you google "High Crimes and Misdemeanors", you get a variety of "crimes" like "conduct unbecoming" and "abuse of authority", "bad faith". It's ambiguous, subjective, vague, and… Re: Suggestions to refresh DaniWeb Community Center Meta DaniWeb by alan.davies Wrt creating threads from mobile. All seems OK. I successfully created then deleted a thread. However it may be an issue with logging in. I've not tried logging out. Won't logout following current issues stated by others. Something seriously wrong though DD-WRT and Pfsense? Hardware and Software Networking by PinoyDev Good day? Ive flushed my TP-LINK WR941ND with DD-WRT and it works find. Ive created a Virtual Interface AP for my guest Wifi. Now I want to use the captive portal of Pfsense to work with my DD-WRT Guest Virtual Interface AP. Ive already setup the pfsense in Oracle Virtual Box and its working fine. But how can I use the captive portal of pfsense … Re: Dd-wrt Hardware and Software Networking by witchdoctor [I]Highly[/I] recommended. I'm running their "beta" firmware at home right now with no glitches. I have confidently setup DD-WRT for clients, knowing it'll be at least as stable as the stuff it replaced. In one instance, the DD-WRT firmware was[I] more[/I] stable than the stock firmware on a Buffalo WHR-G54S. I'm not surprised-- DD-WRT… Dd-wrt Hardware and Software Networking by ft3ssgeek Hi guys, Has anyone here tried using the DD-WRT software on any of their wireless routers? It looks very interesting and I am really intruiged by the idea. For those who don't know, DD-WRT is a firmware update based on Linux and available for free under the GPL that you can use to replace the firmware on supported wireless routers. Supposedly it … Re: Dd-wrt Hardware and Software Networking by Fest3er [QUOTE=ft3ssgeek;415572]Hi guys, Has anyone here tried using the DD-WRT software on any of their wireless routers? It looks very interesting and I am really intruiged by the idea. For those who don't know, DD-WRT is a firmware update based on Linux and available for free under the GPL that you can use to replace the firmware on supported … Aptana Studio Nokia WRT RSS Reader help Programming Web Development by leesyy hi, i'm currently working on a project that require me to read from several servlet/feed. i am able to read from one servlet but am facing problem reading from the second servlet. below are my codes (i only uses one .js file for the project and serveral .js files to process the data retrieved from the servlet): [CODE] … DD-WRT and Public Ip's Hardware and Software Networking by Staric I have a Windows Server running and i need to assign a static public ip through DD-WRT to it, so my remote desktop users can still access it via that, however I am coming up with nothing after scowering the DD-WRT website.