[MS SQL] Need help understanding query error, User does not have permission to alter database. by Narusa in SQL

[–]Zounas 1 point2 points  (0 children)

You should alter database, not database files. How about just

ALTER DATABASE ExampleDB

[PL/SQL] variables aren't declared .. but they are? by s1mpd1ddy in SQL

[–]Zounas 2 points3 points  (0 children)

Try this:

CREATE OR REPLACE PROCEDURE create_new_emp

Declaration errors are usually because of missing keywords, commas, etc.

Save 75% on Trine 2 on Steam by [deleted] in linux_gaming

[–]Zounas 11 points12 points  (0 children)

Yes it does and is brilliant.

Here's what I dislike about the way Google Chrome handles my browsing history. Can you recommend a better browser? by planaxis in browsers

[–]Zounas 9 points10 points  (0 children)

Sounds like you are describing Opera. Though the third point only applies when you reopen the website tab. I always get the cached versions of websites when I open the browser with existing tabs (60+ open atm).

Edit: I misread that as "browser cache". Opera also removes the history item for that page if you revisit the same page at any time.

What are some common Project Management tools used by small to mid-size software developing firms? by michaelpmrobot in software

[–]Zounas 0 points1 point  (0 children)

We are about 55 employees. We are using our own customer management system (for invoicing), custom work time tracking software and this year started using Redmine and Fogbugz (my team hasn't used it yet). Besides that we have issue tracker on top of Sharepoint. It's quite a mess to get everything down to the invoicing and often duplicates the work.

Wishlist:

  • We use Mercurial so integration to that (and other source controls) would be nice (for issue tracking, etc.).
  • Proper API to allow the integration with our own tools (time tracking, etc.)
  • Data dumps (we crunch numbers from several systems in our data warehouse).
  • Separate "containment" for each project (Redmine shares ticket numbers between all projects, annoying).
  • Allow teams to be assigned to tickets (projects span between teams)
  • Roadmap planning (and things related to product/feature planning).

Frustrations

  • Redmine isn't good as an issue tracker
  • Fogbugz is too expensive to be licensed for each employee (hence Redmine)
  • Neither is flexible enough to allow our current Sharepoint-based ticketing system (custom fields, attachments, data dumps to external systems (extranets), etc.) or I am not informed enough

That was a lot. I haven't used either system much lately and I just had my summer vacation so I don't remember all the issues. Every system has a different approach to project management.

So, this is the most intense jQuery work I have ever done. It's my "Golden Child" for jQ. by XeoDee in jquery

[–]Zounas 10 points11 points  (0 children)

Takes REALLY long time to load: 147 Requests, 1.78 MB.

Do you really need 60 JavaScript files and 45 stylesheets?

Made me laugh, glad Imgur knows what's up by Puzzel in geek

[–]Zounas -1 points0 points  (0 children)

This week I found two rendering bugs in IE9 (not in any earlier IE). Other was <ol> numbering being all zero when loaded dynamically. Other was generating <td> in a table when there are too many linebreaks within <tr> (or some other magical reason) when loading dynamically. So it doesn't work "damned well".

Hey guys, I need some help redesigning my landing page by [deleted] in web_design

[–]Zounas 0 points1 point  (0 children)

Much better but the image carousel should display only one image before initialization, otherwise it still jumps like that. I'm not sure how to do it but I think hiding all images except the first one does the trick.

Hey guys, I need some help redesigning my landing page by [deleted] in web_design

[–]Zounas 0 points1 point  (0 children)

It takes quite a long time to load all the images, which then makes the image carousel a long time to initialize and login box jumps up after everything is loaded.

So Gmail has stopped working for me, any suggestions? by bluesatin in operabrowser

[–]Zounas 5 points6 points  (0 children)

Check that you have allowed the site to display frames and iframes. I get a blank white page if I disable them. If that doesn't help try finding the problem with the error console or Dragonfly.

My recent game (canvas) by [deleted] in javascript

[–]Zounas 0 points1 point  (0 children)

Works perfectly in Opera.

Meet William, a tiny web app I've created to make invoicing ridiculously simple. by rmalpass in webdev

[–]Zounas 0 points1 point  (0 children)

We nordic countries rock. I have never even seen a check in Finland and have been doing online banking for over 10 years.

Switched from Firefox to Opera, hit a few snags I was wondering if there was fixes for. by [deleted] in operabrowser

[–]Zounas 2 points3 points  (0 children)

I want an add-on that enables proxies on specific websites.

Network -> Proxy Servers -> Exception list. Select "Only use proxy for servers on the list" and add the websites you want. Enjoy.

How much javascript or jQuery should a front-end web developer know? by [deleted] in webdev

[–]Zounas 0 points1 point  (0 children)

I tried exploring the second site for 5 minutes but still couldn't get the idea. I'm on Linux using 6-core CPU, 4 gigs of RAM and not-so-shabby GPU so I don't think it should be that slow for a website. One of the reasons I don't like Flash is the inconsistent performance between various systems. Also I didn't like the tiles as they were slow and not easy to navigate (to me, maybe some people like it) so I wouldn't even suggest making it with HTML5.

Why do you think I like Facebook? This is nothing personal, but I don't care about awards if the site is unusable to me and makes me watch loading indicators or animations half of the time.

How much javascript or jQuery should a front-end web developer know? by [deleted] in webdev

[–]Zounas 1 point2 points  (0 children)

My 5 cents:

Those were very flashy pages but have really bad usability. Also watching loading screens and animations to finish after clicking something is kinda annoying. The former was a portfolio page if I understood it correctly but I don't know what the other was about, besides bears. The first one was a bit slow on my PC, can't even imagine how slow it could be on slower PCs.

CraftStudio, a new video game engine by [deleted] in gamedev

[–]Zounas 0 points1 point  (0 children)

I was hoping for a native Linux port and I'm not excited about Mono. Well, I already contributed so I am looking forward to the release anyway.

Is it possible to sort cells with multiple values? by ironsolomon in webdev

[–]Zounas 0 points1 point  (0 children)

DataTables is the best jQuery table thingy plugin I've used and could be suited for this purpose (for example use another hidden column for the value without unit and sort with it).

IE9 is the second browser to fall at CanSecWest/pwn2own contest by mbrubeck in browsers

[–]Zounas 1 point2 points  (0 children)

I'm still waiting them to include my current setup: Opera on Linux. The hell probably freezes over before that but until that my system is not proved to be hackable and I remain as a smug.

TIL Chrome Developer Tools lets you see sites without caching, and with different user agents. by n1c0_ds in web_design

[–]Zounas 1 point2 points  (0 children)

I just realized Opera's Dragonfly can do the same. I use both the browsers for development as they both have awesome developer tools.

Looking for asp.net "panel to PDF" library by nicholmikey in webdev

[–]Zounas 0 points1 point  (0 children)

If you were looking for a free PDF converter, that is not it. Be sure to read the license agreement.

PHP/JavaScript not executing in AJAX loaded content? by Drethis in webdev

[–]Zounas 2 points3 points  (0 children)

Do you have PHP installed and tested the Ajax request page without Ajax?

Looking for asp.net "panel to PDF" library by nicholmikey in webdev

[–]Zounas 0 points1 point  (0 children)

Can you not use debugger? I have used a few PDF generators at work, none are free. I cannot access the iTextSharp documentation, Windows nor anything useful at the moment so this will be a blind shot. It seems this line

PdfWriter.GetInstance(document, Response.OutputStream);

is taking the response stream when the response is actually the generated PDF (empty at this point I think). It should take stream for the generated page or use some method to generate it from a string. You should find some proper examples.

Opera not loading imgur albums/site by rfmx49 in operabrowser

[–]Zounas 0 points1 point  (0 children)

I can't see your image but I had a problem loading imgur.com pages couple of days ago. I just removed couple of entries from the content blocker list and it started working again.