Hello all,
When I try to search whether a particular word or phrase if exists in any of the text or other files in a particular folder, it works finely .. but When I try the same method with XML, Windows isn't able to do it. I think it cannot go through XML files.
How to overcome this bug of windows???
I have observed many people suggesting to delete unused bookmarks, as tips to overcome slow start-up of firefox, is there any technical reason behind it?
An svn server that I managed crashed. The server is up and running again, but I can't manage to get svn running anymore.
I followed the instructions listed here: http://mark.koli.ch/2010/03/howto-setting-up-your-own-svn-server-using-apache-and-mod-dav-svn.html
Yet when I try to start apache using /etc/init.d/httpd start I get a [FAILED]…
The Patch Release 13.2.4 of the integration-related products, Oracle Retail Extract, Transform and Load (RETL), Oracle Retail Integration Bus (RIB), and Oracle Retail Service Layer (RSL), is now available from My Oracle Support.
End User Documentation Enhancements
The following enhancements have been made to the documentation:
…
There are many situations where the validity of the timestamp attached to a certain post (submission of information) might be invaluable for the post owner's legal usage. I'm not looking for a service to achieve this, as requested in this great question, but rather a method for the achievement of such a service.
For the legal (in most any…
This is my first job as a programmer.I am working on ASP.NET/C#,HTML,CSS,Javascript/Jquery.
I am working for a firm which develops software for small banking firms.
Currently they have their software running in 100 firms.Their software is developed in Visual Fox Pro.
I was hired to develop online version of this software.I am the solo…
As you develop as a programmer, IMO, you begin to see different practices, different Algorithms, and "more than one way to do it". Seeing this code can be a great learning experience for you, even though you did not write the code. But is doing this only going to confuse you?
For example, let's say you have a library in any language…
I received my bachelor's degree in Com S (second major in math) in December 2011. I didn't have the best GPA (I was excellent at programming projects and had a deep understanding of CS concepts, but school is generally not the best format for displaying my strengths), and my only internship was with a now-defunct startup. After…
The AutoVue API (previously called the “VueBean” API) is a great way to extend AutoVue Client/Server Deployment – specifically the client component – beyond the out-of-the-box capabilities and into new use-cases. In addition to having a solid grasp of J2SE programming, make sure to leverage the following resources if you’re…
Hi all!
I'm not sure this is the right place to ask this question, neither if this is the right way to ask this question but I hope you help me if it is not.
I work as a programmer since I was 15 (will be 24 next week) so learning programming logic was somehow natural during the course of my career and I think that it…
We test our code to make it more correct (actually, less likely to be incorrect). However, the tests are also code -- they can also contain errors. And if your tests are buggy, they hardly make your code better.
I can think of three possible types of errors in tests:
Logical errors, when the programmer misunderstood…
One of the co-founders answered questions about the company when the job was posted, but I feel like I shouldn't assume that he's the one who is in charge of hiring. Since it's relatively new and has a lot of name overlap with other things already on the web, it's hard to find any information about the company online,…
I'm in my first real job as programmer, but I can't solve any problems because of the coding style used. The code here:
Does not have comments
Does not have functions (50, 100, 200, 300 or more lines executed in sequence)
Uses a lot of if statements with a lot of paths
Has variables that make no sense (eg.: cf_cfop,…
Hi All,
Though this is a matter of personal choice and comfort. I would want your views on a situation like this.
Programmer A has been working on PHP for some years, and has had prior experience in C.C++ during algorithm courses in university.
The current fluency is good is PHP,but C,C++ can also be brushed up.
So…
I work at a smallish mid-size company where requirements are sometimes nothing more than an email or brief meeting with a subject matter manager requiring some new feature.
Should a programmer working on a feature reasonably expect to have access to such "request emails" and other requirements information? Is it…
Case: I'm working at a company, writing an application in Python that is handling a lot of data in arrays. I'm the only developer of this program at the moment, but it will probably be used/modified/extended in the future (1-3 years) by some other programmer, at this moment unknown to me. I will probably not be…
I'm a young programmer who desires to work in the field someday as a programmer. I know Java, VB.NET and C#. I want to learn a new language (as I programmer, I know that it is valuable to extend what I know - to learn languages that make you think differently). I took a look online to see what languages were…
I'm a young programmer who desires to work in the field someday as a programmer. I know Java, VB.NET and C#. I want to learn a new language (as I programmer, I know that it is valuable to extend what I know - to learn languages that make you think differently). I took a look online to see what languages were…
In University, we learn and reinvent the wheel a lot to truly learn the programming concepts. For example, we may learn assembly language to understand, what happens inside the box, and how the system operates, when we execute our code. This helps understanding higher level concepts deeper. For example, memory…
I am sure there's a name for this anti-pattern somewhere; however I am not familiar enough with the anti-pattern literature to know it.
Consider the following scenario:
or0 is a member function in a class. For better or worse, it's heavily dependent on class member variables. Programmer A comes along and…
“Practice makes perfect:” right? Well, not exactly. The reality of it all is that this saying is an untrustworthy aphorism. I discovered this in my “younger” days when I was a passionate tennis player, practicing and playing 20+ hours a week. No matter what my passion level was, without some serious…
Hi,
I have made a jokes application, where the user generates a joke and the joke will display in a UILabel. However I am trying to randomise the jokes show, but I do not want to show the same joke twice. Please could you tell me how I could do this. I am using the code below to try and do that, but…
I am getting ready to add another developer to my team and I want to try and fix the mistakes I made in my last hiring cycle.
I like to think of myself as a competent programmer (I can be given a project, I can deliver on that project and the deliverable work with very few if any bugs) and so I ask…
I would like to create a non-VBA based solution to the following question:
How do I create a multi-series chart that will allow a user to select from a dropdown to change the data being graphed? I can do this already when the data series is contiguous; however, I'd like to be able to do it for…