Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

17
votes
12answers
1k views

Outdated coding practices

As I do my coding I sometimes wonder if I'm doing things the best way or just the way it's always been done. Does what I'm doing make sense anymore? For example, declaring all your variables at the ...
14
votes
19answers
1k views

“How to do a code review?” or “How to tell a co-worker that her HTML sucks?”

I just started working for a small web company that has one designer and one programmer. I'm kind of the person in between with experience in both worlds. The problem I see right now is that the ...
8
votes
13answers
1k views

Is there use for the Scroll Lock button anymore?

The scroll lock button seems to be a reminder of the good old green terminal days. Does anyone still use it? Should the 101 button keyboard become the 100 button keyboard?
4
votes
2answers
283 views

Is elixir out-dated?

My sqlalchemy is 0.6.3, and elixir is 0.7.1 I created a model class which extends Entity: from elixir import * class User(Entity): pass And save the a user as: user = User() user.save() It ...
4
votes
7answers
1k views

Examples of outdated software development tools and techologies

I'm writing a paper on software process improvement. As i lack experience from actual software development companies, i made up a company that I'll use for the paper. However I need some examples on ...
2
votes
2answers
143 views

Is Irrlicht Outdated? [closed]

I've been looking for an extremely fast C++ game library, and I read some forum posts about Irrlicht. It sounded good at the time. However, my more experienced friend was under the impression that ...
2
votes
3answers
499 views

Is Cocoa Programming for Mac OS X (3rd edition) outdated?

got a quick question for you (pretty much the title): is the book Cocoa Programming for Mac OS X (3rd Edition) outdated? It's just that I read a little in it, until page 36 (in a .PDF ebook version) ...
1
vote
2answers
201 views

VS2010SP1: Project always out of date when debugging

I experienced this problem in VS2010 before, and solved it looking at this SO question. However, now that I upgraded my VS to SP1, it appeared again. I tried to solve it the same way, enabling C++ ...
1
vote
4answers
96 views

There is some ready/default code to block Internet Explorer 6 or lower versions?

I want show a message to users if they're using IE6 that the browser is outdated in a div. There is something done to do this?
1
vote
2answers
439 views

How are past alarms delivered by the AlarmManager?

I've got a question about setting alarms in the AlarmManager. I found something in the docs I didn't understand (see below). I'd like to set 10 alarms which trigger the ringer mode alternately silent ...
1
vote
2answers
288 views

Pantomime = outdated. Sending and receiving mail framework

As I found out, Pantomime framework is outdated. I believe the newest realize came out in 2007. I'm getting a lot of compiling errors because of this. From the top of my head, I got about 1000 errors. ...
0
votes
0answers
20 views

generating reports in seam project for outdated database

I'm using JasperReports in a Seam project to generate reports, everything works fine. Reports are generated fine, but they do not show the updated information until after the report takes 3 clicks to ...
0
votes
1answer
86 views

can a php piece of code that block old browsers from accessing a website block search engine spiders?

i was looking for a way to block old browsers from accessing the contents of a page because the page isn't compatible with old browsers like IE 6.0 and to return a message saying that the browser is ...
0
votes
6answers
139 views

Is the NSString documentation out-of-date/wrong?

I think I just found an inaccuracy in the iOS 4.3 documentation, more specifically on NSString's page. I'm trying to use the stringByReplacingOccurrencesOfString:withString: method which is clearly ...
0
votes
1answer
75 views

Updating Jira Plugin from Version 3 to Version 4, Replacing SearchParameter

Hey Guys, i am pretty new to Jira Development so please be patient I should upgrade a Plugin that worked with Jira Version 3 to work with Jira Version 4 Most of the thins went pretty well, but now i ...
0
votes
1answer
120 views

Is the <label> element outdated?

I’ve searched everywhere and I can’t find an answer... is <label> an outdated HTML element?
0
votes
1answer
27 views

Microsoft Installer Appears to be behind updated Code-base

I am developing a C# .NET desktop app in a team and we use TFS to do versioning. We work on our individual machine and give the build(make Setup) from a machine where no one works. It's happening ...
0
votes
1answer
234 views

OpenGL outdated version (can't find glMultiDrawElements on header)

I was trying to use the function glMultiDrawElements while studying OpenGL (using red book) but couldn't. I checked the header "gl.h" and the function wasn't there so I checked the version on top of ...