DO NOT USE - Removed as part of "The great Stack Overflow tag/question cleanup of 2012" - See link in Tag Wiki for more information.

learn more… | top users | synonyms (1)

-7
votes
1answer
37 views

Building Website PHP/HTML/CSS Tips [closed]

Good day to all, I'm new in building website but I have backgrounds with regards to programming. I just want to ask some tips. What are some considerations in building website? Frameworks used ...
-2
votes
0answers
58 views

Point of Sale programming [closed]

I am new to programming and I wanted to know what path I should take if I wanted to develop POS software. Specifically a restaurant point of sale. (Like programs that send the food order to the ...
-2
votes
0answers
10 views

Code tips of javascript in html document in aptana 3 [closed]

I would like to get ‘document.getElementById’ code tips ,but it does not work in html document(.html), it only works in javascript document(.js),why? how to solve this problem??
0
votes
0answers
20 views

Can anyone recommend a really simple shopping cart/order form tool? [closed]

I need to make a really simple order form. One page, with a few options A link which takes you through to an order confirmation page, with a link to pay on paypal. I'm pretty confident I can ...
-1
votes
2answers
163 views

how to create text type writer effect with jQuery/javascript? [closed]

how to create text type writer effect with jQuery /javascript ? i have tried to google,and found jtypewritter, but the Demo page given on jQuery Plugin jtypewriter not working / opening. link : ...
0
votes
3answers
58 views

Removing Characters within a string-Java

I keep getting an error with removing a character from within a string. I have tried everything that i could find on this site and nothing has worked. This is NOT a help post. Rather maybe an answer ...
1
vote
1answer
85 views

“Select Parent Tag” and “publish on save” in Coda 2

I'm used to Dreamweaver but have decided to give Coda a shot. One of the features in Dreamweaver that I use all the time is "Select Parent Tag". When I press the button, it'll go to the parent tag, ...
0
votes
1answer
36 views

How to not-inherit a style from parent element

I have a CSS-element with opacity above a picture in the background. Inside that element there is an image, that inherits the opacity, so the image is somewhat darker than it would be normal: ...
-4
votes
1answer
133 views

WIFI Splash page, Start up idea's needed [closed]

Any of you guys got some experience with a WIFI Splash Page? As example the one like MCDnld's got. So it need's a authentication page. I'm a starting PHP developer and also experienced CSS,HTML + ...
2
votes
2answers
48 views

Get all JS variables that begin with a certain string

I'm writing a plugin for a website that I have no control over except my ability to add JS code to it (in fact it's a set of html docs generated by an obsolete wysiwyg html editor). For my purposes, ...
0
votes
1answer
201 views

General questions about developing on WP 8

As a new developer for Windows Phone 8 (will be called WP8 from now), yet an experienced one of android, I wonder what difficulties will I have when developing for the WP8. I would like to ask people ...
2
votes
1answer
83 views

PHP Library Authoring Strategies

I'm about 11 months into writing a pretty extensive html5-ready video deployment library for PHP. My client is paying me to write this library in exchange for a license to use an implementation of ...
0
votes
2answers
119 views

How can I handle conditional callbacks in javascript while keeping it DRY?

I have been playing with NodeJS lately and i found myself stuck with a regular pattern issue : I have a main operation running on, depending on some config parameters, i need to perform an extra ...
2
votes
2answers
65 views

why those two points are php tips?

i'm reading a blog that give something php coding tips.there are two places I don't understand. less/not use continue. the structure : do{ if(true) { break; } if(true) { break; ...
1
vote
3answers
239 views

C# IPersistable Interface - Any trick or hack to change field name

For a class that can be saved in a persistence medium i am creating Interface called IPersistable which is designed to provide a persistenceId. public interface IPersistable { private readonly ...
-1
votes
1answer
2k views

What are your favourite ZSH tips, tricks and features? [closed]

I've read a few blog posts on some of the ZSH tips and tricks namely http://avalonstar.com/journal/2012/jan/16/a-weekend-with-z-shell/, http://blog.peepcode.com/blog/2012/my-command-line-prompt. I'm ...
0
votes
1answer
278 views

Javascript Application with ASP.NET/jQuery, Best Practice [closed]

I want to create a Javascript Application like GMail with: Framework: ASP.NET Browser Framework: jQuery Database: MySQL My idea is: When the window.onhashchange fires up, i load the ...
4
votes
1answer
623 views

What techniques do you use to debug complex guice bindings?

I have a complex set of bindings that include many private bindings to solve the robot legs problem. Because of Guice's limited ability to report intelligible biding errors, I'm wondering what ...
3
votes
1answer
85 views

Cleaner property declaration

I'm working on some code for binding a Silverlight view to a presenter in the MVP pattern. In this particular case, it's a really long exercise in doing this over and over again: Model: public bool ...
0
votes
3answers
156 views

Java portability different OS/JDK

I am new on "java world" so I need to know the basics about portability in different OS and JDK. What I am seeing in internet is that if a compile a program on JDK 1.7, it will run on any JDK version ...
0
votes
1answer
142 views

How to improve the performance of Business Process Testing components?

I have been working in HP BPT for few months, but I feel the performance is not that great. Is there anybody who has worked on it and have some good practices to improve performance of BPT tests? The ...
1
vote
2answers
758 views

How to get an array of specific “key” in multidimensional array without looping

Just like my previous question, this question is about learning something new in PHP. Let's assume I have the following multidimensional array (retrieved from MySQL or a service): array( ...
14
votes
5answers
419 views

What kind of syntactic sugar is available in Perl to reduce code for l/rvalue operators vs. if statements?

There's a bunch out there, as Perl is a pretty sugary language, but the most used statements in any language is the combination of if statements and setting values. I think I've found many of them, ...
0
votes
3answers
472 views

how to open Task Manager when Pc is Locked Windows 7 [closed]

Is there any way out to open Task Manager when Pc is Locked Windows 7, as an we can do this in Window xp i guess. Thanks
0
votes
1answer
332 views

Tips of SSRS report designing [closed]

I want tips and tricks how to design a report in SSRS 2005 (with conditions in the expression)
0
votes
1answer
172 views

Coming from XNA to Corona SDK, help with the idea of update (GameTime, gameTime) in Corona?

I'm trying to get the hang of Corona SDK, I don't know much about the language LUA as I'm coming from a C# and XNA background. The question I have is I want to do some acceleration on an object when a ...
2
votes
4answers
1k views

how to create namespaces and classes in javascript / jQuery

Just like C# or Java to put all my jQuery code in one .js file, something like this: namespace MySite { class HomePage { function Init(params) { /*...*/ } //... } ...
3
votes
0answers
892 views

Java code optimization tips and tricks [closed]

Specifically looking for Java code tips and tricks of the trade for: reducing memory footprint increasing performance Personally would like to see answers focusing on the "how" and not the "when" ...
1
vote
4answers
1k views

How to auto close VBScript thousands of MsgBox's

I have a rogue vbscript that went a little crazy tracing output and now I have thousands of message boxes to close. I can hold down the Enter key and close lots of them but that still takes several ...
1
vote
4answers
303 views

Toggling boolean value, but just once? (java)

Every now and then there is a need to store a boolean value only once (to record that it has changed from false to true or vice versa) in a loop, while executing the loop to the end but not caring ...
1
vote
3answers
213 views

#with(object) &block trick

There is a common idiom of using substitutions like: def with clazz, &block yield clazz clazz end with Hash.new |hash| hash.merge!{:a => 1} end Is there a way to go further and define ...
0
votes
1answer
113 views

ControlToValidate: how to debug?

I'm getting some error: ControlToValidate of '' cannot be empty (ControlToValidate de '' ne peut pas être vide in french). Most of the time, this error occurs after the add of new controls in the ...
4
votes
3answers
144 views

Is it safe to “initialize” an object of type T with *this = T() in a constructor of T?

Is the constructor Year() safe in this case ? struct Year { int year; Year(int y) : year(y) {} Year() { *this = Year(1970); } // *this = this->operator=(Year(1970)); }; Year y; I think ...
2
votes
3answers
396 views

What is the difference between ::operator new(size_t n) and new char[n] with regard to alignment?

With regard to alignment, there is something I don't understand about the difference between an explicit call to T* t = (T*) ::operator new(sizeof(T)) and T* t = (T*)new char[sizeof(T)], where T is a ...
3
votes
5answers
380 views

Data alignment in C++, standard and portability

I want to construct an object of class T by using ::operator new(size_t) and placement new. To "extend" the size of char v[1], which is the last declared data member in T, I allocate sizeof(T) + n - ...
1
vote
3answers
325 views

Getting method parameters as an object[] in C#

Is there any dark, obscured way to convert all of the method parameters to an object[]? While implementing the integration between two systems using a message broker, I noticed that most of the ...
9
votes
1answer
178 views

Tip: How to avoid opening “Issue Navigator” in Xcode4 [closed]

It really annoyed me, that every time an error was raised, when running a build in XCode4, the left sidebar swapped to "Issue Navigator" tab. And every time you had to click on "Project Navigator" to ...
-2
votes
1answer
567 views

Any suggestion for CodeIgniter tips&tricks or best practices book? [closed]

I would like to know if someone could suggest a really good CodeIgniter tips-and-tricks book for me. I mean that I do not need a tutrial book but a book some tips for buildin fast, secure and ...
4
votes
1answer
612 views

Android Development: Effecient Syntax Highlighting Tips?

I've developed my own syntax highlighting library for Android, and it works great, but the problem is it slows down the typing. I've tried using an AsyncTask to perform the regular expressions in the ...
4
votes
5answers
463 views

How to design a good file-format?

It's easy enough to store data as xml. It's readable, easily consumable and even relatively salvageable if the file has been corrupted by a faulty download or a premature USB stick removal. But xml ...
0
votes
0answers
90 views

Tips on efficent JavaScript [closed]

JavaScript, contains many optimization techniques, that may be unheard of to inexperience users. Hence to help the less experienced ones : What are the tips worth knowing, that will enrich a ...
3
votes
2answers
350 views

Other ways of performing modulo operation

Some time ago I've seen somewhere a trick to perform modulo operation using bit operators. But now I cannot in any way perform proper operation. Anyone knows how to do it ? From what I remember it was ...
4
votes
5answers
2k views

remove files when name does NOT contain some words

I am using Linux and intend to remove some files using shell. I have some files in my folder, some filenames contain the word "good", others don't. For example: ssgood.wmv ssbad.wmv goodboy.wmv ...
1
vote
1answer
285 views

Eclipse - search for resource - limit extension to match .js NOT .jsp

In Eclipse, when I press Ctrl+Shift+R to bring up the 'Open resource' dialog window, I can't figure out a way of searching only for javascript files (.js), as any search string I enter will always ...
2
votes
4answers
3k views

Best strategy to handle page navigation in JSP

I am exploring JSP to implement dynamic web pages. One issue to solve is navigation between pages. Users have the possibility to go back and forward in their browsers. This has to be handled. If ...
1
vote
2answers
2k views

Nokia S40 Ovi browser web application tips and tricks [closed]

What are some tips and tricks when developing web applications using the Series 40 Ovi browser platform?
5
votes
2answers
1k views

NotePad++ numbering an array

Is that possible to create an ordered list of arrays in notepad++ using the following array[] = array[] = array[] = array[] = array[] = ... and obtain the following... array[0] = array[1] = ...
-2
votes
1answer
1k views

Best frameworks & tools to develop distributed and scalable java applications (web or not) [closed]

Following the question about best practices to develop distributed and scalable applications, I believe it is necessary to create this question to collect feedback on frameworks and tools too. ...
3
votes
4answers
4k views

How to echo a custom object in PHP?

Given a particular class with an instance foo, is there any way to have PHP echo foo; in a customized manner? class TheClass { public $Name; public $Number; function MrFunction() { /* bla ...
2
votes
4answers
608 views

Tips for Asterisk Programming?

I'm quite a newbie in VoIP. Before handling this project, I'm familiar with structured & OOP programming like Java or C++. Now I have to code a quite complex IVR script (which allows users to call ...

1 2 3 4 5 7