Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
Hi good day to everyone.. I got a simple project that needs to be done using cakephp 3 as its framework.. I was having a hard time to build some pages and link them into a menu bar or navigation bar.. I am new to cakephp but my client wants it to be built using this framework on latest release.. and it needs an image gallery.. how can I possibly do it? can somebody good in cakephp gives me a step by step procedure on this.. I'm just afraid I am not going to do this properly.. Please help me or give me some advice. Thanks a lot!!!!
CakePHP 3.x is not stable yet, latest stable version is 2.6.0. I think you should go with stable version.
learning CakePHP
CakePHP official website gives very good documentation, you can easily follow and start coding.
you can start here. And some links may help you:
http://code.tutsplus.com/tutorials/getting-started-with-cakephp--net-1218
How to learn Cakephp
Related
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 months ago.
Improve this question
I'm hoping someone can point me in the right direction. I would like to add the Metaplex/candymachine function to an existing website that was originally built to work with metamask. Just trying to save myself from having to redo the website. Thanks
There's no real easy way to do this unfortunately unless you have some prior HTML/CSS/and JS knowledge.
What some people do is take the logic from the CandymachineUI which can be found here CandyMachine.ts which is a type script file and port it over to their own website. You could also attempt to remake the UI calling to these functions and data, or failing that pulling the existing Mint area out the CandymachineUI site (built on React) and attempting to slot that into your existing site. I'd recommend if you took that approach that you swap out the MUI components for div's and your own CSS to save adding MUI to your site adding some bloat (unless your site already uses MUI then you good to go).
Bare in mind you'll also need the supporting dependecies too.
There are also other community built UI's out there but you are going to run into the same issues of porting over all the js/ts to your own site.
I always say it's generally quicker to rebuild a site around an already made mint template than it is to put the mint function into an original.
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 5 years ago.
Improve this question
If I read the source of https://angular.io/ right, it looks to me that they are still using Angular 1 there i.e. 1.6 version. To me it is a hint that while the new version of Angular is very advanced there are still challenges when it comes to production deployments of sites that are publicly available?
Story of the undeveloped chicken and the egg. angular.io was there when the new angular was still in alpha. You cannot safely use an alpha version in production builds. Now that angular is released, there is no real advantage in refactoring the entire site to use the new version. Why break something that ain't broken.
If you check the material site you will see that it is build in the new angular
Angular.io using Angular 1 instead of 2 becouse they created this page during working on angular 2 when it wasn't ready yet to production.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I am working on building framework using selenium (java) with TestNG for Web a based application. Since I'm pretty new to all this , can any body suggest or provide any information how can I proceed or what things should I take care of?
Thanks in advance!!
Your question is too broad. Please ask specific questions.
As you have mentioned you are using testng. For making different suites use testng.xml, you may check testng.org, you will find relevant examples.
For reporting, you can use reportng or some other reporting
tools (allure) which will act as a plugin and generate nice reports
based on the testng-results.xml.
For modular selenium tests, you can use the tried and tested page
object model.
Please read up on the above things.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
I am looking to create an application for exchange rate of foreign currencies and need backend for the same. While searching for the same, i came across:
http://rate-exchange.appspot.com
http://rate-exchange.appspot.com/currency?from=USD&to=EUR&q=1 //working demo
I also find the github source for this GAE project at:
https://github.com/hippasus/ExchangeRates
Now the question I have how should I proceed. Shall I use this already deployed project named http://rate-exchange.appspot.com or deploy my own version. If I should deploy my own version then what will be steps.
Thanks in advance
Generally try to use existing code with permission and visibly give credit to avoid plagiarism. Developers who repeat work already done by others learn from the experience but risk wasting time unnecessarily. You learn from others by studying their code anyway.
You may after some experience with the other project think of ways to improve it. Liaise on Github with the original author about constructive collaboration. Sharing code is what makes free and open source software great.
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
I've just finished a mini-project (a graphical 2d silverlight tag cloud) and I've made the source code available on my website as a zip file - but where should I put the code to allow people to find it and evolve it if they wish? codeplex? but I guess this would count as an inactive project?
http://sourceforge.net/
Find and Build
Open Source Software
Google Code is great, free, and easy. It supports subversion.
http://www.codeplex.com/ This is run by Microsoft, which should be a fine match with Silverlight.
I recommend github.
CodeProject is good too.
It depends upon what you plan to do.
If you want to share the code with the world and open it to large cooperation, definitely go github
If you want to setup a nice web site, with a complete community with mailing lists, and a selected number of authorized contributors, go sourceforge.
Alternatively, you could use one of the sourceforge-like : google code, codeplex, savannah, berlios...