Hi folks,
Am an firefox addon developer?
How much does an avg firefox addon developer charge per hour?
Can some guide help me plz. I rate myself 7/10.
Thanks
I'm looking for in-depth reference books / guides in PHP, MySQL, and Unix. I'm aware there other other questions pertaining to good books for short references of function names, or detailed beginner guides to these systems. I'm looking for something different. I want a book that I can either use as a quick but in-depth (decent write up, not a pocket reference guide) reference to common functions (JOINS, string manipulation, Regular Expressions, etc) while also providing a detailed inner workings explanation on the system itself.
In the facebook authentication guide, i am suppose to:
Get the user to authorize my application, by redirecting them to authorize uri.
Get my access token from facebook by hitting the /outh/accesstoken uri.
Lets just say, that for whatever reason, this token is no longer valid. Do i need to perform step #1, or can i hit the /outh/accesstoken uri again?
hello
im making my final year project i.e. speech recognition.but i dont have nay idea how to start.i will use c#.plz can anyone guide me how to start.what shoul be the first step?
thnx
in various case i have seen that when we run apps in various pc with different monitor size then win form behave differently. sometime the form get bigger and as a result few control on that form will not visible.so please tell me how to design win apps in such a way that what ever the monitor size would be the form size and control position will behave same way in all the pc monitor size.please guide me.thanks.
I am currently learning asp.net MVC2. I was trying to do a simple project similar to tadalist.com
Could you please guide me to some articles on how to create the dynamic textboxes and how to capture the user input for persistance?
Thanks
http://www.codinghorror.com/blog/2008/04/setting-up-subversion-on-windows.html
I am following this as a guide to install subversion. The tutorial at the time dealt with version 1.4.6
but the latest version is different. Is this tutorial valid still?
also there is no mention about installing the apache server.
EDIT:
I want to install on windows. I meant apache 2.2 httpd server not tomcat
I deisgned more than 10 sites, still i had a doubt in mind of 'Whats the correct unit I should use'. Whether it is px, or em or %. Plz guide me to right direction
EDIT 1: FOR LAYOUTS
I have a little problem, I have an Ubuntu server running Tomcat, what I want to do is connect my Eclipse EE to it so I can work with JSP.
I have no problem connecting to a similar Tomcat service when its installed on my machine (not a server), but whenever I try to the remote server I don't seem to have the option of choosing a Tomcat service...
Is there some guide you can recommend (I didn't find one), or is there something I did wrong?
Any help would be appreciated...
Trout
Hi,
I'm looking to import one of the Shapefiles supplied with the Ordnance Survey Boundary-Line opensource set into Oracle XE.
http://data.gov.uk/dataset/os-boundary-line
Unfortunately I'm completely unsure how to go about this, despite much Googling.
Anyone got any pointers or tips or a link to a guide?
Cheers
James
I'm interested in running Django on an async framework like Concurrence or gevent. Both frameworks come with its own async MySQL driver.
Problem is Django only officially supports MySQLdb. What do I need to do to make Django work with the MySQL drivers that come with gevent or Concurrence?
Is there a step-by-step guide somewhere that I can follow? Is this a major undertaking?
Thanks.
Good Day!
i am working on page which has
Javascript Menus (dont know how made, i think they are in compressed form)
Jquery
Sexy Alerts
now my problem is that when i want to add any type of jquery calender, it wont work :(, i have tried different possibilities found here, but yet invain. Can somebody guide me.
OR
some body give me suggestion to use a calender that is compatible with any other framework.
help is appreciated.
Thanks
I found a guide on how to add new attributes to users, it explains that for this operation I must modify some files in the app / code / core / Mage directory (the directory that contains Magento’s modules).
But if i make some changes in that folder will this affect future upgrades?
Will an upgrade will delete my changes?
Should I limit the changes only to my modules to not have problems with updates?
Can any one please guide me to look in depth about the Data Structures used and how is it implemented in the List, Set and Maps of Util Collection page.
In Interviews most of the questions will be on the Algorithms, but I never saw anywhere the implementation details, Can any one please share the information.
dear friends,
i am trying to display STRING my car name is "abc" in textview.
it displays &qoute;abc&qoute; after running application.
i have tried decoding into " and then assigning it to TextView but it always convert " to &qoute;
can any one guide me how to solve this issue?
any help would be appriciated.
An interviewer argued me "Genrics are not completely Genrics",
He provided the example (Parameters int k,int d are not generic)
public static void PrintThis<T>(T a, T b, T c, int k,int d)
{
}
He asked me if i prove still it is generics , i will be allowed to take up the next round.
I did not know what he is expecting from me,and what he really means by showing such example.
Guide me how to smartly face such a strange interview ?.
Thanks in advance.
Hey there
i wanted to know, is it possible let say windows wants to collect my Flash serial number for verification, and i want to over ride it and send fake info to bypass the checking step
if yes and there is a guide please inform me
I just got the add-on for firefox and it's awesome so far! But all I am doing is just moving the cursor around the page to get the css+html. And I know there are TONS more applications to firebug. Is there a beginner's guide to firebug since it's so popular or is it just something with practice?
We have made substantial changes to our physical DB, now as it is the ne dof the project I would like to abstract a logical model from this, to allow me to generate schemas for both Oracle and SQL Server.
Can anyone guide me as to the best way to achieve this. I was hoping TOAD data modeller would help but I can't seem to see any options to do what I require?
hi all,
Pls guide me how to create rails application using rails 2.3.5 and cassandra database as rails 2.3.5 supports mysql, sqllite etc.
I typed in the command prompt like this
$ rails -d cassandra myapp
Databases supported for preconfiguration are: mysql, oracle, postgresql, sqlite2, sqlite3, frontbase, ibm_db
So pls help me in this regard
just i print the two table data so i am using inner join
SELECT sd.GameName
FROM LottoryTickets AS sd
JOIN group AS p
ON sd.Group = p.groupname
WHERE p.groupname = 11
now i get #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'group AS p ON sd.Group = p.groupname WHERE p.groupname = 11 LIMIT 0, 30' at line 3
this response please guide me
thanks for advance.
how moodle1.9 save user attempt quiz result in database and which tables are updated when any quiz has been attempted by user?
Please guide me.
If possible please updated me, which functions are used to insert user quiz attempted data in moodle1.9 database?