walkeprashant

/walkeprashant

About walkeprashant

Prashant Walke, with over 10 years of experience as a web developer, currently holds the position of Technical Lead at Parkar Digital. He brings a wealth of expertise in sophisticated website development, showcasing proficiency in PHP, Python, NodeJS, Angular, VueJs, MySQL, PostgreSQL, WordPress, and Laravel.

WorldCastLive (WCL)

Worldcast Live, the future of media streaming is the logical platform of choice. -Create WCL WordPress plugin for API integration with WCL widget. -Upload vimeo video module -Download video module -Payment gateway integration

By |March 20th, 2016|Projects|0 Comments

CollageMaker

Technology: PHP, HTML, CSS, Bootstrap, WordPress, MySQL Project Description: Collage Maker is an easy to use WordPress Plugin for Bloggers or Users. It automatically generates cool looking image collages Role: Design and Development.

By |March 20th, 2016|Projects, WordPress|0 Comments

Franchise Record Pool

Project URL : http://www.franchiserecordpool.com Technology: PHP, HTML, CSS, Bootstrap, MySQL Description: Franchise Record Pool is the best source of new music for DJs and the most effective tool for labels and artist to promote their music, Franchise Record Pool is music service company that provides new and pre-released music online, DJs enjoy the benefits of getting [...]

By |March 20th, 2016|Projects|0 Comments

I Like My Waitress

Technology: REST API, HTML, Jquery, Bootstrap, PHP Project Description: I Like My Waitress is a social networking mobile app for waiters, waitresses and restaurant managers. Role: Design and Development.

By |March 20th, 2016|Projects|0 Comments

Export To CSV File – PHP

CSV is a simple file format that is widely used by IT Professional, business, and all who are familar with computer. Those who use computer in day to day life, they know how to use CSV/Excel. Among its most common uses is to move tabular data between programs that naturally operate on a more efficient [...]

By |February 27th, 2016|Blog, PHP|0 Comments

WordPress Web Development Advantages

1. Flexibility and lower cost of development: Being an open source CMS WordPress is free, does not involve licensing cost and has no restrictions on modifications, additions or changes to the code. 2. Customizable: WordPress CMS is the ideal platform to build websites customized to any requirements or budget,be it a small individual website, blog, [...]

By |February 10th, 2016|Blog, WordPress|0 Comments

Redirection

In previous articular we have discus Migrate site from ASP to WordPress.  After successfully migration your ASP site to WordPress it's important to maintain redirection. Because If you have an old url ranking is good in Google and move to a new, permanent location, a 301 redirect can pass the search engine ranking score of the old ranking [...]

By |February 10th, 2016|Blog, PHP, WordPress|0 Comments

Improve Ajax Performance

Following are few steps to Improve Ajax Performance First try to Reduce the Number of Ajax Call If same call send again, abort the previous call If ajax call is executing, and user go for another link, then cancel the previous one. Use GET Method, As its Fast but less secure Reduce the Amount of data [...]

By |January 27th, 2016|Blog, PHP|0 Comments

How To Fix Headers Already Sent Error In PHP?

We are here to fix below error in PHP Warning: Cannot modify header information - headers already sent by (output started at E:wampwwwtestppublic_htmltest.php:2) in E:wampwwwtestppublic_htmltest.php on line 4 Question: Why this Error comes? This error comes when sending header after the output. OR using "header" function after the output. Question: Give an example when this [...]

By |January 27th, 2016|Blog, PHP|0 Comments

REST API

Representational state transfer (REST) is the software architectural style of the World Wide Web.It relies on a stateless, client-server, cacheable communications protocol -- and in virtually all cases, the HTTP protocol is used. REST is a lightweight alternative to mechanisms like RPC (Remote Procedure Calls) and Web Services (SOAP, WSDL, et al.). Despite being simple, [...]

By |January 27th, 2016|Blog, PHP|0 Comments