Archive for the ‘advanced php programming’ Category
What is some good programming text editors?
Hi!
I want an advanced text editor for programming. Mostly web programming. HTML, CSS, PHP.
I tried notepad++, but it did not come with auto indenting.
What i want is a text editor with syntax highlighting and automatic indenting that supports HTML, CSS and PHP.
I’m actually using notepad++ anyway.
I am just pressing TAB instead.
TextPad
=
http://www.textpad.com/download/index.html#downloads
-
http://css.software.informer.com/download-css-html-ide/
Dedicate Source Solutions - Offshore Ecommerce and Website Design by Professional Outsourcing Service Providers - Web Design, Web Design Company India
http://www.dediss.com
Dedicate Source Solution P.Ltd. provides an ideal and exclusive environment to creative and skilled professionals engaged in information technology development activities. We use the most modern development tools and technologies available on the market today. We are staying on pace with the fast evolving software development capabilities and uses of multimedia and the Internet. The creative web design, reliable programming solutions and innovate animation that our professional team offers will help you establish a unique company image and presence on the Internet.
Our web design services has features like attractive & elegant design, corporate web design, flash design, web graphic, clean layout, cross-platform functionality, search engine friendly layout, cross-browser compatibility, web page development, web animation & banners.
We specialize in offshore ecommerce and website design, web application development services along with desktop application development. We will enhance your business processes with the latest achievements of technologies such as PHP, Cold Fusion, Flash, Perl, Java (JSP/Servlets), .NET (ASP.NET, VB.NET, C#), XML, Visual Basic etc. We are known for our quality website designs with a highly creative, original, professional and clean look and feel.
Among the web projects developed by us there are ecommerce website designs, B2B and content management systems (CMS), search engines and Web directories, Website database application, image/photo gallery applications, online communities and forums and many others. Outsourcing software and web development to us will help your business to render quality web development services at affordable cost and minimize your set up expenses..
We offer a wide range of custom services at affordable prices starting from small presentation sites to complex multifunctional web portals and advanced custom e-commerce solutions.
We have a well deserved reputation for providing exciting multimedia content and creating innovative Internet business applications, offering high quality, low cost solutions.
Dedicate Source Solution P.Ltd. can use structured methodologies and proven IT processes which helps to reduce complexity, risks and costs associated with client/server development can help you develop customized software applications and assist you thorough out the entire software development Life Cycle, including project management, systems analysis and design, software development, implementation and training.
We present you the solutions you need, with an estimate of cost and turn around time.
We develop the concept to fulfill your marketing goals.
amit maharaja
http://www.articlesbase.com/graphic-design-articles/dedicate-source-solutions-offshore-ecommerce-and-website-design-by-professional-outsourcing-service-providers-web-design-web-design-company-india-683957.html
How can I draw a sketch (line diagram) in php ?
Dear Friends,
I am a structural engineer. I am using php for developing a program for civil engineers.
I just want to know how can I draw a sketch or line diagram in php ?
Thanks in advance
I use this code and it works. but it needs gw libraries:
<?
header("Content-type: image/png");
$imgWidth=300;
$imgHeight=300;
// Create image and define colors
$image=imagecreate($imgWidth, $imgHeight);
$colorWhite=imagecolorallocate($image, 255, 255, 255);
$colorBlack=imagecolorallocate($image, 0, 0, 0);
$colorGrey=imagecolorallocate($image, 192, 192, 192);
$colorBlue=imagecolorallocate($image, 0, 0, 255);
$colorDarkBlue=imagecolorallocate($image, 51, 51, 204);
$colorLightBlue=imagecolorallocate($image, 0, 187, 255);
// Create border around image
imageline($image, 0, 0, 0, 249, $colorGrey);
imageline($image, 0, 0, 299, 0, $colorGrey);
imageline($image, 299, 0, 299, 249, $colorGrey);
imageline($image, 0, 249, 299, 249, $colorGrey);
// Create grid
/*
for ($i=1; $i<3; $i++){
imageline($image, $i*25, 0, $i*25, 250, $colorGrey);
imageline($image, 0, $i*25, 250, $i*25, $colorGrey);
}
*/
// Create line graph
for ($i=1; $i<=3; $i++){
imagefilledrectangle($image, $i*75, 100, $i*75+25, 250, $colorDarkBlue);
imagefilledrectangle($image, ($i*75)+1, 100, ($i*75+25)-5, 248, $colorLightBlue);
if($i == 1)
imagestring($image, 12, $i*75-2, 275, "good", $colorBlack);
if($i == 2)
imagestring($image, 12, $i*75-3, 275, "middle", $colorBlack);
if($i == 3)
imagestring($image, 12, $i*75-2, 275, "bad", $colorBlack);
}
// Output graph and clear image from memory
imagepng($image);
imagedestroy($image);
?>
What is the fastest most efficient powerful programming language?
By programming language I mean like C or Java or VB, I plan to use a programming language for advanced custom functions in Web Development. To possibly create web pages or for processing web related stuff.
Please note: I do not want to hear anything like ASP, PHP, or JSP. I already know PHP.
Thanks for your help.
C is 30 times faster (literally) on my system as bytecode Java. But Java is the premier language in documentation and ease of use.
If you are into exotic languages, use the (almost) universal one - Assembler. It is one level above binary code, but it is the fastest thing there is, however awkward it is to program in.
Start learning PHP, or Stick with C++?
Should I start learning PHP? It seems like it would be useful to know for creating websites.. Or should I stick with C++ and start learning some advanced winsock functions?
How long would it take for me to make a nice website in PHP if I have previous programming experience? If I could do it in a month then I am def going to start learning PHP, otherwise I am going to just focus on C++
?
What are the most in-demand web programming languages today?
I like all of the ones I’ve experimented with so far… PHP, PERL, AJAX, SQL, ASP.NET, JAVA, etc…
But I don’t want to spread myself too thin. I want to focus on 2 (maybe 3) languages that are most in-demand, or worth the most money.
I’m still in college and I’m trying to increase my self value before I graduate
Thanks in advance
You might want to strongly consider .NET and JAVA. As a (IT services) business owner, I can attest that those qualifications are always in demand. It would be a good idea to understand SQL commands also, but potentially not as lucrative, which you listed as part of your criteria.
PHP is popular, but very easy to implement, therefore not as lucrative.
Good luck.
How much math theory will I need to program PHP?
I want to teach myself advanced PHP, MySQL and XHTML/CSS (I already have these pretty much down). How much math is actually involved? I have a pretty good handle on it up to Calc II — past that it’s beyond me. Most of the tutorial websites that I have looked at have not been very adequete and have actually been a waste of time. Where can I go to find the best ones for intermediate-advanced that dont go over basic stuff?
You really don’t need much beyond basic algebra… and even then, it’s the computer doing all the work. You just put in the equations.
Though if you’re using it for a website, you’re really not going to use much math at all. I maintain 10 decent sized sites all written in PHP, and the only thing that really gets into any math at all is the site with an events calendar.
PHP is more about logic than math (good thing, too, seeing as I damn near failed Calc 1 and didn’t take any more after that… LOL).