8,966 Posted Topics

Member Avatar for tota88

You'll just need to keep track of the visited pages. A list of strings can be enough, and a variable to store the current index.

Member Avatar for pritaeas
0
42
Member Avatar for strongard63

Closed. *"Do not ask for help to pursue any illegal activity including, but not limited to, hacking and spamming"*

Member Avatar for EvolutionFallen
0
143
Member Avatar for davidjennings

In `Execute` output `$SQL` it to the screen, then run it on phpMyAdmin, see what happens. Apart from that, I suggest you add error handling to your database class.

Member Avatar for davidjennings
0
263
Member Avatar for Mr.M

From what I've read there was a `mod_aspdotnet` once, but apparently it has been abandoned. Perhaps [Mono](http://www.mono-project.com/ASP.NET) is an option.

Member Avatar for pritaeas
0
4K
Member Avatar for harinath_2007
Member Avatar for Brad_3
Member Avatar for Gabrielroos

> now I need to get the rest done Are you looking for someone to write it for you, or do you have specific smaller problems you want help with? In case of the latter, please describe the first issue.

Member Avatar for Gabrielroos
0
576
Member Avatar for LiBOC

Well, if you put your routers into a mysql table, then once selected you could flag a column (as being in use).

Member Avatar for AARTI SHRIVAS
0
1K
Member Avatar for garyjuano

> I think you've tried to do the work for him Only showed him how to use `rand`. None of the OP requirements are met.

Member Avatar for AARTI SHRIVAS
0
313
Member Avatar for cambalinho
Member Avatar for nitin1

Check the open source sites (SourceForge, GitHub, GoogleCode, CodePlex), plenty of projects there. There must be something you'll like.

Member Avatar for theguitarist
0
254
Member Avatar for kroyal

If everthing is static, just manually adjust your feed too. If you want to script it, that's possible too. You'll need to make something to load/parse your html files.

Member Avatar for sahini
0
210
Member Avatar for pritaeas

Am looking for a way to get the maximum value of an integer data type in a function. Since FB doesn't have an unsigned type, casting from -1 doesn't work. Nor can I find any built-in constant or function to get it. Any other ideas? (Am not looking to hardcode …

Member Avatar for pritaeas
0
787
Member Avatar for davidjennings
Member Avatar for llgms

> I need one with the server pushing Unless your server runs something like node.js, pushing to the client is impossible. Long polling is the way to go.

Member Avatar for llgms
0
360
Member Avatar for pritaeas

I'm currently looking into the automatic generation of release notes (or change log) when we create a new release. I'm wondering how any of you tackle this. So far I've found these four interesting options: - https://tfsreleasenotes.codeplex.com/ - https://tfschangelog.codeplex.com/ - http://fromthedevtrenches.blogspot.nl/2013/04/automatically-generate-tfs-release.html - http://mskold.blogspot.nl/2012/05/generate-accumulated-release-notes-in.html Any insights greatly appreciated.

Member Avatar for Ketsuekiame
0
176
Member Avatar for davidjennings
Member Avatar for davidjennings
0
367
Member Avatar for chrisgaza
Member Avatar for catastrophe2
Member Avatar for mid2392013
Member Avatar for kerek2

You can use a query like this: SELECT YEAR(dt), MONTH(dt), SUM(click) FROM st GROUP BY YEAR(dt), MONTH(dt)

Member Avatar for kerek2
0
558
Member Avatar for wolverine62

Welcome to DaniWeb. Nice to see the donia's Kyoko Wallpaper again... (the cat)

Member Avatar for john.koerschgen
0
85
Member Avatar for razz.cse
Member Avatar for christin_1
Member Avatar for davidjennings

> This relates to the call and I don't understand why it does not work. To call the function, you need to omit `function`. That's only used when defining the function.

Member Avatar for davidjennings
0
772
Member Avatar for tqmd1

You are mixing MySQLi with MySQL, that doesn't work, choose one of them.

Member Avatar for veedeoo
0
154
Member Avatar for Dili1234
Member Avatar for Dili1234
0
159
Member Avatar for <M/>
Member Avatar for NewHeart42108
Member Avatar for pritaeas
0
259
Member Avatar for pc20912

If you've added your word file to your solution, then in the properties of the file you can choose "Copy if newer" for "Copy to output directory". Usually this is set to "Do not copy", so it won't appear in your published folder.

Member Avatar for pc20912
0
504
Member Avatar for LibbyWarner
Member Avatar for <M/>

Agree. When you get the hang of Laravel, you can always consider stepping up to Zend or Symfony. Don't drive a truck if you can't ride a bike.

Member Avatar for ashutosh08
0
211
Member Avatar for ebanbury
Member Avatar for ebanbury
0
305
Member Avatar for Violet_82

> is there any tool out there that will instead allow me to check which HTML element uses a specific css rule Whether you use an IDE or a more advanced text-editor, a grep search through all files is the most simple option available.

Member Avatar for Violet_82
0
103
Member Avatar for pritaeas

I saw a UFOOOO above the "be the first to reply" button ;) Listing is from the Software Development forum. It's the username from the thread above, but it shows below the line. ![34891760f6fa9ea22abfdf6f4cef4582](/attachments/large/0/34891760f6fa9ea22abfdf6f4cef4582.jpg "34891760f6fa9ea22abfdf6f4cef4582")

Member Avatar for pritaeas
1
226
Member Avatar for Labdabeta

I'm not a fan of static classes/methods, but a common use is when building the singleton or factory pattern. IMO static methods are often abused to mimic global functions, to avoid having to create a new object.

Member Avatar for mike_2000_17
0
204
Member Avatar for jawad_2

http://www.daniweb.com/software-development/cpp/threads/70096/c-books

Member Avatar for pritaeas
0
48
Member Avatar for davy_yg

Char allocates a fixed length string as defined, whereas varchar uses a string length upto it's defined size.

Member Avatar for RomelynCastillo
0
273
Member Avatar for palo.moshoeshoe
Member Avatar for schroaus

Have you checked the SDL MathPack from Lohinger, or efg's website? JEDI has math functions too. Just checking, but you are looking for something other than the `ArcSin()` function?

Member Avatar for pritaeas
0
377
Member Avatar for kindo

> when I curl it, I get the whole page instead of just a few lines. Correct, you'll have to parse that page to get the small piece you want. If the page is valid xml you can use an XML parser, else you'll have to do some manual parsing.

Member Avatar for pritaeas
0
317
Member Avatar for narasimha9
Member Avatar for cambalinho

> Moderator: Please change the thread title to: "how use WriteConsoleOutputAttribute() and WriteConsoleOutput()?" Next time use "Flag Bad Post" to request such things.

Member Avatar for cambalinho
0
2K
Member Avatar for cambalinho
Member Avatar for cambalinho
0
291
Member Avatar for HelpWanted2115

What do you have so far? (Starting to ask questions on your last day is a little late too IMHO.)

Member Avatar for CodingCabbage
0
171
Member Avatar for CodingCabbage
Member Avatar for Kelly Burby
Member Avatar for pritaeas

We're looking into the Enterprise Library, to see if the security part will fit our needs. We want to use application roles/rights, so we probably need to write our own security provider. What I'm looking for are decent resources on this specific topic. I've found several books already on the …

0
164
Member Avatar for smdjilani

"Do not ask for help to pursue any illegal activity including, but not limited to, hacking and spamming"

Member Avatar for pritaeas
0
70
Member Avatar for Benjamin_4

Missing parenthesis: set Months_Depreciated = ( YEAR ( NOW() * 12 + Month ( NOW() ) ) - YEAR(whenacquired) * 12;

Member Avatar for pritaeas
0
151

The End.