How to download GrapesJS on Mac - github

So there is this open source drag and drop website builder called GrapesJS, I really liked its concept and I want to download and install it, the problem is, I am not knowing how.
Can anyone help me, please? I left a pic for you that indicates what the official sites say in the official download area.
Thank you in advance.
enter image description here

Related

tinymce3 editor in joomla 1.5 browse button not working

i have a strange issue i have a joomla 1.5 site and i have installed the tinymce3 cause the client needs really bad this button that it has ,,that is the paste from word,, the problem is that when i insert for example a link or an image then when i click the browse button to browse files and content then nothing happens with the onclick,, :(
i have searched through the net and found MCImageManager might be a solution but i have to buy it.. is there any other way ?
any help would be really appreciated,
thank you guys..
Hi guys in case someone else need it,
just instead of tinymce editor i used the jce editor,
solved just from the jce editor it provides this kind of functionality the paste from word
just by playing on the default profile plugging settings parameters
and the browse button is working like a charm,
once again thank you

any plugin where user modify their profile and post panel at front end?

I want to know is there any plugin(s) where user first registered as editor then create a post or modify own post.
users can manage their profile and post panel.
I have searched a lots of plugins but still not found any sufficient.
i am newbee in wordpress. and little bit knowledge about wordpress. please help me.
Thanks in advance.
There is a good tutorial HERE.
Works for me. It's not so super-easy, but if you want to create clone of that side- you need to understand it.

magento cant create categories

Recently I can not edit or add new categories in my magento shop. The whole layout seems destroyed. I really do not know what's wrong.
I've already googled a bit and also I've been able to find something (it seems that Google Analytics is to blame), but the solution in this forum post did not help me because I can not find the .fastaccess file on my server.
Also can't upload product images any more, because the button "Browse files" and so on are gone.
Here's an image of the manage categories page of the admin panel: img http://img819.imageshack.us/img819/2687/unbenannt1lk.jpg
Ok, I don't know where this problem was coming from. But I did solve it by reinstalling the whole store.

Open MWPhotoBrowser with a link and loop

I'm fairly new at iOS development so please forgive my ignorance.
I have web view with a search form, sending request to display different pages depending on the search query. When displaying a selected page I want to have a normal html link at the top which will give the user the possibility to display all images available using the very nice MWPhotoBrowser.
So somehow I need to tell Xcode to open MWPhotoBrowser using a link and when this link is pressed send a variable to MWPhotoBrowser and in that viewController somehow loop through a my url.com/variable.
Is this the best way to do this and is it even possible? I have searched as much as possible but I'm not sure what to look for so I would really appreciate if you could point me in the right direction.
Judging from this link at github project it should be fine.

Access to hyperlink in a pdf(iPhone)?

I am working on a small app, which can open a pdf. My question is, if it is possible to access a hyperlink from a pdf? Because when am trying to click on hyperlink nothing is happening and it's not redirecting me to the link. I tried searching a lot but didn't got any luck on this. Am expecting a quick response as my work is getting delayed because of this issue. If it's possible then what would be the approach? Right now am using UIWebView to open the pdf. Any sample app or code will be of great help.
Thanks for your time .
The only way I know is to use a third party library (or perhaps parse the PDF yourself), find the links, get their rects and catch user taps and compare that to the list of link/hyperlinks/gotos for that particular page.
Unfortunatelly - nothing in the SDK that can help. You can search for a opensource pdf library, like muPDF for instance.
There is a reason why not many applications have that functionality :D