Skip to main content

Home/ PHP Programming/ Group items tagged projects

Rss Feed Group items tagged

Mr Ranjan Raja

php2ranjan is best Web/Software training institutes - 0 views

  •  
    php2ranjan is best Web/Software training institutes who provides real time and professional training with real time projects in PHP and MySQL, joomla training, drupal training with drupal theming, wordpress training with live project. We have experienced trainer on PHP-MySQL training, web design training and SEO training. Our trainers have more than 5 years of experience in their fields. They give real time examples and notes on corresponding topics. You can attend the DEMO CLASS before starting the real classes. We give web designing training hyderabad, html and css with real time web design training with live project.We successfully completed 5000+ hours of training with a track record of 100% placement assistance; php2ranjan is reknowned training institute for PHP training, webdesigning training plus seo training institute in Hyderabad, Andhra pradesh , india. We have Evening batch and morning batch plus fast track batch for Designer and other professional who is working in software company. B.E / B.TECH/ MCA final students can join our PHP-MySQL real time training and attend the live project training on web development. Live project training in PHP and mysql will be helpful in understanding the concepts and will be helpful in clearing the job interviews. Web designer can also improve their knowledge by attending our PHP training. This will be helpful in further growth of your career.
jdr santos

News - Arbit - next generation project tracking - 0 views

  •  
    Arbit aims to provide a decent modern extensible multi project tracking tool. Features start with issue tracking and wiki and do not stop before code analysis and translation management.
Sarah HL

ongoing · Test-Driven Heresy - 0 views

  • As a profession, we do a lot more software maintenance than we do greenfield development.
  • the deep-TDD rules: ¶ Never write code until you have a failing test. Never write any more code than is necessary to un-fail the test.
  • we do way more maintenance than initial development. And in my experience, the first-cut release of any nontrivial software is pretty well crap.
  • ...38 more annotations...
  • But to do that well, you absolutely must have enough test coverage that you just aren’t afraid to rip your code’s guts out
  • I always end up sketching in a few classes and then tearing them up and re-sketching, and after a few iterations I’m starting to have a feeling for X and Y.
  • I freely admit that this is not really truly TDD
  • once you’re into maintenance mode, there are really no excuses. Because you really know what all your X’s and Y’s are
  • Writing the tests points out all the mistakes you might make in signatures, prerequisites, etc. If the tests are too hard to make then you know that your API will be too hard to use, you're doing it completely wrong, and may as well pause for a rethink.
  • While the approach you advocate makes sense, it does require professionalism, not just from the developer but from management too.
  • the person left to maintain the code isn't the person who wrote it, leaving the maintainer with an unholy mess to untangle. Getting unit tests into such code is a monumental task.
  • he failure to address how unit tests can be introduced to an existing non unit-test codebase. (i.e. go from non-TDD to TDD)
  • I feel the TDD community only wants to focus on greenfield projects and has ignored maintenance/legacy issues. Which is strange when as you say code spends most of it's time in maintenance
  • The thing is that as long as the project is small you really don't see the benefits of TDD. I've done a couple of small projects and never had to go back to them ever again
  • Never use mocks unless you are mocking an interface that will almost never change
  • You are writing the client code (in the form of a test) so you are thinking how the worker code will be used. What is its public interface and what do you want it to do when it's called
  • From: Tathagata Chakraborty (Jun 24 2009, at 07:31)TDD is useful in another situation - in a commercial setting and when detailed specification documents have already been created by say a technical expert/architect. In this case you don't have to do a lot of designing while coding, so you can start off with the test cases.
  • writing the tests *first* is that it helps keep your code focused on exactly what it's meant to do, and no more
  • When work on production code begins, most of the code should fall into the categories of things that are not to be tested.
  • In theory, TDD is a great idea. The problem with TDD can be expressed in one word: money.
  • One approach to the unknown X and Y problem that I've been using recently has been to pretend that class X has been written already, and then write code that uses this pretend X object/API. I usually write this directly in the file that will become my unit test. Since X doesn't exist, I'm allowed to call whatever methods I want and pretend it all works. Once I'm satisfied with how it all looks, I cut and paste everything into a bunch of failing tests.
  • I get really bored adding tests to code that already runs
  • the seductive TDD trap
  • religious zealots
  • There is nothing wrong with building tests after you have built your product.
  • that goes a long way towards taking software development from a form of artisanal craftsmanship to a real engineering profession.
  • using tests to drive development cripples innovation, dramatically slows development
  • It always seem to me to be a codified form of reverse engineering, or at least a way to force the programmers into looking at their code from two separate angles at the same time.
  • If you're just adding tests at the end, then it's normal unit-testing, isn't it?
  • I do realize that this type of exercise might help younger coders in getting better structure, they do often rush in too quickly and focus more on the instructions than the abstractions.
  • TDD is test-driven *design*
  • He said he didn't write tests in cases where it would have taken him several hours to get a working test for a small piece of code.
  • In some applications, objects are self-contained, activities are sequential, and algorithms are tricky
  • I've seen cases where people have wrecked the architecture of systems in the name of making them testable... But have never written the tests.
  • Yes, it's possible to make peace with testability, and in the best situation, testability can improve the architecture of a program, but it can also lead people away from highly reliable and maintainable KISS approaches.
  • Like any infrastructure, it is always beneficial to provide unit testing. The most benefit is derived from installing it as early on in the project as possible.
  • The value of an untested feature, to a client, is ... zero. So, it doesn't matter how many of these you have rattled off in the past week, your net throughput is effectively... zero."
  • You can see in this thread the word "professionalism" (substitute "morality" with little gain/loss of substance) and even "sin" (used in jest, but not really!)
  • if I delay writing unit tests until after all the units are working together then because the system "already works" my subconscious enthusiasm for writing unit tests falls markedly, and so their quality and coverage fall
  • Experience teaches that if I generate that output by hand (1) it takes *much* longer (2) I almost always get it wrong. So I often write the code, get its output, carefully check it (really...) and then use it as the correct result.
  • My main objections to TDD are: 1) it promotes micro-design over macro-design and 2) it's hard to apply in practice (i.e. for any code that is not a bowling card calculator or a stack).
  • the tests are just a persistent artifact of the exploratory coding I've already done.
qualitypoint Tech

Does "Safe Mode" of PHP really give any benefit? - 0 views

  •  
    We had used ImageMagick tool for resizing the images without affecting quality in our BookMarklet project. We implemented this project successfully in Client's server.
anonymous

DocBlox - 7 views

  •  
    PHP 5.3 compatible API Documentation generator aimed at projects of all sizes and Continuous Integration
  •  
    PHP 5.3 compatible API Documentation generator aimed at projects of all sizes and Continuous Integration
jimmy brion

TOP 10 PHP Frameworks 2012 - 0 views

  •  
    We have team of PHP Framework experts, capable to deliver projects on time with high coding standards. If you need our developers assistance for your PHP projects, Inquiry for free quotes now. We will help you Here is list of TOP 10 PHP Frameworks 2012 Top 10 Hot PHP Framework You can hire any above framework developers from vEmployee.
javatpoints

Oracle Training | Oracle Training in Noida, Delhi/NCR - JavaTpoint - 0 views

  •  
    Oracle Training | Oracle Training in Noida, Delhi/NCR, JavaTpoint offers training on Java, core java, advance java, frameworks, struts, spring, hibernate, ejb, web services, maven etc. java technology with live projects for ghaziabad, noida, delhi or ncr students.
qualitypoint Tech

Need to solve error in PHP code useful for getting Google PageRank - 0 views

  •  
    We are working on to get Google pagerank using php code for one of our customer projects.I referred http://www.pagerankcode.com/down\nfor doing this.This code works fine in our local machine. We are using it for long time from our local machine. And, we tried to use it in our server few months back.
Dave Crusoe

CodeKindness :: Mobilizing Technology Professionals for Social Good - 0 views

  •  
    CodeKindness is a project that mobilizes volunteer technologists for social good.
Sarah HL

PHP Depends On You | BrandonSavage.net - 0 views

  • elf in the community
  • PHP is one of the world’s largest open source projects.
  • people who write open source software generally aren’t paid to do it.
  • ...6 more annotations...
  • the core of PHP is contributed by people who are solely interested in making PHP better for their professional endeavors
  • it can be as simple as contributing to the documentation, or submitting a bug report
  • The community exists because people choose to contribute.
  • file a bug report or write some documentation today.
  • Remember: PHP depends on people just like you.
  • My Boss told me to prepare a paper how we interact good with open source project and how we can generate a win win situation on both sides by submitting (correct) bugreports.
jdr santos

Tekuna.org - MVC Microframework for PHP - 0 views

shared by jdr santos on 01 Sep 09 - Cached
  •  
    Tekuna is a compact framework for web-based applications. It provides a stable basis and a generic infrastructure for your projects. Tekuna has a very small footprint and will not pollute your codebase with unnecessary stuff.
qualitypoint Tech

Strange Behaviour of Browser Back button. |QualityPoint Technologies - 0 views

  •  
    We have noticed strange behaviour of Browser back button while implementing new requests from our client of GroupIt learning Activity project.
qualitypoint Tech

How to split a string into individual characters using PHP? - 1 views

  •  
    In one of our php project, we had to split a string into individual characters. I thought there should be some built-in function for doing this. But I couldn't find the appropriate build-in php function.
qualitypoint Tech

Job Openings for Web Development(PHP/MySQL) - 0 views

  •  
    Currently we are looking for Software Engineers to work in our Web Development Projects.
qualitypoint Tech

Speeding up Coding... - 2 views

  •  
    We are using php coding in most of our projects. And, we are following some important guidelines to improve our performance.
joey potter

I Need Computer Technical Help Now - 2 views

"I have no time to wait". That is what I muttered when my computer suddenly went on a blue screen. I had a project and I needed to pass it on time. But with my computer on trouble, I would not make...

computer technical help

started by joey potter on 07 Jun 11 no follow-up yet
jdr santos

qWikiOffice A Web Based Desktop - 2 views

  •  
    "The qWikiOffice Web Desktop is an open source project committed to providing an online experience that is unique and user friendly. Ajax technology combined with the EXT-JS library and cutting edge graphics allow qWikiOffice and the web applications within to behave similar to a desktop environment."
Richard Boss

Top 5 Attractive Reasons To Hire PHP Developer From Weblineindia - 0 views

  •  
    By this article, Let us see top five reasons to hire php developer from Weblineindia. To know more, you can see robust portfolio where you can find various projects that delivered by weblineindia's developer.
1 - 20 of 47 Next › Last »
Showing 20 items per page