| bio | website | krmmalik.com/me |
|---|---|---|
| location | ||
| age | 32 | |
| visits | member for | 2 years, 4 months |
| seen | May 22 at 14:46 | |
| stats | profile views | 72 |
I am a Digital Marketing, Productivity and StartUp Specialist.
My work currently consists of three types.
- I help those people that have an idea, but don't know how to validate it. Idea/Customer Development.
- I work with a range of developers in project management capacity to help turn ideas into actual products. Product Development
- I provide input for growth hacking/digital marketing strategies for established products and companies
|
May 10 |
awarded | Notable Question |
|
Apr 16 |
revised |
rewriting simple html files for SEO friendly URLS found some code that should have worked. |
|
Apr 16 |
comment |
rewriting simple html files for SEO friendly URLS OK, yes I do realise it's already quite SEO friendly - I just wanted to make it tidier. Do you have an answer for me on how to do the rewrite? |
|
Apr 16 |
asked | rewriting simple html files for SEO friendly URLS |
|
Apr 12 |
accepted | Making sure my rewrite rule is a 301 re-direct |
|
Apr 11 |
comment |
Making sure my rewrite rule is a 301 re-direct OK so the krmmalik.com re-direct is now working fine. Thank you. However, the "www" re-direct is still failing. I didn't quite understand your last instruction and so it's possible that could be the reason it's failing. Note, i have a CNAME setup for "www" that points to krmmalik.com anyhow. Not sure how that affects this or the SEO though. Any thoughts please? |
|
Apr 10 |
asked | Making sure my rewrite rule is a 301 re-direct |
|
Mar 28 |
answered | Binding multiple Events - Javascript syntax? |
|
Mar 28 |
comment |
Binding multiple Events - Javascript syntax? I just realised that I was looking at the wrong tab. The event tracking is actually working fine, so i think i'll delete this question. Sorry for wasting your time. but out of interest, why do you choose to use MouseDown? I don't understand the significance? |
|
Mar 28 |
asked | Binding multiple Events - Javascript syntax? |
|
Mar 6 |
awarded | Popular Question |
|
Feb 13 |
awarded | Notable Question |
|
Feb 10 |
accepted | Animating an imported SVG object |
|
Feb 7 |
comment |
Animating an imported SVG object OK, so i updated the library, and now my code looks like this var draw = svg('paper').size('100%', '100%'); var store = draw.import(rawSvg); that should work yes? although i still get "object has now method animate" store.animate().move(150, 150); |
|
Feb 5 |
comment |
Animating an imported SVG object I keep checking the DOM properties, and the id shows as path2993, so it's strange why this doesnt work. I did the same thing using Raphael.js and just supplied the path name and it worked fine. |
|
Feb 5 |
comment |
Animating an imported SVG object I honestly don't know. I'd be happy to be able to access the SVG object, I don't need to have to access the JS object, since i just want to manipulate the SVG in the DOM. Where exactly would i add the ID attribute? |
|
Feb 5 |
asked | Animating an imported SVG object |
|
Feb 4 |
comment |
Can't get an svg to animate That worked brilliantly. Thank you so much. |
|
Feb 4 |
accepted | Can't get an svg to animate |
|
Feb 3 |
comment |
Can't get an svg to animate I actually don't have a paper object. Do I need to initialise that first? just adding the line above, gives me an error Uncaught TypeError: Object Raphaël‘s set has no method 'animate' |