background preloader

IT

Facebook Twitter

Fog Creek Copilot - Home. Job Search - Temporary, Contract and Full-Time Jobs on Net-Temps. On Startups by Dharmesh Shah. Freelancer.com | Online Jobs | Freelance Employment | Outsourcing Services | Programmers | Web Design | Freelancers. Become rich by building your own website. Got my first part-time consulting contract, now what? « Bhavin Gandhi's Blog. I can’t believe, it had been a whole week since I wrote my last blog. This week was really busy with lot of sleepless nights and lot of ice tea.

Working full-time and consulting part-time is not an easy task. I would not recommend you to consult a business part-time, if you can’t keep up with all of your appointments in your outlook calendar. Anyways, I am not here to tell you how to manage your time well (at least not in this blog). Before I start, I would like to thank my readers to read my blog and sending their replies through e-mails and comments. In their responses, lot of people asked me to write about the next step after getting the first client. Through this blog, I would like to answer that question. I do management consulting on part-time basis, so most of my views would be helpful to part-time consultant instead of those full-timers. Communication, communication, communication: This is the key element of every consulting business.

Like this: Like Loading... Windows 7 News & Tips. 9 Tips For Working with MySQL Databases. MySQL is one of the most popular relational database management systems (RDBMS) around, with over 6 million installations. It’s a fantastic choice for any new developer, because of its open source nature, wide support and abundance of tutorials available on the subject. Here are some great tips and tools (beside phpMyAdmin) to improve your MySQL coding, and to help you save time. Installing SQL If you’re a newbie to the server side coding arena, don’t worry. Mac only PHP, SQL & Apache Installer Windows, Linux & Mac installer A windows only LAMP installer MySQL Server 5.1 If you just want MySQL server, and like using command line then this might suit you. For info on how to install and work with the MySQL server, check this NetTuts tutorial: Everything You Need to Get Started With MySQL.

SQL Tips 1- Optimize your code Imagine if you have 100 records, 10 columns.Your working with a database of your clients details, and need to select their name, phone number and address. SELECT * FROM clients; CrunchGear. Android Central | Android Forums, News, and Help. Windows 8 Update: Comprehensive Windows 8 News and Information. How to write a FaceBook Application in 10 minutes. Writing F8 apps is where it’s at right now. Everybody knows it. The userbase is huge and now we have a (free) API to. Everything is good….but the documentation. I spent a day writing my Sudoku Facebook application yesterday. I already had the sudoku javascript widget ready to go - the time was spent wading through pages of documentation and downloading toolkits that (as it turns out) I didn’t need. As far as I can tell, Facebook allows you to create applications that appear to the user in 2 different areas. 1 - The profile. 2 - The ‘Canvas page’.

Ok, thats it for the overview. 1. <script type=text/javascript> var iRandom; function Restart() { iRandom = Math.floor(Math.random()*10)+1; alert('OK, I am thinking of a number between 1 and 10'); } function Guess() { var yourGuess = document.getElementById('myGuess').value; if (yourGuess>iRandom) alert('Too High.'); if (yourGuess<iRandom) alert('Too Low.'); if (yourGuess==iRandom) { alert('Well done! Ok, now log into Facebook. 2. 3. 5. 6. 10 Tips for New iPhone Developers. Making a webapp for the iPhone is a lot like making a normal web site, but with a few quirks to abide by. In this article, I'll give you a wide variety of tips, covering things such as: "must-haves", usability guidelines, testing/debugging, pitfalls, and performance issues.

I hope you enjoy it! WebApps vs. Native Apps Keep in mind that a web application runs in the browser, while a native application is installed on the iPhone. Still not convinced? The list goes on... 1: Viewport, Viewport, Viewport I would say this may be the simplest and most important thing for an iPhone web app. This tells the browser to scale your page in such a way that will make it fit nicely on the iPhone. Width=device-widthThis fits the page to the device's width. Keep in mind that the viewport IS NOT A WINDOW. A viewport is a rectangular area of screen space within which an application is displayed. Specifying the viewport is a *must-have* and is the first step into making your web app iPhone-friendly. Conclusion. Ultimate Boot CD - Overview.