124 Discussion / Question Topics
Remove Filter What's up with this questionnaire popup? Had it several times now, and going to it's website to disable it, doesn't appear to work. No, I have cookies enabled in my current browser. | |
# NOTE # This was a PHP sticky, and I am working to turn it into a development sticky. If you have any comments, additions or other observations, please reply to [this thread](https://www.daniweb.com/community-center/daniweb-community-feedback/threads/505442/read-this-before-posting-sticky). # Before you ask # - Read our [Forum Rules](https://www.daniweb.com/welcome/rules). - Engage your brain! We understand that … | |
Recently bought "Regular Expressions Cookbook 2nd ed." and wanted to share my findings. The book is divided into two parts. The first part (3 chapters) describes tools, skills and programming. The tools chapter shows you what's out there (including his own software). The skills chapter is a tutorial. It describes … | |
Just noticed that I was no longer logged in in IE9 after a period of doing nothing, but having the website open? Did something change? I don't store cookies or history or whatever, but this never happened before. | |
If you look at my [profile comments page](http://www.daniweb.com/members/94719/pritaeas/comments), you'll see that the latest comment there (the javascript thread), was not made on my reply (or perhaps it was moved from me to the next one in the thread). Anyway, it still shows on mine. | |
Was just searching, had 'pagination' in 'PHP forum'. Got plenty of results back, but when I added the filter to show only 'discussion threads', there were no results at all. | |
I'm looking for a short jQuery snippet to count how many divs I can have horizontally in my browser window. Basically, I'm using a fluid layout, like this: <div id="wrapper"> <div id="content"> <div class="foo" /> <div class="foo" /> Wrapper is 100% width, and foo about 250px wide. What's the simplest … | |
I found that there is a difference with the drawing of a custom bitmap brush, when I subclass TGraphicControl versus TCustomControl. The expected behaviour occurs when using the TCustomControl descendant. Each paint starts with the brush in the same position, no matter the location of the control (top-left). When using … | |
The article [here](http://www.daniweb.com/web-development/web-design-html-and-css/news/422247/only-firefox-3.6-is-fully-compatible-with-our-site-says-ebay) I could not upvote, because the comment box (which I don't need in this case) is hovering over the arrows. | |
http://me.veekun.com/blog/2012/04/09/php-a-fractal-of-bad-design/ Just fun to read. | |
I am looking to encrypt data (preferably XTEA) on my .Net Micro Framework, send it to a webservice in .Net (Azure) and decrypt it there. I found this [URL="http://www.dmcinfo.com/Blog/articleType/ArticleView/articleId/83/Encryption-Compatibility-Between-NET-Micro-Framework-and-the-Full-NET-Framework.aspx"]blog post[/URL] but I am unable to get it to work. The encryption result on .Net differs from the .NetMF. I hope … | |
Updated top 20 list of languages (by usage): [url]http://www.tiobe.com/index.php/content/paperinfo/tpci/index.html[/url] | |
I am looking for some experiences with embedding video's in my website. Until now I had only externally linked video's (which included their own players). Now I have to embed my own. So far I've seen HTML5, Flow player, JW Player and VideoJS. Any recommendations ? Added: Also found [URL="http://praegnanz.de/html5video/"]this … | |
Am wondering if anyone here has already used the [URL="http://www.google.com/+1/button/"]Google Plus One button[/URL] on their website, and whether it is having a positive effect on search results (only for google.com at this time). | |
We are switching to Scrum at work. Although we get help starting this up and get training for it, I'm looking for some good books on the subject. Please do not post just a title, but also an explanation as to why I should read it. | |
SetAutoSubClass() has been deprecated in newer versions of Delphi. Can anyone tell me what to replace it with ? I cannot find it in the Delphi 2009 OLH, nor in the VCL source (Forms). | |
I'm in the process of converting a legacy app from D5 to D2009. I'm getting errors on AnsiToNative, NativeToAnsi (both DBTables) and DbiOpenSPParamList (BDE). Apparantly the parameters for these functions have changed. Does anyone here have a ready example on how I should use these in D2009 ? I was … | |
Anybody knows if this trial is still available for download somewhere ? I need to test something on an older XP installation, and the 2008 trial needs 2003 server to run. | |
Below is the XML response you get from the W3C Validation API: [code=xml] <?xml version="1.0" encoding="UTF-8"?> <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"> <env:Body> <m:markupvalidationresponse env:encodingStyle="http://www.w3.org/2003/05/soap-encoding" xmlns:m="http://www.w3.org/2005/10/markup-validator"> <m:uri>http://www.pritaeas.net/</m:uri> <m:checkedby>http://validator.w3.org/</m:checkedby> <m:doctype>-//W3C//DTD XHTML 1.1//EN</m:doctype> <m:charset>utf-8</m:charset> <m:validity>true</m:validity> <m:errors> <m:errorcount>3</m:errorcount> <m:errorlist> <m:error> <m:line>10</m:line> <m:col>1</m:col> </m:error> <m:error> <m:line>12</m:line> <m:col>2</m:col> </m:error> <m:error> <m:line>14</m:line> <m:col>3</m:col> </m:error> </m:errorlist> </m:errors> <m:warnings> <m:warningcount>0</m:warningcount> <m:warninglist> </m:warninglist> … | |
I noticed when pasting a wikipedia link containing parenthesis, that the bbcode url tag is not added correctly. The closing tag is before the closing parenthesis, instead of after. | |
I'm in need of opinions. I currently have several low-traffic Dutch websites, all equipped with an RSS feed built by me. Would it be better for my sites if I promote the feeds at FeedBurner instead of the current on-site ones ? Does it matter for SEO ? Any other … | |
I can reproduce this bug in IE7 (and a colleague in IE6), my link is here: [url]http://www.pritaeas.net/tools/linkfarm/[/url] If you select a tag the list gets filtered and the tag added to the selected div. Unselecting it will reset the taglist, and remove() the tag from the selected div. Selecting another … | |
Hi. I keep getting a popup on the homepage (and other pages) which asks to complete some profile details. After, it closes with a javascript error, and the control panel dropdown no longer shows. I thought I could fix it by filling in a company, but it doesn't update. So … | |
I've experienced double replies. I am sure I've click the post button only once. Unfortunately, it doesn't happen all the time, so it's hard to pinpoint if it's something on my end. |
The End.